Skip to content

Instantly share code, notes, and snippets.

@gerdr
Created May 17, 2012 20:55
Show Gist options
  • Select an option

  • Save gerdr/2721537 to your computer and use it in GitHub Desktop.

Select an option

Save gerdr/2721537 to your computer and use it in GitHub Desktop.
Status of threads branch on Windows7/MinGW-w64 via Strawberry Perl
hangs while maxing out 1 core:
t/pmc/timer.t 1/17
t/src/threads.t 1/21
hangs while maxing out 2 cores:
t/src/threads_io.t 1/4
---
---
D:\dev\parrot>parrot t/pmc/timer.t
1..17
ok 1 - PARROT_TIMER_SEC
ok 2 - PARROT_TIMER_USEC
ok 3 - PARROT_TIMER_RUNNING
ok 4 - PARROT_TIMER_SEC
ok 5 - PARROT_TIMER_USEC
ok 6 - created Timer PMC
---
D:\dev\parrot>parrot t/src/threads.t
1..21
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
---
D:\dev\parrot>perl t/src/threads_io.t
1..4
ok 1 - main task sleeping
ok 2 - spinning
not ok 3
---
---
the test count in t/src/threads.t varies
t/src/threads_io.t spawns a parrot which needs to be killed manually
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment