Skip to content

Instantly share code, notes, and snippets.

@diakopter
Created October 1, 2013 08:52
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 diakopter/7b70423d7db7de3fcd72 to your computer and use it in GitHub Desktop.
Save diakopter/7b70423d7db7de3fcd72 to your computer and use it in GitHub Desktop.
current gc_orch
C:\Users\mwilson\src\MoarVM\nqp-cc>nmake selftest
Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
Copyright (C) Microsoft Corporation. All rights reserved.
prove -e "..\moarvm nqp.moarvm" t\nqp
t\nqp\01-literals.t ................... ok
t\nqp\02-if.t ......................... ok
t\nqp\03-if-else.t .................... ok
t\nqp\04-unless.t ..................... ok
t\nqp\05-comments.t ................... ok
t\nqp\06-args-pos.t ................... ok
t\nqp\07-boolean.t .................... ok
t\nqp\08-blocks.t ..................... ok
t\nqp\09-var.t ........................ ok
t\nqp\10-cmp.t ........................ ok
t\nqp\11-sub.t ........................ ok
t\nqp\12-logical.t .................... ok
t\nqp\13-op.t ......................... ok
t\nqp\14-while.t ...................... ok
t\nqp\15-list.t ....................... ok
t\nqp\16-ternary.t .................... ok
t\nqp\17-positional.t ................. ok
t\nqp\18-associative.t ................ ok
t\nqp\19-file-ops.t ................... Dubious, test returned 5 (wstat 1280, 0x500)
No subtests run
t\nqp\20-return.t ..................... ok
t\nqp\21-contextual.t ................. ok
t\nqp\22-optional-args.t .............. ok
t\nqp\23-named-args.t ................. ok
t\nqp\24-module.t ..................... ok
t\nqp\25-class.t ...................... ok
t\nqp\26-methodops.t .................. ok
t\nqp\27-self.t ....................... ok
t\nqp\28-subclass.t ................... ok
t\nqp\29-make.t ....................... ok
t\nqp\31-grammar.t .................... ok
t\nqp\32-protoregex.t ................. ok
t\nqp\33-init.t ....................... ok
t\nqp\34-rxcodeblock.t ................ ok
t\nqp\35-prefix-sigil.t ............... ok
t\nqp\36-callable.t ................... ok
t\nqp\37-slurpy.t ..................... ok
t\nqp\38-quotes.t ..................... ok
t\nqp\39-pointy.t ..................... ok
t\nqp\40-lists.t ...................... ok
t\nqp\41-flat.t ....................... ok
t\nqp\42-cond-loop.t .................. ok
t\nqp\43-package-var.t ................ ok
t\nqp\44-try-catch.t .................. ok
t\nqp\45-smartmatch.t ................. ok
t\nqp\46-charspec.t ................... ok
t\nqp\47-loop-control.t ............... ok
t\nqp\48-closure.t .................... ok
t\nqp\49-regex-interpolation.t ........ Dubious, test returned 5 (wstat 1280, 0x500)
No subtests run
t\nqp\50-regex.t ...................... ok
t\nqp\51-multi.t ...................... ok
t\nqp\53-knowhow.t .................... ok
t\nqp\55-multi-method.t ............... ok
t\nqp\56-role.t ....................... ok
t\nqp\57-construction.t ............... ok
t\nqp\58-attrs.t ...................... ok
t\nqp\59-nqpop.t ...................... Use of undeclared variable '$list' at line 120, near ", 2) eq '
t\nqp\59-nqpop.t ...................... No subtests run
t\nqp\60-bigint.t ..................... Dubious, test returned 5 (wstat 1280, 0x500)
No subtests run
t\nqp\61-mixin.t ...................... ok
t\nqp\62-subst.t ...................... ok
t\nqp\63-slurp.t ...................... ok
t\nqp\64-native.t ..................... ok
t\nqp\65-how.t ........................ ok
t\nqp\66-pararole.t ................... ok
t\nqp\67-container.t .................. ok
t\nqp\68-associative-for.t ............ ok
t\nqp\69-js-keywords-as-identifier.t .. Dubious, test returned 5 (wstat 1280, 0x500)
No subtests run
t\nqp\70-invokespec.t ................. ok
t\nqp\71-setboolspec.t ................ ok
t\nqp\72-rolehow.t .................... ok
t\nqp\73-delegation.t ................. ok
t\nqp\74-nfa.t ........................ ok
t\nqp\75-curcode.t .................... ok
t\nqp\76-capture.t .................... ok
t\nqp\77-curlexpad.t .................. ok
t\nqp\78-shell.t ...................... ok
t\nqp\79-callercode.t ................. ok
t\nqp\80-matches.t .................... ok
Test Summary Report
-------------------
t\nqp\19-file-ops.t (Wstat: 1280 Tests: 0 Failed: 0)
Non-zero exit status: 5
Parse errors: No plan found in TAP output
t\nqp\49-regex-interpolation.t (Wstat: 1280 Tests: 0 Failed: 0)
Non-zero exit status: 5
Parse errors: No plan found in TAP output
t\nqp\59-nqpop.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t\nqp\60-bigint.t (Wstat: 1280 Tests: 0 Failed: 0)
Non-zero exit status: 5
Parse errors: No plan found in TAP output
t\nqp\69-js-keywords-as-identifier.t (Wstat: 1280 Tests: 0 Failed: 0)
Non-zero exit status: 5
Parse errors: No plan found in TAP output
Files=77, Tests=515, 21 wallclock secs ( 0.33 usr + 0.08 sys = 0.41 CPU)
Result: FAIL
NMAKE : fatal error U1077: 'C:\Perl64\bin\prove.BAT' : return code '0x1'
Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment