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 2, 2014
1 parent a4e1771 commit bb4abf4
Show file tree
Hide file tree
Showing 14 changed files with 399 additions and 945 deletions.
10 changes: 5 additions & 5 deletions log/MoarVM-build.log
@@ -1,7 +1,7 @@
== Configuring and building Rakudo
cd rakudo && /usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install && make
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (backend moar)
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.08-26-gc7c4661 / MoarVM 2014.08-59-g6542d36).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.08-31-g883e264 / MoarVM 2014.08-65-ge2aa5a6).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand Down Expand Up @@ -48,12 +48,12 @@ 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.330
Stage parse : 53.618
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 5.351
Stage mast : 20.419
Stage mbc : 0.269
Stage optimize : 5.217
Stage mast : 21.153
Stage mbc : 0.342
/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
/usr/bin/perl tools/build/create-moar-runner.pl "/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar" perl6.moarvm perl6-m . "/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/nqp/lib" .
Expand Down
4 changes: 2 additions & 2 deletions log/MoarVM-configure.log
Expand Up @@ -463,7 +463,7 @@ linking moar
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/include/dyncall
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-59-g6542d36, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.08-65-ge2aa5a6, 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 @@ -596,7 +596,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-26-gc7c4661 / MoarVM 2014.08-59-g6542d36).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.08-31-g883e264 / MoarVM 2014.08-65-ge2aa5a6).

Creating Makefile ...
Cleaning up ...
Expand Down
155 changes: 121 additions & 34 deletions log/MoarVM-test-modules.log
Expand Up @@ -8,79 +8,92 @@ t/05-arrays.t .......... ok
t/06-struct.t .......... ok
t/07-writebarrier.t .... ok
t/08-callbacks.t ....... ok
t/09-nativecast.t ...... ok
All tests successful.
Files=9, Tests=92, 10 wallclock secs ( 0.05 usr 0.02 sys + 8.78 cusr 1.13 csys = 9.98 CPU)
Result: PASS

# Failed test 'casting int * to CArray[uint32] works'
# at t/09-nativecast.t line 12
# expected: '1 2 3'
# got: '1'
# Looks like you failed 1 tests of 10
t/09-nativecast.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests

