Created
May 1, 2013 16:23
-
-
Save pmichaud/5496339 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pmichaud@kiwi:~/p6/star/work/rakudo-star-2013.04$ make modules-test | |
| /usr/bin/perl tools/build/modules-test.pl /home/pmichaud/p6/star/work/rakudo-star-2013.04 /home/pmichaud/p6/star/work/rakudo-star-2013.04/install/bin/perl6 modules/MODULES.txt | |
| Testing modules/zavolaj... | |
| 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 | |
| All tests successful. | |
| Files=8, Tests=94, 12 wallclock secs ( 0.09 usr 0.02 sys + 9.83 cusr 2.03 csys = 11.97 CPU) | |
| Result: PASS | |
| Testing modules/xml-writer... | |
| t/escaping.t ... ok | |
| t/structure.t .. ok | |
| All tests successful. | |
| Files=2, Tests=11, 2 wallclock secs ( 0.04 usr 0.01 sys + 1.66 cusr 0.32 csys = 2.03 CPU) | |
| Result: PASS | |
| Testing modules/svg... | |
| t/basics.t .. ok | |
| All tests successful. | |
| Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.75 cusr 0.14 csys = 0.92 CPU) | |
| Result: PASS | |
| Testing modules/svg-plot... | |
| t/series.t .. ok | |
| t/ticks.t ... ok | |
| All tests successful. | |
| Files=2, Tests=10, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.28 cusr 0.27 csys = 1.57 CPU) | |
| Result: PASS | |
| Testing modules/Math-RungeKutta... | |
| t/01-rk-integrate.t .. ok | |
| All tests successful. | |
| Files=1, Tests=6, 5 wallclock secs ( 0.02 usr 0.01 sys + 5.42 cusr 0.19 csys = 5.64 CPU) | |
| Result: PASS | |
| Testing modules/Math-Model... | |
| t/basic.t .. ok | |
| All tests successful. | |
| Files=1, Tests=6, 8 wallclock secs ( 0.02 usr 0.00 sys + 7.69 cusr 0.19 csys = 7.90 CPU) | |
| Result: PASS | |
| Testing modules/perl6-Term-ANSIColor... | |
| t/00-load.t .. ok | |
| All tests successful. | |
| Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.42 cusr 0.12 csys = 0.56 CPU) | |
| Result: PASS | |
| Testing modules/test-mock... | |
| t/returning.t .. ok | |
| t/synopsis.t ... ok | |
| t/with.t ....... ok | |
| All tests successful. | |
| Files=3, Tests=13, 3 wallclock secs ( 0.04 usr 0.01 sys + 2.14 cusr 0.43 csys = 2.62 CPU) | |
| Result: PASS | |
| Testing modules/Grammar-Profiler-Simple... | |
| ...no t/ directory found. | |
| Testing modules/grammar-debugger... | |
| t/tracer.t .. ok | |
| All tests successful. | |
| Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.69 cusr 0.17 csys = 0.88 CPU) | |
| Result: PASS | |
| Testing modules/Perl6-MIME-Base64... | |
| t/parrot.t .. ok | |
| All tests successful. | |
| Files=1, Tests=9, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.62 cusr 0.17 csys = 0.83 CPU) | |
| Result: PASS | |
| Testing modules/uri... | |
| t/01.t ................... ok | |
| 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.07 usr 0.02 sys + 6.02 cusr 0.73 csys = 6.84 CPU) | |
| Result: PASS | |
| Testing modules/perl6-lwp-simple... | |
| t/000-load-module.t ............. ok | |
| t/basic-auth.t .................. ok | |
| t/custom-headers-and-content.t .. Cannot call 'match'; none of these signatures match: | |
| :(Cool:D : $target, *%adverbs) | |
| in method match at src/gen/CORE.setting:2477 | |
| in block at t/custom-headers-and-content.t:12 | |
| t/custom-headers-and-content.t .. Dubious, test returned 1 (wstat 256, 0x100) | |
| No subtests run | |
| t/get-binary-camelia.t .......... ok | |
| t/get-chunked-6guts.t ........... ok | |
| t/get-perl6-org.t ............... ok | |
| t/get-unsized.t ................. Cannot call 'match'; none of these signatures match: | |
| :(Cool:D : $target, *%adverbs) | |
| in method match at src/gen/CORE.setting:2477 | |
| in block at t/get-unsized.t:10 | |
| t/get-unsized.t ................. Dubious, test returned 1 (wstat 256, 0x100) | |
| No subtests run | |
| t/get-w3-latin1-utf8.t .......... ok | |
| t/get-w3-redirect.t ............. ok | |
| t/getstore.t .................... ok | |
| t/parse-url.t ................... ok | |
| t/socket-sanity.t ............... ok | |
| t/stringify-headers.t ........... ok | |
| Test Summary Report | |
| ------------------- | |
| t/custom-headers-and-content.t (Wstat: 256 Tests: 0 Failed: 0) | |
| Non-zero exit status: 1 | |
| Parse errors: No plan found in TAP output | |
| t/get-unsized.t (Wstat: 256 Tests: 0 Failed: 0) | |
| Non-zero exit status: 1 | |
| Parse errors: No plan found in TAP output | |
| Files=13, Tests=54, 96 wallclock secs ( 0.10 usr 0.03 sys + 88.94 cusr 2.55 csys = 91.62 CPU) | |
| Result: FAIL | |
| Testing modules/json... | |
| t/01-parse.t ...... ok | |
| t/02-structure.t .. ok | |
| t/03-unicode.t .... ok | |
| t/04-roundtrip.t .. ok | |
| All tests successful. | |
| Files=4, Tests=119, 8 wallclock secs ( 0.10 usr 0.01 sys + 6.56 cusr 0.78 csys = 7.45 CPU) | |
| Result: PASS | |
| Testing modules/perl6-digest-md5... | |
| t/0-load-module.t .. ok | |
| t/perl5-compat.t ... ok | |
| All tests successful. | |
| Files=2, Tests=7, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.81 cusr 0.24 csys = 1.09 CPU) | |
| Result: PASS | |
| Testing modules/perl6-File-Tools... | |
| t/01-file-find.t ...... ok | |
| t/02-shell-command.t .. 1/12 Failed to remove the file 't/dir2/foodir/not_a_dir': unlink failed: No such file or directory | |
| in block at src/gen/CORE.setting:8121 | |
| in sub unlink at src/gen/CORE.setting:8117 | |
| in block at /home/pmichaud/p6/star/work/rakudo-star-2013.04/install/lib/parrot/5.2.0/languages/perl6/lib/Shell/Command.pm:34 | |
| in method reify at src/gen/CORE.setting:5737 | |
| in method reify at src/gen/CORE.setting:5632 | |
| in method gimme at src/gen/CORE.setting:6053 | |
| in method eager at src/gen/CORE.setting:6032 | |
| in sub rm_rf at /home/pmichaud/p6/star/work/rakudo-star-2013.04/install/lib/parrot/5.2.0/languages/perl6/lib/Shell/Command.pm:26 | |
| in block at t/02-shell-command.t:28 | |
| t/02-shell-command.t .. Dubious, test returned 1 (wstat 256, 0x100) | |
| Failed 7/12 subtests | |
| Test Summary Report | |
| ------------------- | |
| t/02-shell-command.t (Wstat: 256 Tests: 10 Failed: 5) | |
| Failed tests: 5-9 | |
| Non-zero exit status: 1 | |
| Parse errors: Bad plan. You planned 12 tests but ran 10. | |
| Files=2, Tests=18, 3 wallclock secs ( 0.03 usr 0.01 sys + 2.01 cusr 0.41 csys = 2.46 CPU) | |
| Result: FAIL | |
| Testing modules/panda... | |
| t/panda/builder.t .... ok | |
| t/panda/common.t ..... ok | |
| t/panda/ecosystem.t .. ok | |
| t/panda/fetcher.t .... ok | |
| t/panda/installer.t .. ok | |
| t/panda/tester.t ..... ok | |
| t/stubs.t ............ ok | |
| All tests successful. | |
| Files=7, Tests=51, 9 wallclock secs ( 0.08 usr 0.01 sys + 7.56 cusr 1.52 csys = 9.17 CPU) | |
| Result: PASS | |
| Testing modules/perl6-http-status... | |
| t/01-basic.t .. ok | |
| All tests successful. | |
| Files=1, Tests=4, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.44 cusr 0.13 csys = 0.59 CPU) | |
| Result: PASS | |
| Testing modules/perl6-http-easy... | |
| ...no t/ directory found. | |
| Testing modules/Template-Mojo... | |
| t/00-basic.t .. ok | |
| All tests successful. | |
| Files=1, Tests=18, 2 wallclock secs ( 0.03 usr 0.00 sys + 2.54 cusr 0.18 csys = 2.75 CPU) | |
| Result: PASS | |
| Testing modules/perl6-psgi... | |
| t/encode-psgi-response.t .. ok | |
| All tests successful. | |
| Files=1, Tests=24, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.12 cusr 0.15 csys = 1.30 CPU) | |
| Result: PASS | |
| Testing modules/Bailador... | |
| t/01-route-existance.t ... ok | |
| t/02-response-status.t ... ok | |
| t/03-response-content.t .. ok | |
| t/04-templates.t ......... ok | |
| t/05-post-content.t ...... ok | |
| All tests successful. | |
| Files=5, Tests=19, 15 wallclock secs ( 0.06 usr 0.02 sys + 13.66 cusr 1.12 csys = 14.86 CPU) | |
| Result: PASS | |
| Testing modules/DBIish... | |
| t/05-mock.t ........... ok | |
| t/10-mysql.t .......... ok | |
| t/25-mysql-common.t ... ok | |
| t/30-Pg.t ............. ok | |
| t/35-Pg-common.t ...... ok | |
| t/40-sqlite-common.t .. ok | |
| All tests successful. | |
| Files=6, Tests=218, 22 wallclock secs ( 0.11 usr 0.03 sys + 20.94 cusr 1.10 csys = 22.18 CPU) | |
| Result: PASS | |
| Testing modules/jsonrpc... | |
| t/client.t .. ok | |
| t/server.t .. ok | |
| All tests successful. | |
| Files=2, Tests=68, 23 wallclock secs ( 0.06 usr 0.01 sys + 22.77 cusr 0.51 csys = 23.35 CPU) | |
| Result: PASS | |
| Testing modules/Pod-To-HTML... | |
| ...no t/ directory found. | |
| Testing modules/doc... | |
| t/typegraph.t .. ok | |
| All tests successful. | |
| Files=1, Tests=8, 5 wallclock secs ( 0.03 usr 0.01 sys + 5.03 cusr 0.20 csys = 5.27 CPU) | |
| Result: PASS | |
| Testing modules/rakudo-debugger... | |
| ...no t/ directory found. | |
| pmichaud@kiwi:~/p6/star/work/rakudo-star-2013.04$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment