Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created August 27, 2015 08:40
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 FROGGS/2f06ed42f1755b1235bb to your computer and use it in GitHub Desktop.
Save FROGGS/2f06ed42f1755b1235bb to your computer and use it in GitHub Desktop.
--- glr 2015-08-27 10:38:12.424241052 +0200
+++ glr.new 2015-08-27 10:38:30.752241512 +0200
@@ -1,5 +1,6 @@
t/spec/S02-lists/tree.t (Wstat: 65280 Tests: 0 Failed: 0)
t/spec/S02-literals/quoting.rakudo.moar (Wstat: 768 Tests: 174 Failed: 3)
+t/spec/S02-literals/radix.rakudo.moar (Wstat: 134 Tests: 124 Failed: 0)
t/spec/S02-names-vars/list_array_perl.rakudo.moar (Wstat: 512 Tests: 22 Failed: 2)
t/spec/S02-types/array.rakudo.moar (Wstat: 3328 Tests: 97 Failed: 13)
t/spec/S02-types/bag.rakudo.moar (Wstat: 768 Tests: 195 Failed: 3)
@@ -54,11 +55,18 @@
t/spec/S17-lowlevel/lock.rakudo.moar (Wstat: 139 Tests: 7 Failed: 1)
t/spec/S17-promise/start.rakudo.moar (Wstat: 65280 Tests: 14 Failed: 0)
t/spec/S17-supply/batch.t (Wstat: 1536 Tests: 11 Failed: 6)
-t/spec/S17-supply/categorize.t (Wstat: 256 Tests: 20 Failed: 2)
-t/spec/S17-supply/classify.t (Wstat: 1536 Tests: 39 Failed: 6)
-t/spec/S17-supply/minmax.t (Wstat: 65280 Tests: 5 Failed: 3)
+t/spec/S17-supply/categorize.t (Wstat: 65280 Tests: 6 Failed: 0)
+t/spec/S17-supply/classify.t (Wstat: 65280 Tests: 6 Failed: 0)
+t/spec/S17-supply/lines.t (Wstat: 65280 Tests: 9 Failed: 0)
+t/spec/S17-supply/migrate.t (Wstat: 65280 Tests: 5 Failed: 0)
+t/spec/S17-supply/minmax.t (Wstat: 65280 Tests: 5 Failed: 0)
t/spec/S17-supply/on.t (Wstat: 65280 Tests: 2 Failed: 0)
+t/spec/S17-supply/reduce.t (Wstat: 512 Tests: 10 Failed: 2)
t/spec/S17-supply/rotor.rakudo.moar (Wstat: 65280 Tests: 2 Failed: 0)
+t/spec/S17-supply/start.t (Wstat: 15 Tests: 4 Failed: 0)
+t/spec/S17-supply/syntax.t (Wstat: 512 Tests: 50 Failed: 2)
+t/spec/S17-supply/unique.t (Wstat: 65280 Tests: 6 Failed: 0)
+t/spec/S17-supply/words.t (Wstat: 65280 Tests: 2 Failed: 0)
t/spec/S17-supply/zip-latest.t (Wstat: 512 Tests: 12 Failed: 2)
t/spec/S17-supply/zip.t (Wstat: 65280 Tests: 0 Failed: 0)
t/spec/S29-conversions/hash.t (Wstat: 65280 Tests: 2 Failed: 0)
@@ -66,7 +74,7 @@
t/spec/S32-container/roundrobin.rakudo.moar (Wstat: 256 Tests: 5 Failed: 1)
t/spec/S32-container/zip.rakudo.moar (Wstat: 512 Tests: 14 Failed: 2)
t/spec/S32-exceptions/misc.rakudo.moar (Wstat: 256 Tests: 339 Failed: 1)
-t/spec/S32-io/IO-Socket-Async.rakudo.moar (Wstat: 65280 Tests: 5 Failed: 0)
+t/spec/S32-io/IO-Socket-Async.rakudo.moar (Wstat: 15 Tests: 2 Failed: 0)
t/spec/S32-list/categorize.t (Wstat: 65280 Tests: 0 Failed: 0)
t/spec/S32-list/classify.rakudo.moar (Wstat: 256 Tests: 35 Failed: 1)
t/spec/S32-list/map.rakudo.moar (Wstat: 1280 Tests: 56 Failed: 5)
@@ -76,6 +84,6 @@
t/spec/S32-list/seq.t (Wstat: 512 Tests: 3 Failed: 2)
t/spec/integration/99problems-21-to-30.t (Wstat: 512 Tests: 15 Failed: 2)
t/spec/integration/99problems-51-to-60.t (Wstat: 1280 Tests: 37 Failed: 5)
-t/spec/integration/advent2009-day06.t (Wstat: 256 Tests: 15 Failed: 1)
t/spec/integration/advent2011-day23.t (Wstat: 1280 Tests: 55 Failed: 5)
+t/spec/integration/advent2013-day19.t (Wstat: 1024 Tests: 4 Failed: 4)
t/spec/integration/precompiled.rakudo.moar (Wstat: 256 Tests: 7 Failed: 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment