File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,22 @@ tests =
171
171
$ withMaxSuccess 1 $ ioProperty prop_thread_status_died
172
172
, testProperty " thread status died_own (IOSim)"
173
173
$ withMaxSuccess 1 $ runSimOrThrow prop_thread_status_died_own
174
+ -- TODO: issue input-output-hk/io-sim#28
175
+ #if !defined(mingw32_HOST_OS)
174
176
, testProperty " thread status died_own (IO)"
175
177
$ withMaxSuccess 1 $ ioProperty prop_thread_status_died_own
178
+ #endif
176
179
, testProperty " thread status yield (IOSim)"
177
180
$ withMaxSuccess 1 $ runSimOrThrow prop_thread_status_yield
178
181
, testProperty " thread status yield (IO)"
179
182
$ withMaxSuccess 1 $ ioProperty prop_thread_status_yield
180
183
, testProperty " thread status mask (IOSim)"
181
184
$ withMaxSuccess 1 $ runSimOrThrow prop_thread_status_mask
185
+ -- TODO: issue input-output-hk/io-sim#28
186
+ #if !defined(mingw32_HOST_OS)
182
187
, testProperty " thread status mask (IO)"
183
188
$ withMaxSuccess 1 $ ioProperty prop_thread_status_mask
189
+ #endif
184
190
, testProperty " thread status mask blocked (IOSim)"
185
191
$ withMaxSuccess 1 $ runSimOrThrow prop_thread_status_mask_blocked
186
192
, testProperty " thread status mask blocked (IO)"
You can’t perform that action at this time.
0 commit comments