Skip to content

Instantly share code, notes, and snippets.

@timo
Created August 29, 2015 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timo/84a1acb434ab2b5cccc5 to your computer and use it in GitHub Desktop.
Save timo/84a1acb434ab2b5cccc5 to your computer and use it in GitHub Desktop.
diff --git a/without_for_optimization.txt b/with_for_optimizer.txt
index 1d3f519..31530c1 100644
--- a/without_for_optimization.txt
+++ b/with_for_optimizer.txt
@@ -1,3 +1,4 @@
+
Test Summary Report
-------------------
t/spec/S02-types/list.t (Wstat: 256 Tests: 55 Failed: 1)
@@ -6,18 +7,19 @@ t/spec/S02-types/list.t (Wstat: 256 Tests: 5
t/spec/S02-types/mixhash.rakudo.moar (Wstat: 1024 Tests: 214 Failed: 4)
Failed tests: 76-77, 79, 84
Non-zero exit status: 4
-t/spec/S02-types/set.rakudo.moar (Wstat: 0 Tests: 175 Failed: 0)
- TODO passed: 169
t/spec/S02-types/sethash.rakudo.moar (Wstat: 768 Tests: 200 Failed: 3)
Failed tests: 78, 83, 93
Non-zero exit status: 3
+t/spec/S03-operators/precedence.rakudo.moar (Wstat: 256 Tests: 59 Failed: 1)
+ Failed test: 58
+ Non-zero exit status: 1
t/spec/S03-operators/reduce-le1arg.rakudo.moar (Wstat: 256 Tests: 54 Failed: 1)
Failed test: 51
Non-zero exit status: 1
-t/spec/S03-operators/set.t (Wstat: 3072 Tests: 292 Failed: 12)
- Failed tests: 69, 71, 73, 75, 77, 79, 81-82, 277-278
- 281-282
- Non-zero exit status: 12
+t/spec/S03-operators/set.t (Wstat: 4608 Tests: 292 Failed: 18)
+ Failed tests: 41, 43, 45, 47, 49, 51, 69, 71, 73, 75
+ 77, 79, 81-82, 276, 278, 280, 282
+ Non-zero exit status: 18
t/spec/S03-operators/bag.rakudo.moar (Wstat: 6656 Tests: 128 Failed: 26)
Failed tests: 5, 7, 9, 11, 17, 19, 23, 25, 37, 45, 47
53, 55, 61, 69, 71, 77, 79, 104-105, 108-109
@@ -41,6 +43,9 @@ t/spec/S04-declarations/will.rakudo.moar (Wstat: 768 Tests: 2
t/spec/S04-phasers/next.rakudo.moar (Wstat: 2048 Tests: 13 Failed: 8)
Failed tests: 1-5, 7-8, 13
Non-zero exit status: 8
+t/spec/S04-statement-modifiers/if.t (Wstat: 256 Tests: 13 Failed: 1)
+ Failed test: 11
+ Non-zero exit status: 1
t/spec/S04-statement-modifiers/with.rakudo.moar (Wstat: 256 Tests: 34 Failed: 1)
Failed test: 27
Non-zero exit status: 1
@@ -71,9 +76,10 @@ t/spec/S06-other/pairs-as-lvalues.rakudo.moar (Wstat: 512 Tests: 5
t/spec/S06-signature/unpack-array.t (Wstat: 256 Tests: 15 Failed: 1)
Failed test: 13
Non-zero exit status: 1
-t/spec/S06-traits/native-is-rw.t (Wstat: 139 Tests: 24 Failed: 0)
+t/spec/S17-lowlevel/lock.rakudo.moar (Wstat: 139 Tests: 7 Failed: 1)
+ Failed test: 7
Non-zero wait status: 139
- Parse errors: Bad plan. You planned 48 tests but ran 24.
+ Parse errors: Bad plan. You planned 8 tests but ran 7.
t/spec/S16-io/print.t (Wstat: 512 Tests: 12 Failed: 2)
Failed tests: 4, 12
Non-zero exit status: 2
@@ -92,12 +98,12 @@ t/spec/S17-supply/on.t (Wstat: 512 Tests: 1
t/spec/S17-supply/zip-latest.t (Wstat: 512 Tests: 12 Failed: 2)
Failed tests: 1, 7
Non-zero exit status: 2
-t/spec/S17-supply/zip.t (Wstat: 512 Tests: 10 Failed: 2)
- Failed tests: 2, 7
- Non-zero exit status: 2
-t/spec/S32-io/IO-Socket-Async.rakudo.moar (Wstat: 65280 Tests: 3 Failed: 0)
+t/spec/S17-supply/zip.t (Wstat: 65280 Tests: 0 Failed: 0)
+ Non-zero exit status: 255
+ Parse errors: Bad plan. You planned 10 tests but ran 0.
+t/spec/S32-io/IO-Socket-Async.rakudo.moar (Wstat: 65280 Tests: 5 Failed: 0)
Non-zero exit status: 255
- Parse errors: Bad plan. You planned 6 tests but ran 3.
+ Parse errors: Bad plan. You planned 6 tests but ran 5.
t/spec/S32-exceptions/misc.rakudo.moar (Wstat: 256 Tests: 339 Failed: 1)
Failed test: 272
Non-zero exit status: 1
@@ -107,6 +113,5 @@ t/spec/integration/99problems-21-to-30.t (Wstat: 256 Tests: 1
t/spec/integration/advent2012-day13.t (Wstat: 256 Tests: 42 Failed: 1)
Failed test: 10
Non-zero exit status: 1
-Files=1038, Tests=46340, 434 wallclock secs (13.16 usr 1.93 sys + 1292.47 cusr 73.81 csys = 1381.37 CPU)
+Files=1038, Tests=46355, 376 wallclock secs (12.12 usr 1.77 sys + 1213.22 cusr 64.42 csys = 1291.53 CPU)
Result: FAIL
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment