093ef028 Aug 5, 2025, 4:10:47 AM (UTC)
Volkan S.
A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.
Test Suite
40 % complete
Suggestions
-
Revise incorrect test
CasualDateTimeFormatTest.testFormatDate_outside2000s. The test failed on line 18 when run against a reference implementation:AssertionFailedError: expected: <12. Juli 1999> but was: <1999. Juli 12> -
Revise incorrect test
CasualDateTimeFormatTest.testFormatDate_within2000s. The test failed on line 11 when run against a reference implementation:AssertionFailedError: expected: <24. Juni '24> but was: <2024. Juni 24> -
Revise incorrect test
FormalDateTimeFormatTest.testFormatDate_doubleDigits. The test failed on line 17 when run against a reference implementation:AssertionFailedError: expected: <24.12.2024> but was: <2024.12.0024> -
Revise incorrect test
FormalDateTimeFormatTest.testFormatDate_singleDigits. The test failed on line 11 when run against a reference implementation:AssertionFailedError: expected: <01.02.2024> but was: <2024.02.0001> -
Testen, dass
FormalDateTimeFormatein Datum auch dann korrekt formatiert, wenn das Jahr weniger als vier Ziffern hat. -
Testen, dass das Resultat von
CasualDateTimeFormat.formatDateden korrekten Monatsnamen enthält. The test suite already does this partially, but it only detects 3 out of 13 possible bugs in this regard. -
Testen, dass
CasualDateTimeFormatein «normales» Datum (in der Jahren 2000 – 2099) korrekt formatiert. The test suite already does this partially, but it only detects 9 out of 11 possible bugs in this regard.
Implementation
27 % complete
6 / 9 Tests
- CasualDateTimeFormatTest.testFormatDate_outside2000s: Passed
- CasualDateTimeFormatTest.testFormatDate_within2000s: Passed
- CasualDateTimeFormatTest.testFormatTime: Passed
- FormalDateTimeFormatTest.testFormatDate_doubleDigits: Passed
- FormalDateTimeFormatTest.testFormatDate_singleDigits: Passed
- FormalDateTimeFormatTest.testFormatTime: Passed
- TextFormatterTest.testCasualFormat: Failed
- TextFormatterTest.testFormalFormat: Failed
- TextFormatterTest.testMultipleFormatsInLine: Failed
Other Submissions
-
ff69493d
Aug 5, 2025, 8:14:16 AM (UTC)
-
21267822
Aug 5, 2025, 8:07:49 AM (UTC)
-
1f8a403e
Aug 5, 2025, 7:59:37 AM (UTC)
-
6e13253b
Aug 5, 2025, 7:57:57 AM (UTC)
-
9119ffcd
Aug 5, 2025, 7:56:40 AM (UTC)
-
d72660eb
Aug 5, 2025, 4:34:43 AM (UTC)
-
fb1ad7c8
Aug 5, 2025, 4:27:57 AM (UTC)
-
59f4783e
Aug 5, 2025, 4:23:43 AM (UTC)
-
6ab2567c
Aug 5, 2025, 4:14:21 AM (UTC)
-
093ef028
Aug 5, 2025, 4:10:47 AM (UTC)