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 25, 2015
1 parent 3bef519 commit a3398ed
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 211 deletions.
2 changes: 1 addition & 1 deletion log/nqp.jvm_summary.out
Expand Up @@ -99,5 +99,5 @@ t/jvm/01-continuations.t .............. ok
t/jvm/02-multidim.t ................... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=99, Tests=3950, 325 wallclock secs ( 0.68 usr 0.11 sys + 638.28 cusr 14.38 csys = 653.45 CPU)
Files=99, Tests=3950, 327 wallclock secs ( 0.72 usr 0.11 sys + 639.89 cusr 14.54 csys = 655.26 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.moar-jit_summary.out
Expand Up @@ -100,5 +100,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=100, Tests=3956, 12 wallclock secs ( 0.57 usr 0.13 sys + 10.99 cusr 0.68 csys = 12.37 CPU)
Files=100, Tests=3956, 12 wallclock secs ( 0.67 usr 0.11 sys + 11.37 cusr 0.70 csys = 12.85 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.moar_summary.out
Expand Up @@ -100,5 +100,5 @@ t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=100, Tests=3956, 12 wallclock secs ( 0.64 usr 0.12 sys + 10.51 cusr 0.67 csys = 11.94 CPU)
Files=100, Tests=3956, 12 wallclock secs ( 0.58 usr 0.11 sys + 10.34 cusr 0.62 csys = 11.65 CPU)
Result: PASS
2 changes: 1 addition & 1 deletion log/nqp.parrot_summary.out
Expand Up @@ -207,7 +207,7 @@ t/nqp/78-shell.t (Wstat: 256 Tests: 0 Failed: 0)
t/nqp/86-pipes.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=103, Tests=3689, 32 wallclock secs ( 0.64 usr 0.12 sys + 27.18 cusr 3.85 csys = 31.79 CPU)
Files=103, Tests=3689, 32 wallclock secs ( 0.67 usr 0.12 sys + 27.31 cusr 3.51 csys = 31.61 CPU)
Result: FAIL
Makefile:1162: recipe for target 'p-test' failed
make: *** [p-test] Error 1
252 changes: 91 additions & 161 deletions log/rakudo.moar-glr_summary.out

Large diffs are not rendered by default.

84 changes: 55 additions & 29 deletions log/rakudo.moar-jit_summary.out
Expand Up @@ -248,7 +248,15 @@ S02-names/is_dynamic.t............................. 22 0 0 0 22
S02-names/name.t................................... 15 0 0 0 15
S02-names/our.rakudo.moar.......................... 9 0 0 1 10
1 skipped: OUR::subname() does not work
S02-names/pseudo.rakudo.moar....................... 52 0 8 82 142
S02-names/pseudo.rakudo.moar.......................WARNING: unhandled Failure detected in DESTROY:
No such symbol 'OUR::A43'
in block <unit> at t/spec/S02-names/pseudo.rakudo.moar:184

WARNING: unhandled Failure detected in DESTROY:
No such symbol 'OUR::A42'
in block <unit> at t/spec/S02-names/pseudo.rakudo.moar:180

52 0 8 82 142
19 skipped: CORE NYI RT #124916
4 skipped: the binding in here is NYI RT #124914
23 skipped: various issues to resolve RT #124917
Expand Down Expand Up @@ -762,6 +770,29 @@ S03-operators/is-divisible-by.rakudo.moar..........
# Failed test 'code dies'
# at t/spec/S03-operators/is-divisible-by.rakudo.moar line 41
# Looks like you failed 1 test of 4
WARNING: unhandled Failure detected in DESTROY:
Attempt to divide 9 by zero using infix:<%%>
in any at src/gen/m-Perl6-Optimizer.nqp:1233
in any at src/gen/m-Perl6-Optimizer.nqp:1229
in any optimize_call at src/gen/m-Perl6-Optimizer.nqp:1197
in any visit_op at src/gen/m-Perl6-Optimizer.nqp:1147
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1710
in any visit_want at src/gen/m-Perl6-Optimizer.nqp:1550
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1713
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1728
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1722
in any visit_block at src/gen/m-Perl6-Optimizer.nqp:896
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1719
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1722
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1728
in any visit_block at src/gen/m-Perl6-Optimizer.nqp:896
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1719
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1722
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1728
in any visit_block at src/gen/m-Perl6-Optimizer.nqp:896
in any optimize at src/gen/m-Perl6-Optimizer.nqp:876
in any optimize at src/Perl6/Compiler.nqp:64

14 0 1 0 15
1 todo : not sure why this doesn't fire
S03-operators/lcm.t................................ 15 0 0 0 15
Expand Down Expand Up @@ -1689,10 +1720,10 @@ S10-packages/precompilation.rakudo.moar............Use of uninitialized value $_
Use of uninitialized value $_ of type Any in string context in block at t/spec/S10-packages/precompilation.rakudo.moar:138
Use of uninitialized value $_ of type Any in string context in block at t/spec/S10-packages/precompilation.rakudo.moar:138
# error: Could not find symbol '&C1'
# in block <unit> at getout-8315-419202.code:4
# in block <unit> at getout-21090-275292.code:4

# Actually thrown at:
# in block <unit> at getout-8315-419202.code:4
# in block <unit> at getout-21090-275292.code:4


33 0 3 0 36
Expand Down Expand Up @@ -2023,8 +2054,8 @@ S15-unicode-information/uniname.rakudo.moar........ 14 0 2 15 31
S15-unicode-information/unival.t................... 32 0 0 0 32
pass fail todo skip plan
S16-filehandles/argfiles.t......................... 10 0 0 0 10
S16-filehandles/chmod.t............................# Using file temp_1440426020
# Using file temp_1440426020
S16-filehandles/chmod.t............................# Using file temp_1440512661
# Using file temp_1440512661
16 0 0 3 19
3 skipped: :r :w :x can accidentally work with root permission
S16-filehandles/filestat.t......................... 10 0 0 0 10
Expand Down Expand Up @@ -2055,9 +2086,8 @@ S16-unfiled/rebindstdhandles.rakudo.moar........... 0 0 0 2 2
pass fail todo skip plan
S17-channel/basic.t................................ 17 0 0 0 17
S17-channel/earliest.t............................. 7 0 0 0 7
S17-lowlevel/lock.rakudo.moar......................Segmentation fault
6 2 0 0 8
1 tests aborted (missing ok/not ok)
S17-lowlevel/lock.rakudo.moar...................... 7 0 1 0 8
1 todo : not sure this test is valid RT \#124793
S17-lowlevel/thread.t.............................. 25 0 0 0 25
S17-procasync/basic.rakudo.moar.................... 27 0 0 3 30
3 skipped: returns Nil (flapping tests) RT #125047
Expand Down Expand Up @@ -4204,13 +4234,11 @@ S32-hash/slice.rakudo.moar......................... 19 0 10 0 29
6 todo : binding on hash elements unimplemented
2 todo : binding on hash elements unimplemented RT \#124779
2 todo : binding on hash elements unimplemented RT \#124780
S32-io/IO-Socket-Async.rakudo.moar.................connection refused
in block <unit> at t/spec/S32-io/IO-Socket-Async.rakudo.moar:80

# Looks like you planned 6 tests, but ran 3
2 3 0 1 6
S32-io/IO-Socket-Async.rakudo.moar.................# Looks like you planned 6 tests, but ran 5
3 1 0 2 6
1 skipped: Flapping RT #122318
3 tests aborted (missing ok/not ok)
1 skipped: RT #122318 - test is flapping
1 tests aborted (missing ok/not ok)
S32-io/IO-Socket-INET.t............................ 0 0 0 47 47
47 skipped: Operating system not yet supported
S32-io/chdir.rakudo.moar........................... 8 0 0 2 10
Expand Down Expand Up @@ -4608,14 +4636,14 @@ integration/advent2012-day15.rakudo.moar........... 10 0 1 0 11
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.11372618 seconds
# recursive-ternary: 1.15147814 seconds
# kaz: 1.16156474 seconds
# loop: 1.165747 seconds
# hand-memoization: 1.54523823 seconds
# recursive-ternary-hand-cached: 2.60537469 seconds
# sequence-ternary: 6.2818754 seconds
# sequence: 8.8254403 seconds
integration/advent2012-day21.t.....................# kaz: 1.141482 seconds
# gerdr: 1.1445151 seconds
# recursive-ternary: 1.1821310 seconds
# loop: 1.19375947 seconds
# recursive-ternary-hand-cached: 2.8400282 seconds
# hand-memoization: 2.84754144 seconds
# sequence-ternary: 6.2615163 seconds
# sequence: 8.3500861 seconds
9 0 0 0 9
integration/advent2012-day22.rakudo.moar........... 5 0 1 0 6
1 todo : RT \#121789
Expand Down Expand Up @@ -4682,7 +4710,7 @@ Useless use of constant integer 42 in sink context (line 1)

# Failed test 'precompiled EVAL in BEGIN (Compiled)'
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar-jit/t/spec/packages/Test/Compile.pm line 338
# Missing or wrong version of dependency '<unit-outer>' (from '/tmp/p6testmodA98F9AED/p6testmod10D8DC2D.pm6')
# Missing or wrong version of dependency '<unit-outer>' (from '/tmp/p6testmod1E325D94/p6testmod20C5E6E2.pm6')
# Looks like you failed 1 test of 2
4 0 3 0 7
1 todo : RT \#123679 Cannot invoke this object (REPR: Null, cs = 0)
Expand Down Expand Up @@ -4718,20 +4746,18 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S14", 343, 0, 8, 5, 356, 369
"S15", 78533, 0, 3, 18, 78554, 78574
"S16", 305, 0, 2, 16, 323, 351
"S17", 1031, 2, 36, 29, 1098, 1048
"S17", 1032, 0, 37, 29, 1098, 1048
"S19", 14, 0, 0, 0, 14, 18
"S22", 24, 0, 0, 0, 24, 24
"S24", 18, 0, 0, 0, 18, 89
"S26", 1909, 0, 8, 72, 1989, 1989
"S28", 13, 0, 0, 0, 13, 13
"S29", 346, 0, 3, 2, 351, 351
"S32", 12092, 3, 208, 157, 12460, 10702
"S32", 12093, 1, 208, 158, 12460, 10702
"int", 1269, 0, 14, 15, 1298, 1284
"ros", 2, 0, 0, 0, 2, 2
"total", 118900, 6, 809, 1380,121095,120001
"total", 118902, 2, 810, 1381,121095,120001
----------------
Failure summary:
S02-types/declare.rakudo.moar 19 - Assign big bigint to native won't overflow silently
S17-lowlevel/lock.rakudo.moar 7 - Condition variable worked
S17-lowlevel/lock.rakudo.moar aborted 1 test(s)
S32-io/IO-Socket-Async.rakudo.moar aborted 3 test(s)
S32-io/IO-Socket-Async.rakudo.moar aborted 1 test(s)
73 changes: 56 additions & 17 deletions log/rakudo.moar_summary.out
Expand Up @@ -248,7 +248,15 @@ S02-names/is_dynamic.t............................. 22 0 0 0 22
S02-names/name.t................................... 15 0 0 0 15
S02-names/our.rakudo.moar.......................... 9 0 0 1 10
1 skipped: OUR::subname() does not work
S02-names/pseudo.rakudo.moar....................... 52 0 8 82 142
S02-names/pseudo.rakudo.moar.......................WARNING: unhandled Failure detected in DESTROY:
No such symbol 'OUR::A43'
in block <unit> at t/spec/S02-names/pseudo.rakudo.moar:184

WARNING: unhandled Failure detected in DESTROY:
No such symbol 'OUR::A42'
in block <unit> at t/spec/S02-names/pseudo.rakudo.moar:180

52 0 8 82 142
19 skipped: CORE NYI RT #124916
4 skipped: the binding in here is NYI RT #124914
23 skipped: various issues to resolve RT #124917
Expand Down Expand Up @@ -762,6 +770,29 @@ S03-operators/is-divisible-by.rakudo.moar..........
# Failed test 'code dies'
# at t/spec/S03-operators/is-divisible-by.rakudo.moar line 41
# Looks like you failed 1 test of 4
WARNING: unhandled Failure detected in DESTROY:
Attempt to divide 9 by zero using infix:<%%>
in any at src/gen/m-Perl6-Optimizer.nqp:1233
in any at src/gen/m-Perl6-Optimizer.nqp:1229
in any optimize_call at src/gen/m-Perl6-Optimizer.nqp:1197
in any visit_op at src/gen/m-Perl6-Optimizer.nqp:1147
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1710
in any visit_want at src/gen/m-Perl6-Optimizer.nqp:1550
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1713
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1728
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1722
in any visit_block at src/gen/m-Perl6-Optimizer.nqp:896
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1719
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1722
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1728
in any visit_block at src/gen/m-Perl6-Optimizer.nqp:896
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1719
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1722
in any visit_children at src/gen/m-Perl6-Optimizer.nqp:1728
in any visit_block at src/gen/m-Perl6-Optimizer.nqp:896
in any optimize at src/gen/m-Perl6-Optimizer.nqp:876
in any optimize at src/Perl6/Compiler.nqp:64

14 0 1 0 15
1 todo : not sure why this doesn't fire
S03-operators/lcm.t................................ 15 0 0 0 15
Expand Down Expand Up @@ -1689,10 +1720,10 @@ S10-packages/precompilation.rakudo.moar............Use of uninitialized value $_
Use of uninitialized value $_ of type Any in string context in block at t/spec/S10-packages/precompilation.rakudo.moar:138
Use of uninitialized value $_ of type Any in string context in block at t/spec/S10-packages/precompilation.rakudo.moar:138
# error: Could not find symbol '&C1'
# in block <unit> at getout-25215-520430.code:4
# in block <unit> at getout-5372-123394.code:4

# Actually thrown at:
# in block <unit> at getout-25215-520430.code:4
# in block <unit> at getout-5372-123394.code:4


33 0 3 0 36
Expand Down Expand Up @@ -2023,8 +2054,8 @@ S15-unicode-information/uniname.rakudo.moar........ 14 0 2 15 31
S15-unicode-information/unival.t................... 32 0 0 0 32
pass fail todo skip plan
S16-filehandles/argfiles.t......................... 10 0 0 0 10
S16-filehandles/chmod.t............................# Using file temp_1440424285
# Using file temp_1440424285
S16-filehandles/chmod.t............................# Using file temp_1440510941
# Using file temp_1440510941
16 0 0 3 19
3 skipped: :r :w :x can accidentally work with root permission
S16-filehandles/filestat.t......................... 10 0 0 0 10
Expand Down Expand Up @@ -2055,7 +2086,14 @@ S16-unfiled/rebindstdhandles.rakudo.moar........... 0 0 0 2 2
pass fail todo skip plan
S17-channel/basic.t................................ 17 0 0 0 17
S17-channel/earliest.t............................. 7 0 0 0 7
S17-lowlevel/lock.rakudo.moar...................... 7 0 1 0 8
S17-lowlevel/lock.rakudo.moar......................
# Failed test 'Condition variable worked'
# at t/spec/S17-lowlevel/lock.rakudo.moar line 87
# expected: 'ale,porter,stout'
# got: 'ale'
Use of uninitialized value of type Any in numeric context in block at t/spec/S17-lowlevel/lock.rakudo.moar:87
# log = ale
6 1 1 0 8
1 todo : not sure this test is valid RT \#124793
S17-lowlevel/thread.t.............................. 25 0 0 0 25
S17-procasync/basic.rakudo.moar.................... 27 0 0 3 30
Expand Down Expand Up @@ -4605,14 +4643,14 @@ integration/advent2012-day15.rakudo.moar........... 10 0 1 0 11
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.....................# kaz: 0.90414273 seconds
# gerdr: 0.9936695 seconds
# recursive-ternary: 1.1060754 seconds
# loop: 1.2856569 seconds
# hand-memoization: 1.42836316 seconds
# recursive-ternary-hand-cached: 2.7552848 seconds
# sequence-ternary: 6.34751384 seconds
# sequence: 10.5072677 seconds
integration/advent2012-day21.t.....................# kaz: 0.91143213 seconds
# gerdr: 0.9468867 seconds
# loop: 0.9703856 seconds
# recursive-ternary: 1.1150496 seconds
# hand-memoization: 1.6713611 seconds
# recursive-ternary-hand-cached: 2.4914628 seconds
# sequence-ternary: 5.88176234 seconds
# sequence: 8.1426360 seconds
9 0 0 0 9
integration/advent2012-day22.rakudo.moar........... 5 0 1 0 6
1 todo : RT \#121789
Expand Down Expand Up @@ -4679,7 +4717,7 @@ Useless use of constant integer 42 in sink context (line 1)

# Failed test 'precompiled EVAL in BEGIN (Compiled)'
# at /home/coke/sandbox/perl6-roast-data/rakudo.moar/t/spec/packages/Test/Compile.pm line 338
# Missing or wrong version of dependency '<unit-outer>' (from '/tmp/p6testmodA5AB66F9/p6testmod5C42581E.pm6')
# Missing or wrong version of dependency '<unit-outer>' (from '/tmp/p6testmodCA803518/p6testmodCD990A93.pm6')
# Looks like you failed 1 test of 2
4 0 3 0 7
1 todo : RT \#123679 Cannot invoke this object (REPR: Null, cs = 0)
Expand Down Expand Up @@ -4715,7 +4753,7 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S14", 343, 0, 8, 5, 356, 369
"S15", 78533, 0, 3, 18, 78554, 78574
"S16", 305, 0, 2, 16, 323, 351
"S17", 1032, 0, 37, 29, 1098, 1048
"S17", 1031, 1, 37, 29, 1098, 1048
"S19", 14, 0, 0, 0, 14, 18
"S22", 24, 0, 0, 0, 24, 24
"S24", 18, 0, 0, 0, 18, 89
Expand All @@ -4725,8 +4763,9 @@ rosettacode/sierpinski_triangle.t.................. 1 0 0 0 1
"S32", 12093, 1, 208, 158, 12460, 10702
"int", 1269, 0, 14, 15, 1298, 1284
"ros", 2, 0, 0, 0, 2, 2
"total", 118902, 2, 810, 1381,121095,120001
"total", 118901, 3, 810, 1381,121095,120001
----------------
Failure summary:
S02-types/declare.rakudo.moar 19 - Assign big bigint to native won't overflow silently
S17-lowlevel/lock.rakudo.moar 7 - Condition variable worked
S32-io/IO-Socket-Async.rakudo.moar aborted 1 test(s)
4 changes: 4 additions & 0 deletions perl6_pass_rates.csv
@@ -1,4 +1,8 @@
Impl,date,percentage,"roast sha1",pass,fail,todo,skip,plan,spec,"impl sha1",notes
rakudo.jvm,2015-08-25,31.49%,7e0c2b0,37439,943,815,1415,40612,118080,f7cfe9d,
rakudo.moar,2015-08-25,100.00%,7e0c2b0,118901,3,810,1381,121095,120001,f7cfe9d,
rakudo.moar-glr,2015-08-25,98.89%,06d424d,117584,1411,755,1291,121041,120087,ab408b1,
rakudo.moar-jit,2015-08-25,100.00%,7e0c2b0,118902,2,810,1381,121095,120001,f7cfe9d,
rakudo.jvm,2015-08-24,31.49%,7e0c2b0,37439,943,815,1415,40612,118080,b56d593,
rakudo.moar,2015-08-24,100.00%,7e0c2b0,118902,2,810,1381,121095,120001,b56d593,
rakudo.moar-glr,2015-08-24,98.87%,6d9eef2,117557,1437,755,1292,121041,120087,d7ab329,
Expand Down

0 comments on commit a3398ed

Please sign in to comment.