diff options
author | 2024-12-17 15:05:46 +0100 | |
---|---|---|
committer | 2024-12-17 17:53:22 +0000 | |
commit | 48cec61c29b97b8ac54ec0c3e69a4d49571e522b (patch) | |
tree | 3e0bb02820a5f46755768352d1f38e909d284b60 /dev-libs | |
parent | x11-drivers/nvidia-drivers: add 550.142 (diff) | |
download | gentoo-48cec61c29b97b8ac54ec0c3e69a4d49571e522b.tar.gz gentoo-48cec61c29b97b8ac54ec0c3e69a4d49571e522b.tar.bz2 gentoo-48cec61c29b97b8ac54ec0c3e69a4d49571e522b.zip |
dev-libs/date: add more details to the patch that removes tests
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-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(-) |