Created
September 26, 2012 17:27
-
-
Save pmichaud/3789352 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-2012.09$ make modules-test | |
| /usr/bin/perl tools/build/modules-test.pl /home/pmichaud/p6/star/work/rakudo-star-2012.09 /home/pmichaud/p6/star/work/rakudo-star-2012.09/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=79, 12 wallclock secs ( 0.07 usr 0.03 sys + 9.91 cusr 1.70 csys = 11.71 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.03 usr 0.00 sys + 1.61 cusr 0.28 csys = 1.92 CPU) | |
| Result: PASS | |
| Testing modules/svg... | |
| t/basics.t .. ok | |
| All tests successful. | |
| Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.81 cusr 0.14 csys = 0.97 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.03 usr 0.00 sys + 1.54 cusr 0.28 csys = 1.85 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 + 4.18 cusr 0.24 csys = 4.45 CPU) | |
| Result: PASS | |
| Testing modules/Math-Model... | |
| t/basic.t .. ok | |
| All tests successful. | |
| Files=1, Tests=6, 6 wallclock secs ( 0.02 usr 0.01 sys + 5.66 cusr 0.21 csys = 5.90 CPU) | |
| Result: PASS | |
| Testing modules/perl6-Term-ANSIColor... | |
| t/00-load.t .. ok | |
| All tests successful. | |
| Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.36 cusr 0.12 csys = 0.51 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.02 sys + 1.84 cusr 0.37 csys = 2.27 CPU) | |
| Result: PASS | |
| Testing modules/Grammar-Profiler-Simple... | |
| ...no t/ directory found. | |
| Testing modules/grammar-debugger... | |
| ...no t/ directory found. | |
| Testing modules/Perl6-MIME-Base64... | |
| t/parrot.t .. ok | |
| All tests successful. | |
| Files=1, Tests=9, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.56 cusr 0.13 csys = 0.73 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, 7 wallclock secs ( 0.06 usr 0.02 sys + 5.72 cusr 0.67 csys = 6.47 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 .. Could not parse chunk header | |
| in method parse_chunks at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:177 | |
| in method make_request at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:215 | |
| in method request_shell at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:63 | |
| in method post at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:32 | |
| in block at t/custom-headers-and-content.t:10 | |
| t/custom-headers-and-content.t .. Dubious, test returned 1 (wstat 256, 0x100) | |
| No subtests run | |
| t/get-binary-camelia.t .......... could not parse headers | |
| in method parse_response at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:254 | |
| in method make_request at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:199 | |
| in method request_shell at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:63 | |
| in method get at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:28 | |
| in block at t/get-binary-camelia.t:7 | |
| t/get-binary-camelia.t .......... Dubious, test returned 1 (wstat 256, 0x100) | |
| No subtests run | |
| t/get-chunked-6guts.t ........... could not parse headers | |
| in method parse_response at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:254 | |
| in method make_request at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:199 | |
| in method request_shell at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:63 | |
| in method get at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:28 | |
| in block at t/get-chunked-6guts.t:8 | |
| t/get-chunked-6guts.t ........... Dubious, test returned 1 (wstat 256, 0x100) | |
| No subtests run | |
| t/get-perl6-org.t ............... could not parse headers | |
| in method parse_response at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:254 | |
| in method make_request at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:199 | |
| in method request_shell at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:63 | |
| in method get at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:28 | |
| in block at t/get-perl6-org.t:7 | |
| t/get-perl6-org.t ............... Dubious, test returned 1 (wstat 256, 0x100) | |
| No subtests run | |
| t/get-w3-latin1-utf8.t .......... could not parse headers | |
| in method parse_response at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:254 | |
| in method make_request at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:199 | |
| in method request_shell at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:63 | |
| in method get at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:28 | |
| in block at t/get-w3-latin1-utf8.t:6 | |
| t/get-w3-latin1-utf8.t .......... Dubious, test returned 1 (wstat 256, 0x100) | |
| No subtests run | |
| t/get-w3-redirect.t ............. ok | |
| t/getstore.t .................... could not parse headers | |
| in method parse_response at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:254 | |
| in method make_request at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:199 | |
| in method request_shell at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:63 | |
| in method get at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:28 | |
| in method getstore at /home/pmichaud/p6/star/work/rakudo-star-2012.09/install/lib/parrot/4.8.0/languages/perl6/lib/LWP/Simple.pm:269 | |
| in block at t/getstore.t:11 | |
| t/getstore.t .................... Dubious, test returned 1 (wstat 256, 0x100) | |
| Failed 4/4 subtests | |
| 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-binary-camelia.t (Wstat: 256 Tests: 0 Failed: 0) | |
| Non-zero exit status: 1 | |
| Parse errors: No plan found in TAP output | |
| t/get-chunked-6guts.t (Wstat: 256 Tests: 0 Failed: 0) | |
| Non-zero exit status: 1 | |
| Parse errors: No plan found in TAP output | |
| t/get-perl6-org.t (Wstat: 256 Tests: 0 Failed: 0) | |
| Non-zero exit status: 1 | |
| Parse errors: No plan found in TAP output | |
| t/get-w3-latin1-utf8.t (Wstat: 256 Tests: 0 Failed: 0) | |
| Non-zero exit status: 1 | |
| Parse errors: No plan found in TAP output | |
| t/getstore.t (Wstat: 256 Tests: 0 Failed: 0) | |
| Non-zero exit status: 1 | |
| Parse errors: Bad plan. You planned 4 tests but ran 0. | |
| Files=12, Tests=44, 20 wallclock secs ( 0.09 usr 0.01 sys + 13.37 cusr 1.92 csys = 15.39 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=118, 6 wallclock secs ( 0.09 usr 0.02 sys + 5.65 cusr 0.66 csys = 6.42 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, 2 wallclock secs ( 0.03 usr 0.01 sys + 0.89 cusr 0.22 csys = 1.15 CPU) | |
| Result: PASS | |
| Testing modules/perl6-File-Tools... | |
| t/01-file-find.t ...... ok | |
| t/02-shell-command.t .. ok | |
| All tests successful. | |
| Files=2, Tests=10, 2 wallclock secs ( 0.03 usr 0.01 sys + 1.40 cusr 0.32 csys = 1.76 CPU) | |
| Result: PASS | |
| Testing modules/panda... | |
| t/panda/builder.t .... sh: 1: perl6: not found | |
| t/panda/builder.t .... Failed 3/5 subtests | |
| t/panda/common.t ..... ok | |
| t/panda/ecosystem.t .. ok | |
| t/panda/fetcher.t .... fatal: repository 't/' does not exist | |
| t/panda/fetcher.t .... ok | |
| t/panda/installer.t .. ok | |
| t/panda/tester.t ..... Could not execute (perl6 t/win.t): open3: exec of perl6 t/win.t failed at /usr/share/perl/5.14/TAP/Parser/Iterator/Process.pm line 168 | |
| t/panda/tester.t ..... 1/2 Could not execute (perl6 t/fail.t): open3: exec of perl6 t/fail.t failed at /usr/share/perl/5.14/TAP/Parser/Iterator/Process.pm line 168 | |
| t/panda/tester.t ..... Failed 1/2 subtests | |
| t/stubs.t ............ ok | |
| Test Summary Report | |
| ------------------- | |
| t/panda/builder.t (Wstat: 0 Tests: 5 Failed: 3) | |
| Failed tests: 1-2, 4 | |
| t/panda/tester.t (Wstat: 0 Tests: 2 Failed: 1) | |
| Failed test: 1 | |
| Files=7, Tests=48, 7 wallclock secs ( 0.06 usr 0.02 sys + 6.30 cusr 1.21 csys = 7.59 CPU) | |
| Result: FAIL | |
| Testing modules/perl6-http-status... | |
| t/01-basic.t .. ok | |
| All tests successful. | |
| Files=1, Tests=4, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.35 cusr 0.16 csys = 1.54 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=12, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.42 cusr 0.14 csys = 1.59 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 | |
| All tests successful. | |
| Files=4, Tests=16, 5 wallclock secs ( 0.05 usr 0.01 sys + 4.17 cusr 0.72 csys = 4.95 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, 19 wallclock secs ( 0.09 usr 0.02 sys + 17.91 cusr 1.04 csys = 19.06 CPU) | |
| Result: PASS | |
| Testing modules/jsonrpc... | |
| t/client.t .. ok | |
| t/server.t .. ok | |
| All tests successful. | |
| Files=2, Tests=21, 9 wallclock secs ( 0.03 usr 0.02 sys + 7.92 cusr 0.39 csys = 8.36 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.02 usr 0.01 sys + 4.41 cusr 0.17 csys = 4.61 CPU) | |
| Result: PASS | |
| Testing modules/rakudo-debugger... | |
| ...no t/ directory found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment