Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Sep 7, 2014
1 parent 753c9b6 commit 3e3a0f6
Show file tree
Hide file tree
Showing 14 changed files with 377 additions and 1,242 deletions.
8 changes: 4 additions & 4 deletions log/MoarVM-build.log
@@ -1,6 +1,6 @@
== Configuring and building Rakudo
cd rakudo && /usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install --backends=moar && make
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.08-36-gf84a159 / MoarVM 2014.08-93-g97adcd6).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.08-36-gf84a159 / MoarVM 2014.08-97-g7e8304d).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand Down Expand Up @@ -47,11 +47,11 @@ gcc -shared -fPIC -O1 -DNDEBUG -Wl,-rpath,/home/coke/sandbox/rakudo-star-daily/
The following step can take a long time, please be patient.
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar --libpath="/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/nqp/lib" perl6.moarvm --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm src/gen/m-CORE.setting
Stage start : 0.000
Stage parse : 55.725
Stage parse : 52.104
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 5.585
Stage mast : 19.758
Stage optimize : 5.182
Stage mast : 17.525
Stage mbc : 0.269
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar --libpath="/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/nqp/lib" perl6.moarvm --target=mbc --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting
/usr/bin/perl -MExtUtils::Command -e rm_f perl6-m
Expand Down
4 changes: 2 additions & 2 deletions log/MoarVM-configure.log
Expand Up @@ -466,7 +466,7 @@ linking moar
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/include/libuv
Building NQP ...
/usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install --backends=moar --make-install
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.08-93-g97adcd6, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.08-97-g7e8304d, which is new enough.
Cleaning up ...
/usr/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/usr/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/moar/stage1/nqpmo.nqp
Expand Down Expand Up @@ -599,7 +599,7 @@ Cleaning up ...
/usr/bin/perl tools/build/install-moar-runner.pl "" /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install

NQP has been built and installed.
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.08-36-gf84a159 / MoarVM 2014.08-93-g97adcd6).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.08-36-gf84a159 / MoarVM 2014.08-97-g7e8304d).

Creating Makefile ...
Cleaning up ...
Expand Down
145 changes: 42 additions & 103 deletions log/MoarVM-test-modules.log
@@ -1,148 +1,87 @@
/usr/bin/perl tools/build/modules-test.pl /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m modules/MODULES.txt
Testing modules/zavolaj with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-argless.t .........
Failed 1/3 subtests
t/02-simple-args.t .....
Failed 1/11 subtests
This type cannot unbox to a native integer
in block <unit> at t/03-simple-returns.t:11

t/03-simple-returns.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
Type check failed for return value; expected 'OpaquePointer' but got 'Whatever'
in any return_error at src/vm/moar/Perl6/Ops.nqp:646
in block <unit> at t/04-pointers.t:13

t/04-pointers.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 10/10 subtests
Type check failed for return value; expected 'NumTypedCArray[num]' but got 'Whatever'
in any return_error at src/vm/moar/Perl6/Ops.nqp:646
in block <unit> at t/05-arrays.t:12

t/05-arrays.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 20/20 subtests
Type check failed for return value; expected 'MyStruct2' but got 'Whatever'
in any return_error at src/vm/moar/Perl6/Ops.nqp:646
in block <unit> at t/06-struct.t:115

# Looks like you planned 19 tests, but ran 5
t/06-struct.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 14/19 subtests
Type check failed for return value; expected 'IntPtr' but got 'Whatever'
in any return_error at src/vm/moar/Perl6/Ops.nqp:646
in block <unit> at t/07-writebarrier.t:31

t/07-writebarrier.t ....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
t/01-argless.t ......... ok
t/02-simple-args.t ..... ok
t/03-simple-returns.t .. ok
t/04-pointers.t ........ ok
t/05-arrays.t .......... ok
t/06-struct.t .......... ok
t/07-writebarrier.t .... ok
t/08-callbacks.t ....... ok
Type check failed for return value; expected 'OpaquePointer' but got 'Whatever'
in any return_error at src/vm/moar/Perl6/Ops.nqp:646
in block <unit> at t/09-nativecast.t:11

t/09-nativecast.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 10/10 subtests

