Yeah, it's runtime.t

top - 11:14:36 up 1 day,  3:37,  4 users,  load average: 1.11, 0.75, 0.34
Tasks:  95 total,   2 running,  93 sleeping,   0 stopped,   0 zombie
Cpu(s): 14.8% us, 35.5% sy,  0.0% ni, 49.7% id,  0.0% wa,  0.0% hi,  0.0% si
Mem:   2074556k total,  1251040k used,   823516k free,   419196k buffers
Swap:  1052216k total,    88152k used,   964064k free,   213692k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME COMMAND
10155 andy      23   0 71956  58m 4044 S 99.8  2.9   0:37.46 parrot

had to kill it
...
- t/stm/llqueue.t
- t/stm/queue.t
- t/stm/runtime.t
make: *** [smokej] Interrupt

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.

a

Reply via email to