Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Aug 6, 2014
1 parent c997c8e commit 2e92aa4
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 84 deletions.
84 changes: 42 additions & 42 deletions log/rakudo.moar_summary.out
Expand Up @@ -355,7 +355,7 @@ S02-names-vars/variables-and-packages.rakudo.moar..
S02-names-vars/varnames.rakudo.moar................
# Failed test 'Aliasing of $0 into $/ (1)'
# at lib/Test.pm line 89
# got: 'MyMatch<140291605730312>'
# got: 'MyMatch<140730243814832>'
# expected: 'foo0'

# Failed test 'Aliasing of $0 into $/ (2)'
Expand Down Expand Up @@ -1076,32 +1076,32 @@ use of uninitialized value of type Any in numeric context in block at t/spec/S

# Failed test 'dwimmy hyper extends lists ending with * by copying the last element'
# at t/spec/S03-metaops/hyper.rakudo.moar line 673
# got: 'A1 B2 C3 DWhatever<140702908139400> E1'
# got: 'A1 B2 C3 DWhatever<140580536795248> E1'
# expected: 'A1 B2 C3 D3 E3'

# Failed test 'dwimmy hyper extends lists ending with * by copying the last element'
# at t/spec/S03-metaops/hyper.rakudo.moar line 677
# got: 'A1 B2 C3 DWhatever<140702900258792> E1'
# got: 'A1 B2 C3 DWhatever<140580537118968> E1'
# expected: 'A1 B2 C3 D3 E3'

# Failed test 'dwimmy hyper extends lists ending with * by copying the last element'
# at t/spec/S03-metaops/hyper.rakudo.moar line 681
# got: '1A 2B 3C Whatever<140702900731224>D 1E'
# got: '1A 2B 3C Whatever<140580537591400>D 1E'
# expected: '1A 2B 3C 3D 3E'

# Failed test 'dwimmy hyper extends lists ending with * by copying the last element'
# at t/spec/S03-metaops/hyper.rakudo.moar line 685
# got: '1A 2B 3C Whatever<140702901194128>D 1E'
# got: '1A 2B 3C Whatever<140580538054304>D 1E'
# expected: '1A 2B 3C 3D 3E'

# Failed test 'dwimmy hyper omits * when both arguments of same length have one'
# at t/spec/S03-metaops/hyper.rakudo.moar line 689
# got: '14 25 Whatever<140702901666760>Whatever<140702901666888>'
# got: '14 25 Whatever<140580538526936>Whatever<140580538527064>'
# expected: '14 25'

# Failed test 'dwimmy hyper takes longer length given two arguments ending with *'
# at t/spec/S03-metaops/hyper.rakudo.moar line 693
# got: '14 25 Whatever<140702902061456>6 1Whatever<140702902061584>'
# got: '14 25 Whatever<140580538921632>6 1Whatever<140580538921760>'
# expected: '14 25 26'
245 0 6 6 257
1 skipped: EVAL(Buf)
Expand Down Expand Up @@ -1170,22 +1170,22 @@ S03-metaops/reverse.t.............................. 34 0 0 0 34
S03-metaops/zip.rakudo.moar........................
# Failed test 'non-meta zip extends right argument ending with *'
# at t/spec/S03-metaops/zip.rakudo.moar line 34
# got: 'a x b z c Whatever<140218065959144>'
# got: 'a x b z c Whatever<139730232691904>'
# expected: 'a x b z c z d z'

# Failed test 'non-meta zip extends left argument ending with *'
# at t/spec/S03-metaops/zip.rakudo.moar line 36
# got: '1 10 2 20 3 30 Whatever<140218066305240> 40'
# got: '1 10 2 20 3 30 Whatever<139730233038000> 40'
# expected: '1 10 2 20 3 30 3 40 3 50'

# Failed test 'non-meta zip extends two arguments ending with *'
# at t/spec/S03-metaops/zip.rakudo.moar line 39
# got: '2 3 10 4 Whatever<140218066666064> 5'
# got: '2 3 10 4 Whatever<139730233398824> 5'
# expected: '2 3 10 4 10 5 10 5 10 5'

# Failed test 'zip-concat extends right argument ending with *'
# at t/spec/S03-metaops/zip.rakudo.moar line 43
# got: 'ax bz cWhatever<140218067007256>'
# got: 'ax bz cWhatever<139730233740016>'
# expected: 'ax bz cz dz'
20 0 4 2 26
2 skipped: nom regression RT #122230
Expand Down Expand Up @@ -1604,7 +1604,7 @@ S03-operators/minmax.rakudo.moar...................
S03-operators/misc.rakudo.moar.....................
# Failed test 'A * as the last value extends lists for infix:<Z> (zip)'
# at t/spec/S03-operators/misc.rakudo.moar line 101
# got: '1|a|2|b|Whatever<139716585026760>|c'
# got: '1|a|2|b|Whatever<140496490722888>|c'
# expected: '1|a|2|b|2|c|2|d'
32 0 1 0 33
1 todo : nom regression
Expand Down Expand Up @@ -2968,17 +2968,17 @@ S06-operator-overloading/sub.rakudo.moar...........

