Skip to content

Commit bb676c2

Browse files
authored
Merge pull request swiftlang#118 from seabaylea/disable-tests
Move dispatch_concur and dispatch_readsync to the XFAIL list
2 parents 2457fb2 + 71cb386 commit bb676c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ TESTS= \
3838
dispatch_plusplus \
3939
dispatch_priority \
4040
dispatch_priority2 \
41-
dispatch_concur \
4241
dispatch_context_for_key \
4342
dispatch_read \
4443
dispatch_read2 \
@@ -54,15 +53,16 @@ TESTS= \
5453
dispatch_starfish \
5554
dispatch_cascade \
5655
dispatch_drift \
57-
dispatch_readsync \
5856
dispatch_data \
5957
dispatch_io \
6058
dispatch_io_net \
6159
dispatch_select
6260

6361
# List tests that are expected to fail here.
6462
# Currently dispatch_concur fails occasionally, but passes more often than fails.
65-
XFAIL_TESTS =
63+
XFAIL_TESTS = \
64+
dispatch_concur \
65+
dispatch_readsync
6666

6767
ORIGINAL_LIST_OF_TESTS= \
6868
dispatch_apply \

0 commit comments

Comments
 (0)