We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 319496a + 1f0f7b2 commit 07ecb69Copy full SHA for 07ecb69
tests/Makefile.am
@@ -32,7 +32,10 @@ DISABLED_TESTS= \
32
dispatch_priority \
33
dispatch_priority2 \
34
dispatch_read \
35
- dispatch_read2
+ dispatch_read2 \
36
+ dispatch_pingpong \
37
+ dispatch_drift \
38
+ dispatch_io
39
40
TESTS= \
41
dispatch_apply \
@@ -42,7 +45,6 @@ TESTS= \
42
45
dispatch_queue_finalizer \
43
46
dispatch_group \
44
47
dispatch_overcommit \
- dispatch_pingpong \
48
dispatch_plusplus \
49
dispatch_context_for_key \
50
dispatch_after \
@@ -56,9 +58,7 @@ TESTS= \
56
58
dispatch_timer_set_time \
57
59
dispatch_starfish \
60
dispatch_cascade \
- dispatch_drift \
61
dispatch_data \
- dispatch_io \
62
dispatch_io_net \
63
dispatch_select
64
0 commit comments