Skip to content

Commit 6a36af8

Browse files
Merge pull request #495 from adierking/test-all-the-things
tests: port dispatch_io and dispatch_io_pipe_close to Windows
2 parents 318f6e5 + 6fd29c2 commit 6a36af8

File tree

3 files changed

+187
-63
lines changed

3 files changed

+187
-63
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,8 @@ if(EXTENDED_TEST_SUITE)
146146
pingpong
147147
drift
148148
readsync
149-
cascade)
150-
if(NOT WIN32)
151-
# Not ported to Windows yet
152-
list(APPEND DISPATCH_C_TESTS io)
153-
endif()
149+
cascade
150+
io)
154151
# an oddball; dispatch_priority.c compiled with -DUSE_SET_TARGET_QUEUE=1
155152
add_unit_test(dispatch_priority2 SOURCES dispatch_priority.c)
156153
target_compile_options(dispatch_priority2 PRIVATE -DUSE_SET_TARGET_QUEUE=1)

0 commit comments

Comments
 (0)