Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created August 25, 2011 13:07
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 tadzik/1170608 to your computer and use it in GitHub Desktop.
Save tadzik/1170608 to your computer and use it in GitHub Desktop.
diff --git a/t/dynpmc/select.t b/t/dynpmc/select.t
index da06cb0..c84f578 100644
--- a/t/dynpmc/select.t
+++ b/t/dynpmc/select.t
@@ -19,8 +19,16 @@ Tests the Select PMC.
.sub main :main
.include 'test_more.pir'
+.include 'sysinfo.pasm'
plan(13)
+ $S0 = sysinfo .SYSINFO_PARROT_OS
+ if $S0 == 'MSWin32' goto todo_all
+ if $S0 == 'msys' goto todo_all
+ goto tests
+todo_all:
+ todo(13, 'busted on Win32')
+tests:
'test_load'()
'test_update'()
'test_read'()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment