This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
That leave just one failure which has existed (for an unknown amount of time since I hadn't bootstrapped in ages):
Assertion failed: (oss.str() == "Whatever"), function test01, file [...]
libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc, line 79.
FAIL: 27_io/basic_filebuf/seekoff/char/26777.cc execution test
Regarding the first point: what appears to have happened on my machine
is that some test (or multiple tests) obtains an semaphore from the
system but doesn't always release it. My machine is configured with
10 semaphores. After running the test suite N times, they were exhausted.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |