#
c0590f9e |
| 24-Nov-2016 |
dholland <dholland@NetBSD.org> |
Turn off the PR 49140 logging, because it itself makes the test fail.
As usual, ATF is actively interfering with test debugging. Almost all runs in the past few days have failed this test with "stdo
Turn off the PR 49140 logging, because it itself makes the test fail.
As usual, ATF is actively interfering with test debugging. Almost all runs in the past few days have failed this test with "stdout not empty". In one run it timed out: http://releng.netbsd.org/b5reports/i386/build/2016.11.22.06.51.14/test.html but in this case ATF helpfully suppressed the log data.
Maybe if someone can figure out how to make the test hang reliably then they can turn the logging on again and run it outside of ATF to see what's happening.
In the meantime this problem is not likely to get fixed until we have a less obstructive testing framework.
show more ...
|
#
30d50936 |
| 21-Nov-2016 |
dholland <dholland@NetBSD.org> |
As a debugging measure for PR 49141, log what this is doing as it runs to stdout. Hopefully this will get reported when the test fails in the testbed rather than just causing ATF to report that it pr
As a debugging measure for PR 49141, log what this is doing as it runs to stdout. Hopefully this will get reported when the test fails in the testbed rather than just causing ATF to report that it printed unexpected output.
show more ...
|
#
44f59790 |
| 21-Nov-2016 |
dholland <dholland@NetBSD.org> |
More of previous.
|
#
5e5fae2d |
| 21-Nov-2016 |
dholland <dholland@NetBSD.org> |
If pthread_create fails, report the error instead of discarding it.
|
#
48fac693 |
| 13-Aug-2014 |
pooka <pooka@NetBSD.org> |
Update hardcoded fd expectations now that rump kernels open 0/1/2. (since we exec, it's convenient to just assume the values of first 4 fds)
|
#
a495c82c |
| 08-Mar-2011 |
pooka <pooka@NetBSD.org> |
Enable the "send a lot of syscall requests before exec" code, since it works now. (or at least works in my tests)
|
#
46dfa511 |
| 08-Mar-2011 |
pooka <pooka@NetBSD.org> |
add test case for multithreaded client calling exec
|