# Failed test '... basic prefix operator overloading worked'
# at t/spec/S06-operator-overloading/sub.rakudo.moar line 347
# got: 'Bar<139786008422944>'
# got: 'Bar<139751936713944>'
# expected: 'software'

# Failed test '... basic infix operator overloading worked'
# at t/spec/S06-operator-overloading/sub.rakudo.moar line 356
# got: 'Bar<139786008626544> Bar<139786008626544>'
# got: 'Bar<139751936917544> Bar<139751936917544>'
# expected: 'software software'

# Failed test 'stringification overloading worked in array stringification'
# at t/spec/S06-operator-overloading/sub.rakudo.moar line 374
# got: 'Bar<139786008830600> Bar<139786008830600> Bar<139786008830600>'
# got: 'Bar<139751937121600> Bar<139751937121600> Bar<139751937121600>'
# expected: 'pugs pugs pugs'

# Failed test 'stringification with hyperization didn't die'
Expand All @@ -2988,7 +2988,7 @@ S06-operator-overloading/sub.rakudo.moar...........

# Failed test 'stringification overloading was hyperized correctly'
# at t/spec/S06-operator-overloading/sub.rakudo.moar line 378
# got: 'Bar<139786008830600> Bar<139786008830600> Bar<139786008830600>'
# got: 'Bar<139751937121600> Bar<139751937121600> Bar<139751937121600>'
# expected: 'pugs! pugs! pugs!'

# Failed test 'infix:<comment char>($a, $b)'
Expand Down Expand Up @@ -3165,23 +3165,23 @@ S06-signature/unpack-object.t...................... 4 0 0 0 4
S06-signature/unspecified.rakudo.moar..............
# Failed test 'signature is :() when none is specified'
# at lib/Test.pm line 89
# got: 'Signature<139677854896816>'
# expected: 'Signature<139677854852544>'
# got: 'Signature<139650493067840>'
# expected: 'Signature<139650493023568>'

# Failed test 'signature is :(Mu *@_) when none is specified and @_ is used'
# at t/spec/S06-signature/unspecified.rakudo.moar line 23
# got: 'Signature<108945728>'
# expected: 'Signature<139677859246760>'
# got: 'Signature<117415384>'
# expected: 'Signature<139650497417896>'

# Failed test 'signature is :(Mu *%_) when none is specified and %_ is used'
# at t/spec/S06-signature/unspecified.rakudo.moar line 32
# got: 'Signature<139677859196680>'
# expected: 'Signature<139677859180576>'
# got: 'Signature<139650497367816>'
# expected: 'Signature<139650497351712>'

# Failed test 'signature is :(Mu *@_, Mu *%_) when none is specified and @_ and %_ are used'
# at t/spec/S06-signature/unspecified.rakudo.moar line 40
# got: 'Signature<139677859121208>'
# expected: 'Signature<139677859105256>'
# got: 'Signature<139650497292344>'
# expected: 'Signature<139650497276392>'
use of uninitialized value of type Any in string context in sub both at t/spec/S06-signature/unspecified.rakudo.moar:38

use of uninitialized value of type Any in string context in sub both at t/spec/S06-signature/unspecified.rakudo.moar:38
Expand Down Expand Up @@ -3898,21 +3898,21 @@ S15-unicode-information/uniname.rakudo.moar........
1 todo : RT #122471
S15-unicode-information/unival.t................... 25 0 0 0 25
pass fail todo skip plan
S16-filehandles/chmod.t............................# Using file temp_1407238233
# Using file temp_1407238233
# Using file temp_1407238233
S16-filehandles/chmod.t............................# Using file temp_1407324603
# Using file temp_1407324603
# Using file temp_1407324603
16 0 0 3 19
3 skipped: :r :w :x can accidentally work with root permission
S16-filehandles/filestat.t.........................# Using file temp-16-filehandles-filestat-7853-1.temp
# Using file temp-16-filehandles-filestat-7853-2.temp
S16-filehandles/filestat.t.........................# Using file temp-16-filehandles-filestat-7906-1.temp
# Using file temp-16-filehandles-filestat-7906-2.temp
10 0 0 0 10
S16-filehandles/filetest.rakudo.moar............... 32 0 0 9 41
6 skipped: :M, :C, :A
3 skipped: no file README
S16-filehandles/io.t............................... 86 0 0 0 86
S16-filehandles/io_in_for_loops.t.................. 29 0 0 0 29
S16-filehandles/io_in_while_loops.t................ 13 0 0 0 13
S16-filehandles/mkdir_rmdir.rakudo.moar............# mkdir-t-testfile-990691
S16-filehandles/mkdir_rmdir.rakudo.moar............# mkdir-t-testfile-196394
13 0 0 1 14
1 skipped: deviation from spec because we do not have sink yet
S16-filehandles/open.t............................. 4 0 0 1 5
Expand Down Expand Up @@ -4214,13 +4214,13 @@ S32-basics/warn.rakudo.moar........................# It's OK to see this warning

