This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/19946] New: Many NPTL tests block for a long time


https://sourceware.org/bugzilla/show_bug.cgi?id=19946

            Bug ID: 19946
           Summary: Many NPTL tests block for a long time
           Product: glibc
           Version: 2.24
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
             Flags: security-

Since commit a28605b22946c708f0a5c4f06307e1a17650ced8 (test-skeleton: increase
default TIMEOUT to 20 seconds), a lot of NTPL tests run for 20 seconds because
they intentionally produce a deadlock and rely on the arrival of SIGALRM to
mark the test as successful:

nptl/tst-cond3.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-eintr1.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-eintr2.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-eintr3.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-eintr4.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-eintr5.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-exit2.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-exit3.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-mutex6.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-rwlock5.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-sem2.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-spin3.c:#define EXPECTED_SIGNAL SIGALRM
nptl/tst-stdio1.c:#define EXPECTED_SIGNAL SIGALRM

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]