We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64310e3 commit 5de1495Copy full SHA for 5de1495
tests/CMakeLists.txt
@@ -169,8 +169,11 @@ if(EXTENDED_TEST_SUITE)
169
pingpong
170
drift
171
readsync
172
- cascade
173
- io)
+ cascade)
+ if(NOT WIN32)
174
+ # Not ported to Windows yet
175
+ list(APPEND DISPATCH_C_TESTS io)
176
+ endif()
177
# an oddball; dispatch_priority.c compiled with -DUSE_SET_TARGET_QUEUE=1
178
add_unit_test(dispatch_priority2 SOURCES dispatch_priority.c)
179
target_compile_options(dispatch_priority2 PRIVATE -DUSE_SET_TARGET_QUEUE=1)
0 commit comments