Skip to content

Instantly share code, notes, and snippets.

@rba
Created October 6, 2017 10:15
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 rba/6925e11391a4e50024107c6b2444165e to your computer and use it in GitHub Desktop.
Save rba/6925e11391a4e50024107c6b2444165e to your computer and use it in GitHub Desktop.
nqp test using rakudo start 2017.07 on Solaris 10
bash-3.2# make test
prove -j0 -r --exec "./nqp-m" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization 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 ...................... Failed 2/318 subtests
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/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/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 12/16 subtests
t/nqp/104-refs.t ....................... ok
t/nqp/105-multicache.t ................. ok
t/nqp/106-unicodenames.t ............... ok
t/nqp/107-index.t ...................... ok
t/nqp/108-vmhash.t ..................... ok
t/nqp/109-coercions.t .................. ok
t/nqp/110-normalization.t .............. ok
t/nqp/111-spawnprocasync.t ............. ok
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 ....................... ok
t/qast/02-manipulation.t ............... ok
t/moar/01-continuations.t .............. ok
t/moar/02-qast-references.t ............ ok
t/moar/03-line-seps.t .................. ok
t/moar/04-argument-truncation.t ........ ok
t/moar/05-decoder.t .................... ok
t/moar/07-eqatic.t ..................... ok
t/moar/08-indexic.t .................... ok
t/moar/09-concat.t ..................... ok
t/moar/50-jit-register-alloc.t ......... ok
t/moar/51-jit-div_i.t .................. ok
t/serialization/01-basic.t ............. ok
t/serialization/02-types.t ............. ok
t/serialization/03-closures.t .......... ok
t/serialization/04-repossession.t ...... ok
t/nativecall/01-basic.t ................ ok
Test Summary Report
-------------------
t/nqp/059-nqpop.t (Wstat: 0 Tests: 318 Failed: 2)
Failed tests: 81-82
t/nqp/104-method-cache.t (Wstat: 139 Tests: 4 Failed: 0)
Non-zero wait status: 139
Parse errors: Bad plan. You planned 16 tests but ran 4.
Files=132, Tests=11436, 21 wallclock secs ( 0.98 usr 0.34 sys + 14.89 cusr 1.43 csys = 17.64 CPU)
Result: FAIL
make: *** [Makefile:425: m-test] Fehler 1
bash-3.2#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment