
On Sat, May 4, 2024 at 12:14 AM Max Filippov <jcmvbkbc@gmail.com> wrote:
On Fri, May 3, 2024 at 8:15 PM Waldemar Brodkorb <wbx@openadk.org> wrote:
How did you test NPTL/TLS?
I grepped for the tests explicitly using fork and added them to the TESTS_DISABLED in the test/nptl/Makefile.in, and also added there the tests that internally time out, got the following list:
+TESTS_DISABLED := tst-atfork1 \ + tst-atfork2 \ + tst-atfork2mod \ + tst-barrier2 \ + tst-basic4 \ + tst-cancel16 \ + tst-cancel21 \ + tst-cancel4 \ + tst-cancel5 \ + tst-cancelx16 \ + tst-cancelx21 \ + tst-cancelx4 \ + tst-cond12 \ + tst-cond13 \ + tst-cond4 \ + tst-cond6 \ + tst-cpuclock1 \ + tst-cputimer3 \ + tst-exec2 \ + tst-exec3 \ + tst-exec4 \ + tst-flock2 \ + tst-fork1 \ + tst-fork2 \ + tst-fork3 \ + tst-fork4 \ + tst-getpid3 \ + tst-mqueue1 \ + tst-mqueue3 \ + tst-mqueue5 \ + tst-mutex4 \ + tst-mutex9 \ + tst-rwlock12 \ + tst-rwlock4 \ + tst-sem3 \ + tst-sem4 \ + tst-signal1 \ + tst-signal2 \ + tst-spin2 \ + tst-tsd6
also the following tests either hang or cause problems, so I disabled them as well: mmap/mmap2 \ nptl/tst-basic7 \ nptl/tst-cond3 \ nptl/tst-eintr1 \ nptl/tst-eintr2 \ nptl/tst-eintr3 \ nptl/tst-eintr4 \ nptl/tst-eintr5 \ nptl/tst-exit2 \ nptl/tst-exit3 \ nptl/tst-mqueue6 \ nptl/tst-stdio1 -- Thanks. -- Max