On Tuesday 24 June 2008 09:34:22 Andy Bach wrote: > It does run w/ the non JIT (I believe) prove: > 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 > ok 4 - queue adapted for the library > ok 5 - queue (non-blocking; nested) > ok > All tests successful. > Files=1, Tests=5, 1 wallclock secs ( 0.01 usr 0.01 sys + 1.37 cusr > 0.11 csys = 1.50 CPU) > Result: PASS > > I don't know how to get the -j flag into prove though.
# ENV_TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t (at least with bash) -- c