On Friday 04 July 2008 08:43:06 [EMAIL PROTECTED] wrote:

> > I don't know how to get the -j flag into prove though.
>
>              # ENV_TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t

That should have been:

        # TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t

I don't know why I had ENV_ at the start.

> Not sure it's getting the -j in there on OSX leopard (not able to get to
> the box where them mem issue is) - on  ver 28985
> $ ENV_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
> 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.00 sys +  0.66 cusr  0.13
> csys =  0.80 CPU)
> Result: PASS
>
> while make smokej output has:
>
> - t/stm/runtime.t
> #   Failed test 'queue adapted for the library'
> #   at t/stm/runtime.t line 506.
> #          got: 'Unhandled exception in thread with tid 2
> (message=ResizableIntegerArray: Can't pop from an empty array!, number=24)
> # interpreter 0x14e150 had pending transaction on exit
> # Unhandled exception in thread with tid 1 (message=ResizableIntegerArray:
> Can't pop from an empty array!, number=24)
> # interpreter 0x1380b0 had pending transaction on exit
> # '
> #     expected: 'ok
> # '
> # Looks like you failed 1 test of 5.
> - t/compilers/json/from_parrot.t
> - t/compilers/json/to_parrot.t
> - t/examples/japh.t
>
> #   Failed test 'examples/japh/japh5.pasm'
> #   at t/examples/japh.t line 54.
> # Exited with error code: [SIGNAL 11]
> # Received:
> #
> # Expected:
> # Just another Parrot Hacker
> #
> # Looks like you failed 1 test of 5.
> - t/examples/library.t

-- c

Reply via email to