Test Summary Report
-------------------
t/01-argless.t (Wstat: 0 Tests: 2 Failed: 0)
Parse errors: Bad plan. You planned 3 tests but ran 2.
t/02-simple-args.t (Wstat: 0 Tests: 10 Failed: 0)
Parse errors: Bad plan. You planned 11 tests but ran 10.
t/03-simple-returns.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/04-pointers.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/05-arrays.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 20 tests but ran 0.
t/06-struct.t (Wstat: 65280 Tests: 5 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 19 tests but ran 5.
t/07-writebarrier.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/09-nativecast.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 10 tests but ran 0.
Files=9, Tests=22, 11 wallclock secs ( 0.08 usr 0.01 sys + 9.32 cusr 1.08 csys = 10.49 CPU)
Result: FAIL
t/09-nativecast.t ...... ok
All tests successful.
Files=9, Tests=92, 10 wallclock secs ( 0.05 usr 0.02 sys + 8.64 cusr 1.00 csys = 9.71 CPU)
Result: PASS

Testing modules/xml-writer with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/escaping.t ... ok
t/structure.t .. ok
All tests successful.
Files=2, Tests=11, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.22 cusr 0.14 csys = 1.39 CPU)
Files=2, Tests=11, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.87 cusr 0.17 csys = 1.07 CPU)
Result: PASS

Testing modules/svg with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basics.t .. ok
All tests successful.
Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.64 cusr 0.06 csys = 0.73 CPU)
Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.76 cusr 0.09 csys = 0.87 CPU)
Result: PASS

Testing modules/svg-plot with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/series.t .. ok
t/ticks.t ... ok
All tests successful.
Files=2, Tests=10, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.18 cusr 0.14 csys = 1.37 CPU)
Files=2, Tests=10, 1 wallclock secs ( 0.03 usr 0.01 sys + 1.03 cusr 0.16 csys = 1.23 CPU)
Result: PASS

Testing modules/Math-RungeKutta with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
# took 1 seconds
# took 2 seconds
# took 1 seconds
# took 1 seconds
t/01-rk-integrate.t .. ok
All tests successful.
Files=1, Tests=6, 4 wallclock secs ( 0.02 usr 0.01 sys + 3.78 cusr 0.08 csys = 3.89 CPU)
Files=1, Tests=6, 3 wallclock secs ( 0.02 usr 0.01 sys + 3.62 cusr 0.11 csys = 3.76 CPU)
Result: PASS

Testing modules/Math-Model with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
# result: ("b" => [0, 0.3, 0.6, 0.9, 1.2, 1.5, 1.8, 2.1, 2.4, 2.7, 3.0, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6.0], "time" => [0, 0.15, 0.3, 0.45, 0.6, 0.75, 0.9, 1.05, 1.2, 1.35, 1.5, 1.65, 1.8, 1.95, 2.1, 2.25, 2.4, 2.55, 2.7, 2.85, 3.0]).hash
# result: ("time" => [0, 0.15, 0.3, 0.45, 0.6, 0.75, 0.9, 1.05, 1.2, 1.35, 1.5, 1.65, 1.8, 1.95, 2.1, 2.25, 2.4, 2.55, 2.7, 2.85, 3.0], "b" => [0, 0.3, 0.6, 0.9, 1.2, 1.5, 1.8, 2.1, 2.4, 2.7, 3.0, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6.0]).hash
t/basic.t .. ok
All tests successful.
Files=1, Tests=6, 5 wallclock secs ( 0.02 usr 0.00 sys + 5.60 cusr 0.08 csys = 5.70 CPU)
Files=1, Tests=6, 5 wallclock secs ( 0.02 usr 0.00 sys + 4.88 cusr 0.09 csys = 4.99 CPU)
Result: PASS

Testing modules/perl6-Term-ANSIColor with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/00-load.t .. ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.47 cusr 0.06 csys = 0.58 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.28 cusr 0.07 csys = 0.37 CPU)
Result: PASS

Testing modules/test-mock with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/returning.t .. ok
t/synopsis.t ... ok
t/with.t ....... ok
All tests successful.
Files=3, Tests=13, 2 wallclock secs ( 0.04 usr 0.01 sys + 1.75 cusr 0.20 csys = 2.00 CPU)
Files=3, Tests=13, 2 wallclock secs ( 0.03 usr 0.01 sys + 1.48 cusr 0.25 csys = 1.77 CPU)
Result: PASS

