Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 874633 Details for
Bug 914887
dev-libs/icu-73.2 fails test - emake failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Stripped patch
caltest.patch (text/plain), 938 bytes, created by
bschnzl
on 2023-11-13 04:57:36 UTC
(
hide
)
Description:
Stripped patch
Filename:
MIME Type:
Creator:
bschnzl
Created:
2023-11-13 04:57:36 UTC
Size:
938 bytes
patch
obsolete
>--- a/test/intltest/caltest.cpp >+++ b/test/intltest/caltest.cpp >@@ -4028,6 +4028,7 @@ void CalendarTest::TestHebrewCalendarInTemporalLeapYear() { > for (gc.set(startYear, UCAL_JANUARY, 1); > gc.get(UCAL_YEAR, status) <= stopYear; > gc.add(UCAL_DATE, incrementDays, status)) { >+ cal->setTime(gc.getTime(status), status); > if (failure(status, "add/get/set/getTime/setTime incorrect")) return; > > int32_t cal_year = cal->get(UCAL_EXTENDED_YEAR, status); >@@ -4036,6 +4037,7 @@ void CalendarTest::TestHebrewCalendarInTemporalLeapYear() { > leapTest->set(UCAL_MONTH, 0); > leapTest->set(UCAL_DATE, 1); > // If 10 months after TISHRI is TAMUZ, then it is a leap year. >+ leapTest->add(UCAL_MONTH, 10, status); > hasLeapMonth = leapTest->get(UCAL_MONTH, status) == icu::HebrewCalendar::TAMUZ; > yearForHasLeapMonth = cal_year; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 914887
:
871656
|
871657
|
871658
|
871659
|
871660
|
871661
|
871662
| 874633