]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move nptl/tst-eintr1 to xtests
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 8 May 2019 13:50:47 +0000 (14:50 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 9 May 2019 15:54:51 +0000 (16:54 +0100)
Don't run nptl/tst-eintr1 by normal make check because it can spuriously
break testing on various linux kernels. (Currently this affects the
aarch64 glibc buildbot machine which regularly fails and loses test
results.)

[BZ #24537]
* nptl/Makefile: Move tst-eintr1 to xtests.

ChangeLog
nptl/Makefile

index 9a89a443ccb7273352e8d3ddde9f5e7ec7bb6d4c..3beb3c480fccfecba8dd23e925c7d77775fa1c00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       [BZ #24537]
+       * nptl/Makefile: Move tst-eintr1 to xtests.
+
 2019-05-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * sysdeps/powerpc/fpu/trunc_to_integer.h (set_fenv_mode): Add
index f9bc5cc887020e06aa46cb10862e094149507841..de312b34770ea93d37765b0a5e6f4086ae1686a7 100644 (file)
@@ -272,7 +272,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \
        tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 tst-join6 tst-join7 \
        tst-join8 tst-join9 \
        tst-detach1 \
-       tst-eintr1 tst-eintr2 tst-eintr3 tst-eintr4 tst-eintr5 \
+       tst-eintr2 tst-eintr3 tst-eintr4 tst-eintr5 \
        tst-tsd1 tst-tsd2 tst-tsd3 tst-tsd4 tst-tsd5 tst-tsd6 \
        tst-tls1 tst-tls2 \
        tst-fork1 tst-fork2 tst-fork3 tst-fork4 \
@@ -330,6 +330,11 @@ tests-internal := tst-rwlock19 tst-rwlock20 \
 
 xtests = tst-setuid1 tst-setuid1-static tst-setuid2 \
        tst-mutexpp1 tst-mutexpp6 tst-mutexpp10
+
+# This test can run into task limits because of a linux kernel bug
+# and then cause the make process to fail too, see bug 24537.
+xtests += tst-eintr1
+
 test-srcs = tst-oddstacklimit
 
 # Test expected to fail on most targets (except x86_64) due to bug