Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 12, 2016 14:19
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 zoffixznet/f4e1e1c063bdf29b0f244f8defd3eb38 to your computer and use it in GitHub Desktop.
Save zoffixznet/f4e1e1c063bdf29b0f244f8defd3eb38 to your computer and use it in GitHub Desktop.
cpan@perlbuild2~/CPANPRC/myNQP (master)$ make j-test
prove -r --exec ./nqp-j t/nqp t/hll t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall
t/nqp/001-literals.t ................... ok
t/nqp/002-if.t ......................... ok
t/nqp/003-if-else.t .................... ok
t/nqp/004-unless.t ..................... ok
t/nqp/005-comments.t ................... ok
t/nqp/006-args-pos.t ................... ok
t/nqp/007-boolean.t .................... ok
t/nqp/008-blocks.t ..................... ok
t/nqp/009-var.t ........................ ok
t/nqp/010-cmp.t ........................ ok
t/nqp/011-sub.t ........................ ok
t/nqp/012-logical.t .................... ok
t/nqp/013-op.t ......................... ok
t/nqp/014-while.t ...................... ok
t/nqp/015-list.t ....................... ok
t/nqp/016-ternary.t .................... ok
t/nqp/017-positional.t ................. ok
t/nqp/018-associative.t ................ ok
t/nqp/019-file-ops.t ................... ok
t/nqp/020-return.t ..................... ok
t/nqp/021-contextual.t ................. ok
t/nqp/022-optional-args.t .............. ok
t/nqp/023-named-args.t ................. ok
t/nqp/024-module.t ..................... ok
t/nqp/025-class.t ...................... ok
t/nqp/026-methodops.t .................. ok
t/nqp/027-self.t ....................... ok
t/nqp/028-subclass.t ................... ok
t/nqp/029-make.t ....................... ok
t/nqp/031-grammar.t .................... ok
t/nqp/032-protoregex.t ................. ok
t/nqp/033-init.t ....................... ok
t/nqp/034-rxcodeblock.t ................ ok
t/nqp/035-prefix-sigil.t ............... ok
t/nqp/036-callable.t ................... ok
t/nqp/037-slurpy.t ..................... ok
t/nqp/038-quotes.t ..................... ok
t/nqp/039-pointy.t ..................... ok
t/nqp/040-lists.t ...................... ok
t/nqp/041-flat.t ....................... ok
t/nqp/042-cond-loop.t .................. ok
t/nqp/043-package-var.t ................ ok
t/nqp/044-try-catch.t .................. ok
t/nqp/045-smartmatch.t ................. ok
t/nqp/046-charspec.t ................... ok
t/nqp/047-loop-control.t ............... ok
t/nqp/048-closure.t .................... ok
t/nqp/049-regex-interpolation.t ........ ok
t/nqp/050-regex.t ...................... ok
t/nqp/051-multi.t ...................... ok
t/nqp/053-knowhow.t .................... ok
t/nqp/055-multi-method.t ............... ok
t/nqp/056-role.t ....................... ok
t/nqp/057-construction.t ............... ok
t/nqp/058-attrs.t ...................... ok
t/nqp/059-nqpop.t ...................... ok
t/nqp/060-bigint.t ..................... ok
t/nqp/061-mixin.t ...................... ok
t/nqp/062-subst.t ...................... ok
t/nqp/063-slurp.t ...................... ok
t/nqp/064-native.t ..................... ok
t/nqp/065-how.t ........................ ok
t/nqp/066-pararole.t ................... ok
t/nqp/067-container.t .................. ok
t/nqp/068-associative-for.t ............ ok
t/nqp/069-js-keywords-as-identifier.t .. ok
t/nqp/070-invokespec.t ................. ok
t/nqp/071-setboolspec.t ................ ok
t/nqp/072-rolehow.t .................... ok
t/nqp/073-delegation.t ................. ok
t/nqp/074-nfa.t ........................ ok
t/nqp/075-curcode.t .................... ok
t/nqp/076-capture.t .................... ok
t/nqp/077-curlexpad.t .................. ok
t/nqp/078-shell.t ...................... ok
t/nqp/079-callercode.t ................. ok
t/nqp/080-matches.t .................... ok
t/nqp/081-radix.t ...................... ok
t/nqp/082-decode.t ..................... ok
t/nqp/083-math.t ....................... ok
t/nqp/084-loop-labels.t ................ ok
t/nqp/085-type-tester.t ................ ok
t/nqp/086-pipes.t ...................... ok
t/nqp/087-parametric-6model.t .......... ok
t/nqp/088-more-if-tests.t .............. ok
t/nqp/089-istype.t ..................... ok
t/nqp/090-findmethod.t ................. ok
t/nqp/091-codename.t ................... ok
t/nqp/092-where.t ...................... ok
t/nqp/093-oo-ops.t ..................... ok
t/nqp/094-clone.t ...................... ok
t/nqp/095-cclass.t ..................... ok
t/nqp/096-array-methods.t .............. ok
t/nqp/097-hll.t ........................ ok
t/nqp/098-boxing.t ..................... ok
t/nqp/099-getstaticcode.t .............. ok
t/nqp/100-dispatcher.t ................. ok
t/nqp/101-lexpad-stuff.t ............... ok
t/nqp/102-multidim.t ................... ok
t/nqp/103-typecache.t .................. ok
t/nqp/104-method-cache.t ............... Failed 2/16 subtests
t/hll/01-language.t .................... skipped: design changes, need re-work
t/hll/02-modules.t ..................... skipped: design changes, need re-work
t/hll/03-exports.t ..................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/04-import.t ...................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/05-commandline.t ................. ok
t/hll/06-sprintf.t ..................... ok
t/qregex/01-qregex.t ................... ok
t/p5regex/01-p5regex.t ................. ok
t/qast/01-qast.t ....................... Failed 9/102 subtests
(less 4 skipped subtests: 89 okay)
t/qast/02-manipulation.t ............... ok
t/serialization/01-basic.t ............. 1/1495 java.lang.RuntimeException: Unimplemented case of read_ref
in round_trip_int_array (t/serialization/01-basic.t:512)
in <mainline> (t/serialization/01-basic.t:524)
in eval (gen/jvm/stage2/NQPHLL.nqp:1160)
in evalfiles (gen/jvm/stage2/NQPHLL.nqp:1363)
in command_eval (gen/jvm/stage2/NQPHLL.nqp:1257)
in command_line (gen/jvm/stage2/NQPHLL.nqp:1231)
in MAIN (gen/jvm/stage2/NQP.nqp:4066)
in <mainline> (gen/jvm/stage2/NQP.nqp:4062)
in (gen/jvm/stage2/NQP.nqp)
t/serialization/01-basic.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1411/1495 subtests
t/serialization/02-types.t ............. ok
t/serialization/03-closures.t .......... ok
t/jvm/01-continuations.t ............... ok
t/jvm/05-decoder.t ..................... ok
t/nativecall/01-basic.t ................ ok
Test Summary Report
-------------------
t/nqp/104-method-cache.t (Wstat: 0 Tests: 16 Failed: 2)
Failed tests: 5, 12
t/qast/01-qast.t (Wstat: 0 Tests: 102 Failed: 9)
Failed tests: 90-92, 95-100
t/serialization/01-basic.t (Wstat: 256 Tests: 86 Failed: 2)
Failed tests: 79-80
Non-zero exit status: 1
Parse errors: Bad plan. You planned 1495 tests but ran 86.
Files=117, Tests=3467, 229 wallclock secs ( 0.62 usr 0.13 sys + 804.83 cusr 44.66 csys = 850.24 CPU)
Result: FAIL
Makefile:713: recipe for target 'j-test' failed
make: *** [j-test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment