commit: 48cec61c29b97b8ac54ec0c3e69a4d49571e522b Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Tue Dec 17 14:05:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 17 17:53:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cec61c
dev-libs/date: add more details to the patch that removes tests Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/date/files/date-3.0.3_remove-failing-tests.patch | 6 ++++++ 1 file changed, 6 insertions(+) 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 <[email protected]> +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(-)