Testing modules/Grammar-Profiler-Simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/csv.t .. ok
All tests successful.
Files=1, Tests=15, 2 wallclock secs ( 0.01 usr 0.02 sys + 1.11 cusr 0.07 csys = 1.21 CPU)
Files=1, Tests=15, 1 wallclock secs ( 0.01 usr 0.02 sys + 1.20 cusr 0.12 csys = 1.35 CPU)
Result: PASS

Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/tracer.t .. ok
t/debugger.t .. ok
t/tracer.t .... ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.49 cusr 0.08 csys = 0.59 CPU)
Files=2, Tests=2, 2 wallclock secs ( 0.02 usr 0.02 sys + 1.26 cusr 0.19 csys = 1.49 CPU)
Result: PASS

Testing modules/Perl6-MIME-Base64 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basic.t ................. ok
t/binary-and-long-line.t .. ok
t/rfc4648-test-vector.t ... ok
All tests successful.
Files=3, Tests=45, 4 wallclock secs ( 0.03 usr 0.01 sys + 3.44 cusr 0.28 csys = 3.76 CPU)
Files=3, Tests=45, 4 wallclock secs ( 0.03 usr 0.01 sys + 4.10 cusr 0.34 csys = 4.48 CPU)
Result: PASS

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -151,7 +90,7 @@ t/escape.t ............... ok
t/november-urlencoded.t .. ok
t/rfc-3986-examples.t .... ok
All tests successful.
Files=4, Tests=91, 6 wallclock secs ( 0.06 usr 0.01 sys + 4.87 cusr 0.47 csys = 5.41 CPU)
Files=4, Tests=91, 5 wallclock secs ( 0.04 usr 0.01 sys + 3.84 cusr 0.38 csys = 4.27 CPU)
Result: PASS

Testing modules/perl6-lwp-simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -169,7 +108,7 @@ t/parse-url.t ................... ok
t/socket-sanity.t ............... ok
t/stringify-headers.t ........... ok
All tests successful.
Files=13, Tests=55, 22 wallclock secs ( 0.07 usr 0.02 sys + 16.55 cusr 1.31 csys = 17.95 CPU)
Files=13, Tests=55, 24 wallclock secs ( 0.07 usr 0.02 sys + 18.25 cusr 1.74 csys = 20.08 CPU)
Result: PASS

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -178,7 +117,7 @@ t/02-structure.t .. ok
t/03-unicode.t .... ok
t/04-roundtrip.t .. ok
All tests successful.
Files=4, Tests=119, 4 wallclock secs ( 0.05 usr 0.01 sys + 3.86 cusr 0.36 csys = 4.28 CPU)
Files=4, Tests=119, 5 wallclock secs ( 0.06 usr 0.02 sys + 4.52 cusr 0.49 csys = 5.09 CPU)
Result: PASS

Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -259,19 +198,19 @@ Test Summary Report
-------------------
t/perl5-compat.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=2, Tests=1, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.36 cusr 0.19 csys = 1.58 CPU)
Files=2, Tests=1, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.50 cusr 0.18 csys = 1.71 CPU)
Result: FAIL

Testing modules/file-find with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=10, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.84 cusr 0.10 csys = 1.97 CPU)
Files=1, Tests=10, 2 wallclock secs ( 0.02 usr 0.00 sys + 2.03 cusr 0.11 csys = 2.16 CPU)
Result: PASS

Testing modules/shell-command with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/02-shell-command.t .. ok
All tests successful.
Files=1, Tests=12, 2 wallclock secs ( 0.03 usr 0.01 sys + 1.35 cusr 0.07 csys = 1.46 CPU)
Files=1, Tests=12, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.99 cusr 0.06 csys = 1.08 CPU)
Result: PASS

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -291,19 +230,19 @@ t/installer.t .. ok
# Looks like you failed 1 tests of 1
t/tester.t ..... ok
All tests successful.
Files=5, Tests=33, 6 wallclock secs ( 0.04 usr 0.02 sys + 5.90 cusr 0.83 csys = 6.79 CPU)
Files=5, Tests=33, 6 wallclock secs ( 0.04 usr 0.00 sys + 5.06 cusr 0.79 csys = 5.89 CPU)
Result: PASS

Testing modules/perl6-http-status with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-basic.t .. ok
All tests successful.
Files=1, Tests=4, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.48 cusr 0.06 csys = 0.56 CPU)
Files=1, Tests=4, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.31 cusr 0.08 csys = 0.41 CPU)
Result: PASS

