Better, in a sense:
$ TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t
t/stm/runtime......
1..5
ok 1 - choice (one thread)
ok 2 # SKIP Intermittently failing everywhere
ok 3 # SKIP Intermittently failing everywhere
not ok 4 - queue adapted for the library
# Failed test 'queue adapted for the library'
# at t/stm/runtime.t line 506.
# Exited with error code: [SIGNAL 10]
# Received:
#
# Expected:
# ok
#
ok 5 - queue (non-blocking; nested)
# Looks like you failed 1 test of 5.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
(less 2 skipped subtests: 2 okay)
Test Summary Report
-------------------
t/stm/runtime.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=1, Tests=5, 3 wallclock secs ( 0.01 usr 0.00 sys + 0.15 cusr 0.07
csys = 0.23 CPU)
Result: FAIL
-------------------
Andy Bach
Systems Mangler
Internet: [EMAIL PROTECTED]
Voice: (608) 261-5738 Fax: 264-5932
The name "grep" is from the common "ed" (pre-visual "vi") command:
g/re/p i.e. g(lobal-search)/r(egular) e(xpression)/p(rint)