Test Summary Report
-------------------
t/09-nativecast.t (Wstat: 256 Tests: 10 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=9, Tests=92, 10 wallclock secs ( 0.05 usr 0.02 sys + 8.52 cusr 0.92 csys = 9.51 CPU)
Result: FAIL

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.00 sys + 1.26 cusr 0.17 csys = 1.45 CPU)
Files=2, Tests=11, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.16 cusr 0.21 csys = 1.40 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, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.84 cusr 0.12 csys = 0.98 CPU)
Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.45 cusr 0.07 csys = 0.55 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, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.08 cusr 0.16 csys = 1.27 CPU)
Files=2, Tests=10, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.84 cusr 0.14 csys = 1.00 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, 5 wallclock secs ( 0.03 usr 0.00 sys + 5.13 cusr 0.10 csys = 5.26 CPU)
Files=1, Tests=6, 4 wallclock secs ( 0.01 usr 0.00 sys + 3.87 cusr 0.08 csys = 3.96 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, 7 wallclock secs ( 0.02 usr 0.01 sys + 6.49 cusr 0.14 csys = 6.66 CPU)
Files=1, Tests=6, 6 wallclock secs ( 0.02 usr 0.01 sys + 5.20 cusr 0.11 csys = 5.34 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.02 usr 0.00 sys + 0.32 cusr 0.05 csys = 0.39 CPU)
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.32 cusr 0.04 csys = 0.38 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, 1 wallclock secs ( 0.03 usr 0.00 sys + 1.38 cusr 0.26 csys = 1.67 CPU)
Files=3, Tests=13, 2 wallclock secs ( 0.04 usr 0.00 sys + 1.42 cusr 0.25 csys = 1.71 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.02 usr 0.01 sys + 1.15 cusr 0.08 csys = 1.26 CPU)
Files=1, Tests=15, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.08 cusr 0.08 csys = 1.19 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
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.50 cusr 0.08 csys = 0.60 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.47 cusr 0.07 csys = 0.57 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.00 sys + 3.78 cusr 0.35 csys = 4.16 CPU)
Files=3, Tests=45, 4 wallclock secs ( 0.04 usr 0.00 sys + 3.36 cusr 0.36 csys = 3.76 CPU)
Result: PASS

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -89,7 +102,7 @@ t/escape.t ............... ok
t/november-urlencoded.t .. ok
t/rfc-3986-examples.t .... ok
All tests successful.
Files=4, Tests=91, 4 wallclock secs ( 0.04 usr 0.01 sys + 4.25 cusr 0.26 csys = 4.56 CPU)
Files=4, Tests=91, 4 wallclock secs ( 0.04 usr 0.01 sys + 4.29 cusr 0.35 csys = 4.69 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 @@ -107,7 +120,7 @@ t/parse-url.t ................... ok
t/socket-sanity.t ............... ok
t/stringify-headers.t ........... ok
All tests successful.
Files=13, Tests=55, 23 wallclock secs ( 0.06 usr 0.02 sys + 16.40 cusr 1.34 csys = 17.82 CPU)
Files=13, Tests=55, 22 wallclock secs ( 0.08 usr 0.02 sys + 16.51 cusr 1.32 csys = 17.93 CPU)
Result: PASS

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -116,26 +129,100 @@ 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.04 usr 0.01 sys + 3.56 cusr 0.31 csys = 3.92 CPU)
Files=4, Tests=119, 4 wallclock secs ( 0.03 usr 0.02 sys + 3.64 cusr 0.42 csys = 4.11 CPU)
Result: PASS

Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/0-load-module.t .. ok
t/perl5-compat.t ... ok
All tests successful.
Files=2, Tests=7, 1 wallclock secs ( 0.03 usr 0.00 sys + 1.64 cusr 0.16 csys = 1.83 CPU)
Result: PASS
Cannot call 'postcircumfix:<[ ]>'; none of these signatures match:
:(Any \SELF, int $pos)
:(Any \SELF, int $pos, \assignee)
:(Any \SELF, int $pos, :BIND($BIND)!)
:(Any \SELF, int $pos, Any :SINK($SINK)!, *%other)
:(Any \SELF, int $pos, Any :delete($delete)!, *%other)
:(Any \SELF, int $pos, Any :exists($exists)!, *%other)
:(Any \SELF, int $pos, Any :kv($kv)!, *%other)
:(Any \SELF, int $pos, Any :p($p)!, *%other)
:(Any \SELF, int $pos, Any :k($k)!, *%other)
:(Any \SELF, int $pos, Any :v($v)!, *%other)
:(Any \SELF, Any \pos)
:(Any \SELF, Any \pos, \assignee)
:(Any \SELF, Any \pos, :BIND($BIND)!)
:(Any \SELF, Any \pos, Any :SINK($SINK)!, *%other)
:(Any \SELF, Any \pos, Any :delete($delete)!, *%other)
:(Any \SELF, Any \pos, Any :exists($exists)!, *%other)
:(Any \SELF, Any \pos, Any :kv($kv)!, *%other)
:(Any \SELF, Any \pos, Any :p($p)!, *%other)
:(Any \SELF, Any \pos, Any :k($k)!, *%other)
:(Any \SELF, Any \pos, Any :v($v)!, *%other)
:(Any \SELF, Positional \pos)
:(Any \SELF, Positional \pos, \assignee)
:(Any \SELF, Positional \pos, Any :BIND($BIND)!)
:(Any \SELF, Positional \pos, Any :SINK($SINK)!, *%other)
:(Any \SELF, Positional \pos, Any :delete($delete)!, *%other)
:(Any \SELF, Positional \pos, Any :exists($exists)!, *%other)
:(Any \SELF, Positional \pos, Any :kv($kv)!, *%other)
:(Any \SELF, Positional \pos, Any :p($p)!, *%other)
:(Any \SELF, Positional \pos, Any :k($k)!, *%other)
:(Any \SELF, Positional \pos, Any :v($v)!, *%other)
:(Any \SELF, $block)
:(Any \SELF, $block, \assignee)
:(Any \SELF, $block, Any :BIND($BIND)!)
:(Any \SELF, $block, Any :SINK($SINK)!, *%other)
:(Any \SELF, $block, Any :delete($delete)!, *%other)
:(Any \SELF, $block, Any :exists($exists)!, *%other)
:(Any \SELF, $block, Any :kv($kv)!, *%other)
:(Any \SELF, $block, Any :p($p)!, *%other)
:(Any \SELF, $block, Any :k($k)!, *%other)
:(Any \SELF, $block, Any :v($v)!, *%other)
:(Any \SELF, Whatever)
:(Any \SELF, Whatever, \assignee)
:(Any \SELF, Whatever, Any :BIND($BIND)!)
:(Any \SELF, Whatever, Any :SINK($SINK)!, *%other)
:(Any \SELF, Whatever, Any :delete($delete)!, *%other)
:(Any \SELF, Whatever, Any :exists($exists)!, *%other)
:(Any \SELF, Whatever, Any :kv($kv)!, *%other)
:(Any \SELF, Whatever, Any :p($p)!, *%other)
:(Any \SELF, Whatever, Any :k($k)!, *%other)
:(Any \SELF, Whatever, Any :v($v)!, *%other)
:(Any \SELF, HyperWhatever, *%adv)
:(Any \SELF, HyperWhatever, \assignee, *%adv)
:(Any \SELF)
:(Any \SELF, Any :BIND($BIND)!)
:(Any \SELF, Any :SINK($SINK)!, *%other)
:(Any \SELF, Any :delete($delete)!, *%other)
:(Any \SELF, Any :exists($exists)!, *%other)
:(Any \SELF, Any :kv($kv)!, *%other)
:(Any \SELF, Any :p($p)!, *%other)
:(Any \SELF, Any :k($k)!, *%other)
:(Any \SELF, Any :v($v)!, *%other)
:(Any \SELF is rw, LoL \keys, *%adv)
:(Any \SELF is rw, LoL \keys, \assignee, *%adv)
in sub md5-block at /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/perl6/lib/Digest/MD5.pm:40
in sub md5 at /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/perl6/lib/Digest/MD5.pm:48
in method md5_hex at /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/perl6/lib/Digest/MD5.pm:52
in block <unit> at t/perl5-compat.t:18