Testing modules/PSGI with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/encode-psgi-response.t .. ok
All tests successful.
Files=1, Tests=24, 1 wallclock secs ( 0.03 usr 0.02 sys + 1.07 cusr 0.12 csys = 1.24 CPU)
Files=1, Tests=24, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.60 cusr 0.10 csys = 0.73 CPU)
Result: PASS

Testing modules/perl6-http-easy with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -328,7 +267,7 @@ Test Summary Report
t/00-basic.t (Wstat: 512 Tests: 17 Failed: 2)
Failed tests: 16-17
Non-zero exit status: 2
Files=3, Tests=21, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.77 cusr 0.30 csys = 3.13 CPU)
Files=3, Tests=21, 3 wallclock secs ( 0.04 usr 0.01 sys + 2.23 cusr 0.23 csys = 2.51 CPU)
Result: FAIL

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -338,14 +277,14 @@ t/03-response-content.t .. ok
t/04-templates.t ......... ok
t/05-post-content.t ...... ok
All tests successful.
Files=5, Tests=19, 5 wallclock secs ( 0.05 usr 0.01 sys + 4.73 cusr 0.46 csys = 5.25 CPU)
Files=5, Tests=19, 5 wallclock secs ( 0.03 usr 0.02 sys + 4.82 cusr 0.44 csys = 5.31 CPU)
Result: PASS

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/05-mock.t ........... ok
# Connect failed with error Type check failed for return value; expected 'OpaquePointer' but got 'Whatever'
# Connect failed with error Cannot locate native library 'libmysqlclient.so'
t/10-mysql.t .......... ok
# Connect failed with error Type check failed for return value; expected 'OpaquePointer' but got 'Whatever'
# Connect failed with error Cannot locate native library 'libmysqlclient.so'
t/25-mysql-common.t ... ok
t/30-Pg.t ............. ok
# Connect failed with error Cannot locate native library 'libpq.so'
Expand Down Expand Up @@ -472,14 +411,14 @@ Code object coerced to string (please use .gist or .perl to do that) in block <

t/40-sqlite-common.t .. ok
All tests successful.
Files=6, Tests=218, 11 wallclock secs ( 0.07 usr 0.02 sys + 10.41 cusr 0.52 csys = 11.02 CPU)
Files=6, Tests=218, 11 wallclock secs ( 0.06 usr 0.00 sys + 9.89 cusr 0.64 csys = 10.59 CPU)
Result: PASS

Testing modules/jsonrpc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/client.t .. ok
t/server.t .. ok
All tests successful.
Files=2, Tests=68, 14 wallclock secs ( 0.05 usr 0.02 sys + 12.36 cusr 0.32 csys = 12.75 CPU)
Files=2, Tests=68, 13 wallclock secs ( 0.04 usr 0.01 sys + 12.65 cusr 0.32 csys = 13.02 CPU)
Result: PASS

Testing modules/Pod-To-HTML with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -488,13 +427,13 @@ t/02-code.t ..... ok
t/03-comment.t .. ok
t/04-lists.t .... ok
All tests successful.
Files=4, Tests=8, 3 wallclock secs ( 0.02 usr 0.02 sys + 3.14 cusr 0.28 csys = 3.46 CPU)
Files=4, Tests=8, 4 wallclock secs ( 0.03 usr 0.01 sys + 3.05 cusr 0.37 csys = 3.46 CPU)
Result: PASS

Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/typegraph.t .. ok
All tests successful.
Files=1, Tests=8, 3 wallclock secs ( 0.02 usr 0.00 sys + 2.38 cusr 0.10 csys = 2.50 CPU)
Files=1, Tests=8, 2 wallclock secs ( 0.03 usr 0.01 sys + 2.37 cusr 0.11 csys = 2.52 CPU)
Result: PASS

Testing modules/rakudo-debugger with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down
2 changes: 1 addition & 1 deletion log/MoarVM-test-rakudo.log
Expand Up @@ -24,6 +24,6 @@ t/01-sanity/20-defined.t ........... ok
t/01-sanity/21-try.t ............... ok
t/01-sanity/99-test-basic.t ........ ok
All tests successful.
Files=22, Tests=271, 10 wallclock secs ( 0.08 usr 0.05 sys + 8.77 cusr 1.48 csys = 10.38 CPU)
Files=22, Tests=271, 10 wallclock secs ( 0.10 usr 0.04 sys + 8.43 cusr 1.63 csys = 10.20 CPU)
Result: PASS
make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'

0 comments on commit 3e3a0f6

Please sign in to comment.