Hello! Here is the output of the tests produced with an installed parrot-4.9.0:
[gz016@vdesk1 current.git]$ which parrot /bin/parrot [gz016@vdesk1 current.git]$ export HARNESS_VERBOSE=2 [gz016@vdesk1 current.git]$ perl t/harness --gc-debug -b t/op/gc-leaky-call.t t/op/gc-leaky-call.t .. # gms 1..3 not ok 1 - performed 0 (which should be >=1) GC collect runs ok 2 - performed 5 (which should be >=1) GC mark runs ok 3 - allocated 0 (which should be <= 6_000_000) bytes of memory Failed 1/3 subtests Test Summary Report ------------------- t/op/gc-leaky-call.t (Wstat: 0 Tests: 3 Failed: 1) Failed test: 1 Files=1, Tests=3, 18 wallclock secs ( 0.02 usr 0.01 sys + 16.75 cusr 0.56 csys = 17.34 CPU) Result: FAIL [gz016@vdesk1 current.git]$ perl t/harness --gc-debug -b t/op/gc-leaky-box.t t/op/gc-leaky-box.t .. 1..3 not ok 1 - performed 0 (which should be >=1) GC collect runs ok 2 - performed 5 (which should be >=1) GC mark runs ok 3 - allocated 0 (which should be <= 3_000_000) bytes of memory Failed 1/3 subtests Test Summary Report ------------------- t/op/gc-leaky-box.t (Wstat: 0 Tests: 3 Failed: 1) Failed test: 1 Files=1, Tests=3, 44 wallclock secs ( 0.02 usr 0.00 sys + 43.15 cusr 0.68 csys = 43.85 CPU) Result: FAIL [gz016@vdesk1 current.git]$ perl t/harness --gc-debug -r t/op/gc-leaky-call.t t/op/gc-leaky-call.t .. # gms 1..3 not ok 1 - performed 0 (which should be >=1) GC collect runs ok 2 - performed 5 (which should be >=1) GC mark runs ok 3 - allocated 0 (which should be <= 6_000_000) bytes of memory Failed 1/3 subtests Test Summary Report ------------------- t/op/gc-leaky-call.t (Wstat: 0 Tests: 3 Failed: 1) Failed test: 1 Files=1, Tests=3, 18 wallclock secs ( 0.02 usr 0.00 sys + 16.91 cusr 0.54 csys = 17.47 CPU) Result: FAIL [gz016@vdesk1 current.git]$ perl t/harness --gc-debug -r t/op/gc-leaky-box.t t/op/gc-leaky-box.t .. 1..3 not ok 1 - performed 0 (which should be >=1) GC collect runs ok 2 - performed 5 (which should be >=1) GC mark runs ok 3 - allocated 0 (which should be <= 3_000_000) bytes of memory Failed 1/3 subtests Test Summary Report ------------------- t/op/gc-leaky-box.t (Wstat: 0 Tests: 3 Failed: 1) Failed test: 1 Files=1, Tests=3, 43 wallclock secs ( 0.02 usr 0.01 sys + 42.88 cusr 0.60 csys = 43.51 CPU) Result: FAIL [gz016@vdesk1 current.git]$ Gerd Am Freitag, den 09.11.2012, 18:49 -0500 schrieb James E Keenan: > On 11/9/12 2:43 AM, Gerd Pokorra wrote: > > Sorry there was a typing error. > > > > The output of "prove t/op/gc-leaky-call.t" is: > > > > [gz016@vdesk1 current.git]$ prove t/op/gc-leaky-call.t > > t/op/gc-leaky-call.t .. Failed 1/3 subtests > > > > Test Summary Report > > ------------------- > > t/op/gc-leaky-call.t (Wstat: 0 Tests: 3 Failed: 1) > > Failed test: 1 > > Files=1, Tests=3, 17 wallclock secs ( 0.03 usr 0.00 sys + 16.78 cusr > > 0.55 csys = 17.36 CPU) > > Result: FAIL > > [gz016@vdesk1 current.git]$ > > > > Since you're reporting problems with the alternate cores, you should > also report the results of this: > > make test_prep > export HARNESS_VERBOSE=2 > perl t/harness --gc-debug -b t/op/gc-leaky-call.t > perl t/harness --gc-debug -b t/op/gc-leaky-box.t > perl t/harness --gc-debug -r t/op/gc-leaky-call.t > perl t/harness --gc-debug -r t/op/gc-leaky-box.t > > On Darwin, precede these calls with your equivalent to this: > > export DYLD_LIBRARY_PATH=/Users/username/gitwork/parrot/blib/lib > > ... where /Users/username/gitwork/parrot is your top-level directory in > your parrot checkout. > > HTH. > > Thank you very much. > Jim Keenan > > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
