summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-01-03 12:52:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-03 23:35:41 +0000
commitc9c7ebd6e447bce19803253afd881854f686b5f6 (patch)
treeeac9f89d1067e20a4ca1bdb114ac02ce7f16aa0e /meta/recipes-core/glibc
parent3d09e759f838a7ce66fd1fb6e6a6653abce9e3a4 (diff)
downloadopenembedded-core-c9c7ebd6e447bce19803253afd881854f686b5f6.tar.gz
glibc-y2038-tests: do not run tests using 32 bit time APIs
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>
Diffstat (limited to 'meta/recipes-core/glibc')
-rwxr-xr-xmeta/recipes-core/glibc/glibc/run-ptest12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/glibc/glibc/run-ptest b/meta/recipes-core/glibc/glibc/run-ptest
index c394b49866..cb71c75682 100755
--- a/meta/recipes-core/glibc/glibc/run-ptest
+++ b/meta/recipes-core/glibc/glibc/run-ptest
@@ -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}