GithubHelp home page GithubHelp logo

rurban / coro Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.48 MB

5.22 and cperl fixes for Coro

Home Page: http://cvs.schmorp.de/Coro/

License: Other

Perl 6 15.73% Perl 33.49% C 15.64% XS 26.80% C++ 8.34%

coro's People

Contributors

rurban avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

kentnl-gentoo

coro's Issues

Broken with cperl master 47c2e1d1

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.