# Failed test 'warn() with arguments; line number'
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar/t/spec/packages/Test/Util.pm line 58
# got err: "OH NOEZ in block at getout-8227-739999.code:1\n\n"
# got err: "OH NOEZ in block at getout-8284-349523.code:1\n\n"

# Failed test 'quietly does not surpress warnings'
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar/t/spec/packages/Test/Util.pm line 58
# got status: 256
# got out: ""
# got err: "\x[1b][31m===\x[1b][0mSORRY!\x[1b][31m===\x[1b][0m Error while compiling getout-8227-896126.code\nUndeclared routine:\n quietly used at line 1\n\n"
# got err: "\x[1b][31m===\x[1b][0mSORRY!\x[1b][31m===\x[1b][0m Error while compiling getout-8284-351149.code\nUndeclared routine:\n quietly used at line 1\n\n"
# expected err: ""
5 0 2 0 7
1 todo : quietly NYI
Expand Down Expand Up @@ -5257,7 +5257,7 @@ integration/advent2011-day10.rakudo.moar...........
# Failed test '--doc + DOC INIT {}'
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar/t/spec/packages/Test/Util.pm line 58
# got out: ""
# got err: "\x[1b][31m===\x[1b][0mSORRY!\x[1b][31m===\x[1b][0m Error while compiling getout-8986-204518.code\nVariable '\$=POD' is not declared\nat getout-8986-204518.code:25\n------> \x[1b][32m pod2text(\$=POD\x[1b][33m⏏\x[1b][31m);\x[1b][0m\n expecting any of:\n postfix\n"
# got err: "\x[1b][31m===\x[1b][0mSORRY!\x[1b][31m===\x[1b][0m Error while compiling getout-8901-813918.code\nVariable '\$=POD' is not declared\nat getout-8901-813918.code:25\n------> \x[1b][32m pod2text(\$=POD\x[1b][33m⏏\x[1b][31m);\x[1b][0m\n expecting any of:\n postfix\n"
# expected err: ""
4 0 1 0 5
1 todo : RT #12205
Expand Down Expand Up @@ -5314,14 +5314,14 @@ integration/advent2012-day15.rakudo.moar...........
integration/advent2012-day16.t..................... 11 0 0 0 11
integration/advent2012-day19.t..................... 10 0 0 0 10
integration/advent2012-day20.t..................... 2 0 0 0 2
integration/advent2012-day21.t.....................# gerdr: 1.9336874 seconds
# recursive-ternary: 2.1258663 seconds
# kaz: 2.3556356 seconds
# loop: 2.44128434 seconds
# recursive-ternary-hand-cached: 4.46324298 seconds
# sequence-ternary: 4.8396160 seconds
# hand-memoization: 5.84654334 seconds
# sequence: 6.6322451 seconds
integration/advent2012-day21.t.....................# kaz: 1.90351184 seconds
# recursive-ternary: 2.0886247 seconds
# gerdr: 2.1643698 seconds
# loop: 2.2695678 seconds
# recursive-ternary-hand-cached: 4.53599794 seconds
# sequence-ternary: 4.5802544 seconds
# hand-memoization: 5.8103965 seconds
# sequence: 6.89753804 seconds
9 0 0 0 9
integration/advent2012-day22.rakudo.moar...........
# Failed test 'integer parse'
Expand Down Expand Up @@ -5378,7 +5378,7 @@ integration/error-reporting.rakudo.moar............# Error message: Constraint t

# Failed test 'warning reports correct line number and subroutine'
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar/t/spec/packages/Test/Util.pm line 58
# got err: "use of uninitialized value of type Any in numeric context in sub mysub at getout-9106-883661.code:1\n\n"
# got err: "use of uninitialized value of type Any in numeric context in sub mysub at getout-9021-550575.code:1\n\n"
15 0 1 0 16
1 todo : nigh
integration/lazy-bentley-generator.t............... 1 0 0 0 1
Expand Down

0 comments on commit 2e92aa4

Please sign in to comment.