On Sat, 21 Nov 2015 01:18:15 -0800, barto...@gmx.de wrote:
> Most of the tests in S02-types/array-shapes.t pass now
> (unfudged/adjusted with commit
> https://github.com/perl6/roast/commit/4a5edf73db).
> 
> Maybe the other tests should be reviewed?

For the record: These are the two remaining tests fudged with this ticket 
number ('todo'):

$ ./perl6-m -e 'use Test; throws-like q[my @arr.[8]], Exception, "array with 
dot form dies"'
    1..2
    not ok 1 - 'my @arr.[8]' died
    # Failed test ''my @arr.[8]' died'
    # at -e line 1
    ok 2 - # SKIP Code did not die, can not check exception
    # Looks like you failed 1 test of 2
not ok 1 - array with dot form dies
# Failed test 'array with dot form dies'
# at -e line 1

$ $ ./perl6-m -e 'use Test; throws-like q[my @arr\    .[8]], Exception, "array 
with dot form and unspace dies"'
    1..2
    not ok 1 - 'my @arr\    .[8]' died
    # Failed test ''my @arr\    .[8]' died'
    # at -e line 1
    ok 2 - # SKIP Code did not die, can not check exception
    # Looks like you failed 1 test of 2
not ok 1 - array with dot form and unspace dies
# Failed test 'array with dot form and unspace dies'
# at -e line 1

Reply via email to