diff options
Diffstat (limited to 'dev-libs/date/files/date-3.0.3_remove-failing-tests.patch')
| -rw-r--r-- | dev-libs/date/files/date-3.0.3_remove-failing-tests.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-libs/date/files/date-3.0.3_remove-failing-tests.patch b/dev-libs/date/files/date-3.0.3_remove-failing-tests.patch index e0863ecf3a26..158b28258526 100644 --- a/dev-libs/date/files/date-3.0.3_remove-failing-tests.patch +++ b/dev-libs/date/files/date-3.0.3_remove-failing-tests.patch @@ -1,8 +1,14 @@ From: Filip Kobierski <fkobi@pm.me> +Upstream states that " There are known failures on all platforms"[1]. +This patch removes the tests that fail for Gentoo. +They both test if the library can parse PM dates in a 12 hour format. + Here are the failiure messages: test_Ip(): Assertion `tp == sys_days{2016_y/12/11} + hours{13}' failed. test_p(): Assertion `tp == sys_days{2016_y/12/11} + hours{23}' failed. + +[1]: https://github.com/HowardHinnant/date?tab=readme-ov-file#build--test --- test/date_test/parse.pass.cpp | 2 -- 1 file changed, 2 deletions(-) |
