On Tue, 13 Sep 2005, Matt Diephouse wrote:

> Will Coleda <[EMAIL PROTECTED]> wrote:
> > Leo mentions on IRC that some tests are failing on i386 and OSX 10.3
> > (10.2?). I'm passing 100% on OSX 10.4.
> > 
> > Can we get some test results on other various platforms? (Do we have
> > a tinderbox again yet?)
> 
> Not so good here either:
> 
> Failed Test      Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/cmd_array.t       3   768    45    3   6.67%  28-30
> t/cmd_break.t       2   512     2    2 100.00%  1-2
> t/cmd_continue.t    2   512     2    2 100.00%  1-2
>  (1 subtest UNEXPECTEDLY SUCCEEDED).
> Failed 3/46 test scripts, 93.48% okay. 7/442 subtests failed, 98.42% okay.
> 
> And I had to killall twice for the array tests.
> 
> OS X 10.4.2
> 

I get a slightly different story on Sparc/Solaris 8: 

Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/cmd_break.t       1   256     2    1  50.00%  1
t/cmd_continue.t    2   512     2    2 100.00%  1-2
t/cmd_foreach.t     1   256     9    1  11.11%  9
t/cmd_inline.t      1   256     3    1  33.33%  2
 (1 subtest UNEXPECTEDLY SUCCEEDED).
Failed 4/46 test scripts, 91.30% okay. 5/442 subtests failed, 98.87% okay.

Here are the details on the failing tests:

t/cmd_break............
#     Failed test (t/cmd_break.t at line 8)
#          got: '0
# '
#     expected: '11
# '
# Looks like you failed 1 test of 2.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/2 tests, 50.00% okay

t/cmd_continue.........
#     Failed test (t/cmd_continue.t at line 8)
#          got: '0
# '
#     expected: '0
# 1
# 2
# 3
# 4
# 5
# 10
# '

#     Failed test (t/cmd_continue.t at line 24)
#          got: 'set_string_native() not implemented in class 'TclList'
# called from Sub 'TclCommandList :: interpret' pc 38 (lib/tcllib.pir:111)
# called from Sub '_main' pc 105 (lib/tcllib.pir:133)
# '
#     expected: '5
# 6
# 7
# 8
# 9
# 10
# 11
# --
# 11
# '
# './parrot  --gc-debug  languages/tcl/tcl.pbc /tmp/cmd_continue_2.tcl' failed 
with exit code 1
# Looks like you failed 2 tests of 2.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay

t/cmd_foreach..........
#     Failed test (t/cmd_foreach.t at line 68)
#          got: ''
#     expected: '2
# 3
# '
# Looks like you failed 1 test of 9.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 9
        Failed 1/9 tests, 88.89% okay

t/cmd_inline...........
#     Failed test (t/cmd_inline.t at line 18)
#          got: 'ok
# MMD function __add not foundfor types (1, -100)
# current instr.: 'EVAL_1' pc 2 (EVAL_1:-1)
# called from Sub 'Tcl :: &inline' pc 6851 (EVAL_1:-1)
# called from Sub 'TclCommandList :: interpret' pc 38 (EVAL_1:-1)
# called from Sub '_main' pc 105 (EVAL_1:-1)
# '
#     expected: 'ok
# '
# './parrot  --gc-debug  languages/tcl/tcl.pbc /tmp/cmd_inline_2.tcl' failed 
with exit code 1
# Looks like you failed 1 test of 3.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
        Failed 1/3 tests, 66.67% okay

t/tcl_misc.............ok
        1/21 unexpectedly succeeded

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to