t/perl5-compat.t ...
No subtests run

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.02 usr 0.00 sys + 1.32 cusr 0.12 csys = 1.46 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.71 cusr 0.09 csys = 1.83 CPU)
Files=1, Tests=10, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.59 cusr 0.06 csys = 1.67 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.02 usr 0.00 sys + 1.01 cusr 0.09 csys = 1.12 CPU)
Files=1, Tests=12, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.95 cusr 0.12 csys = 1.09 CPU)
Result: PASS

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -155,19 +242,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.01 sys + 5.87 cusr 0.69 csys = 6.61 CPU)
Files=5, Tests=33, 7 wallclock secs ( 0.03 usr 0.02 sys + 5.46 cusr 0.69 csys = 6.20 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.34 cusr 0.07 csys = 0.43 CPU)
Files=1, Tests=4, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.58 cusr 0.12 csys = 0.74 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.00 sys + 0.88 cusr 0.08 csys = 0.99 CPU)
Files=1, Tests=24, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.92 cusr 0.08 csys = 1.04 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 @@ -178,7 +265,7 @@ t/00-basic.t ..... ok
t/01-template.t .. ok
t/02-complex.t ... ok
All tests successful.
Files=3, Tests=21, 2 wallclock secs ( 0.02 usr 0.00 sys + 2.12 cusr 0.20 csys = 2.34 CPU)
Files=3, Tests=21, 3 wallclock secs ( 0.04 usr 0.00 sys + 2.42 cusr 0.22 csys = 2.68 CPU)
Result: PASS

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -188,7 +275,7 @@ 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.03 usr 0.01 sys + 4.57 cusr 0.39 csys = 5.00 CPU)
Files=5, Tests=19, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.74 cusr 0.39 csys = 5.17 CPU)
Result: PASS

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -322,14 +409,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, 12 wallclock secs ( 0.06 usr 0.01 sys + 10.53 cusr 0.56 csys = 11.16 CPU)
Files=6, Tests=218, 12 wallclock secs ( 0.06 usr 0.01 sys + 10.23 cusr 0.60 csys = 10.90 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, 12 wallclock secs ( 0.06 usr 0.02 sys + 12.25 cusr 0.30 csys = 12.63 CPU)
Files=2, Tests=68, 12 wallclock secs ( 0.03 usr 0.00 sys + 11.68 cusr 0.33 csys = 12.04 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 @@ -338,13 +425,13 @@ t/02-code.t ..... ok
t/03-comment.t .. ok
t/04-lists.t .... ok
All tests successful.
Files=4, Tests=8, 4 wallclock secs ( 0.01 usr 0.03 sys + 3.58 cusr 0.40 csys = 4.02 CPU)
Files=4, Tests=8, 3 wallclock secs ( 0.03 usr 0.01 sys + 3.09 cusr 0.34 csys = 3.47 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.01 usr 0.01 sys + 2.86 cusr 0.12 csys = 3.00 CPU)
Files=1, Tests=8, 2 wallclock secs ( 0.01 usr 0.01 sys + 2.46 cusr 0.11 csys = 2.59 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, 11 wallclock secs ( 0.08 usr 0.04 sys + 8.92 cusr 1.58 csys = 10.62 CPU)
Files=22, Tests=271, 10 wallclock secs ( 0.10 usr 0.02 sys + 8.52 cusr 1.38 csys = 10.02 CPU)
Result: PASS
make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'
4 changes: 2 additions & 2 deletions log/MoarVM-version.log
@@ -1,7 +1,7 @@
Rakudo
Minsk-177-gebccb2a
Minsk-191-gef380d2
NQP
2014.08-26-gc7c4661
2014.08-31-g883e264
modules
--------
Bailador
Expand Down

0 comments on commit bb4abf4

Please sign in to comment.