We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2457fb2 + 71cb386 commit bb676c2Copy full SHA for bb676c2
tests/Makefile.am
@@ -38,7 +38,6 @@ TESTS= \
38
dispatch_plusplus \
39
dispatch_priority \
40
dispatch_priority2 \
41
- dispatch_concur \
42
dispatch_context_for_key \
43
dispatch_read \
44
dispatch_read2 \
@@ -54,15 +53,16 @@ TESTS= \
54
53
dispatch_starfish \
55
dispatch_cascade \
56
dispatch_drift \
57
- dispatch_readsync \
58
dispatch_data \
59
dispatch_io \
60
dispatch_io_net \
61
dispatch_select
62
63
# List tests that are expected to fail here.
64
# Currently dispatch_concur fails occasionally, but passes more often than fails.
65
-XFAIL_TESTS =
+XFAIL_TESTS = \
+ dispatch_concur \
+ dispatch_readsync
66
67
ORIGINAL_LIST_OF_TESTS= \
68
dispatch_apply \
0 commit comments