]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
glibc-y2038-tests: do not run tests using 32 bit time APIs
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 3 Jan 2024 11:52:44 +0000 (12:52 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 2 Feb 2024 21:35:51 +0000 (11:35 -1000)
I'm not sure why this was included and enabled to begin with: the tests
predictably mass-fail if system time is set to after y2038.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c9c7ebd6e447bce19803253afd881854f686b5f6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/glibc/glibc/run-ptest

index c394b4986607dac10cc9ee6c2aa494abd8f1ee2b..cb71c756826ee2cbacbfafaf538ae04e350c50c5 100755 (executable)
@@ -22,12 +22,12 @@ tst_time64=$(ls -r ${PWD}/tests/glibc-ptest/*-time64)
 # related
 tst_time_tmp=$(sed -e "s/-time64$//" <<< ${tst_time64})
 
-# Run tests supporting only 32 bit time
-for i in ${tst_time_tmp}
-do
-       $i >/dev/null 2>&1
-       output
-done
+# Do not run tests supporting only 32 bit time
+#for i in ${tst_time_tmp}
+#do
+#      $i >/dev/null 2>&1
+#      output
+#done
 
 # Run tests supporting only 64 bit time
 for i in ${tst_time64}