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

Broken with cperl master 47c2e1d1 #1

Open
sten22 opened this issue Jan 8, 2016 · 2 comments
Open

Broken with cperl master 47c2e1d1 #1

sten22 opened this issue Jan 8, 2016 · 2 comments
Assignees

Comments

@sten22
Copy link

sten22 commented Jan 8, 2016

Pass all tests on perl-5.22.1 but fail with cperl:
win7 x64 msvc12

c:\build\modules-cperl\Coro-5.22>nmake test

Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation.  All rights reserved.

        nmake -f Makefile all -nologo
        cd ..
        nmake -f Makefile all -nologo
        cd ..
        nmake -f Makefile all -nologo
        cd ..
        "C:\cperl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e"
 "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t\*.
t
t\00_basic.t .......... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\00_basic.t line 32.
t\00_basic.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/9 subtests
t\01_process.t ........ FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\01_process.t line 11.
t\01_process.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 12/13 subtests
t\02_channel.t ........ FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\02_channel.t line 17.
t\02_channel.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 18/19 subtests
t\03_channel.t ........ FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\03_channel.t line 31.
t\03_channel.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/10 subtests
t\04_rwlock.t ......... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\04_rwlock.t line 31.
t\04_rwlock.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/15 subtests
t\05_specific.t ....... 1/8 FATAL: Coro SLF calls can only be made normally, not
 via goto or any other means, caught at t\05_specific.t line 33.
t\05_specific.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/8 subtests
t\06_prio.t ...........  at t\06_prio.t line 8.
t\06_prio.t ........... 1/10    main::__ANON__("FATAL: Coro SLF calls can only b
e made normally, not via goto"...) called at t\06_prio.t line 19
FATAL: Coro SLF calls can only be made normally, not via goto or any other means
, caught at t\06_prio.t line 19.
t\06_prio.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/10 subtests
t\07_eval.t ........... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\07_eval.t line 28.
t\07_eval.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/5 subtests
t\08_join.t ........... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\08_join.t line 24.
t\08_join.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/10 subtests
t\10_bugs.t ........... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\10_bugs.t line 16.
t\10_bugs.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests
t\11_deadlock.t ....... skipped: (no reason given)
t\12_exit.t ........... skipped: (no reason given)
t\13_diewarn.t ........ skipped: (no reason given)
t\14_load.t ........... ok
t\15_semaphore.t ...... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\15_semaphore.t line 19.
t\15_semaphore.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests
t\16_signal.t ......... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\16_signal.t line 21.
t\16_signal.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 18/18 subtests
t\17_rouse.t .......... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\17_rouse.t line 16.
t\17_rouse.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/5 subtests
t\18_winder.t ......... FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\18_winder.t line 32.
t\18_winder.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 16/17 subtests
t\19_handle.t ......... skipped: Broken perl detected, skipping tests.
t\20_mutual_cancel.t .. FATAL: Coro SLF calls can only be made normally, not via
 goto or any other means, caught at t\20_mutual_cancel.t line 40.
t\20_mutual_cancel.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/10 subtests

Test Summary Report
-------------------
t\00_basic.t        (Wstat: 65280 Tests: 2 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 9 tests but ran 2.
t\01_process.t      (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 13 tests but ran 1.
t\02_channel.t      (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 19 tests but ran 1.
t\03_channel.t      (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 1.
t\04_rwlock.t       (Wstat: 65280 Tests: 7 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 15 tests but ran 7.
t\05_specific.t     (Wstat: 65280 Tests: 4 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 4.
t\06_prio.t         (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 1.
t\07_eval.t         (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 5 tests but ran 1.
t\08_join.t         (Wstat: 65280 Tests: 2 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 2.
t\10_bugs.t         (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 1.
t\15_semaphore.t    (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t\16_signal.t       (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 18 tests but ran 0.
t\17_rouse.t        (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 5 tests but ran 1.
t\18_winder.t       (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 17 tests but ran 1.
t\20_mutual_cancel.t (Wstat: 65280 Tests: 2 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 2.
Files=20, Tests=42,  1 wallclock secs ( 0.06 usr +  0.05 sys =  0.11 CPU)
Result: FAIL
Failed 15/20 test programs. 0/42 subtests failed.
NMAKE : fatal error U1077: 'C:\cperl\bin\perl.exe' : return code '0xff'
Stop.
@rurban
Copy link
Owner

rurban commented May 31, 2018

See my 5.22 branch, not yet done.

@rurban
Copy link
Owner

rurban commented May 31, 2018

I've merged now my 5.22 fixes with schmorp's latest fixes, and it should work.
See the 5.22 branch.

However his MakeMaker overrides are broken. I needed to go into each subdir and install from there.

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

2 participants