Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test t/compiler-checks.t fails on Windows 10: 'inc\bin\testml-cpan' is not recognized as an internal or external command #80

Open
hakonhagland opened this issue Aug 13, 2020 · 1 comment

Comments

@hakonhagland
Copy link

I am trying to install Pegex on Windows 10 with Strawberry Perl version 5.30.1:

>gmake test
Skip blib\lib\auto\share\dist\Pegex\pegex.pgx (unchanged)
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/000-compile-modules.t ... ok
t/api.t ................... ok
t/author-pod-syntax.t ..... skipped: these tests are for testing by the author
t/compiler-checks.t ....... 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler-checks.t ....... No subtests run
t/compiler-equivalence.t .. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler-equivalence.t .. No subtests run
t/compiler-perl.t ......... 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler-perl.t ......... No subtests run
t/compiler.t .............. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/compiler.t .............. No subtests run
t/error.t ................. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/error.t ................. No subtests run
t/export-api.t ............ ok
t/flatten.t ............... ok
t/function-rule.t ......... ok
t/grammar-api.t ........... ok
t/look-behind.t ........... ok
t/optimize.t .............. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/optimize.t .............. No subtests run
t/parse.t ................. ok
t/repeat.t ................ ok
t/safe.t .................. Use of uninitialized value $ENV{"TRAVIS"} in string eq at t/safe.t line 8.
t/safe.t .................. ok
t/sample.t ................ try_contact                    >Name: Ingy Net\nPhone: 919-876-...<
 try_name_section               >Name: Ingy Net\nPhone: 919-876-...<
  try_name                       >Ingy Net\nPhone: 919-876-5432\nA...<
  got_name
  try_EOL                        >\nPhone: 919-876-5432\nAddress:\n...<
  got_EOL
 got_name_section
 try_phone_section              >Phone: 919-876-5432\nAddress:\n ...<
  try_phone_number               >919-876-5432\nAddress:\n  1234 M...<
   try_term                       >919-876-5432\nAddress:\n  1234 M...<
   got_term
  got_phone_number
  try_EOL                        >\nAddress:\n  1234 Main St\n  Nic...<
  got_EOL
 got_phone_section
 try_address_section            >Address:\n  1234 Main St\n  Nice...<
  try_street_line                >  1234 Main St\n  Niceville\n  O...<
   try_indent                     >  1234 Main St\n  Niceville\n  O...<
   got_indent
   try_street                     >1234 Main St\n  Niceville\n  OK\n<
   got_street
   try_EOL                        >\n  Niceville\n  OK\n<
   got_EOL
  got_street_line
  try_city_line                  >  Niceville\n  OK\n<
   try_indent                     >  Niceville\n  OK\n<
   got_indent
   try_city                       >Niceville\n  OK\n<
    try_term                       >Niceville\n  OK\n<
    got_term
   got_city
   try_EOL                        >\n  OK\n<
   got_EOL
  got_city_line
  try_country_line               >  OK\n<
   try_indent                     >  OK\n<
   got_indent
   try_country                    >OK\n<
    try_term                       >OK\n<
    got_term
   got_country
   try_EOL                        >\n<
   got_EOL
  got_country_line
 got_address_section
got_contact
t/sample.t ................ ok
t/tree-pegex.t ............ 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/tree-pegex.t ............ No subtests run
t/tree.t .................. 'inc\bin\testml-cpan' is not recognized as an internal or external command,
operable program or batch file.
t/tree.t .................. No subtests run

Test Summary Report
-------------------
t/compiler-checks.t     (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/compiler-equivalence.t (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/compiler-perl.t       (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/compiler.t            (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/error.t               (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/optimize.t            (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/tree-pegex.t          (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/tree.t                (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
Files=20, Tests=41,  5 wallclock secs ( 0.19 usr +  0.06 sys =  0.25 CPU)
Result: FAIL
Failed 8/20 test programs. 0/41 subtests failed.
gmake: *** [Makefile:910: test_dynamic] Error 255
@hakonhagland
Copy link
Author

Seems like the same issue as number 79 for Inline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant