Skip to content

Commit 2141823

Browse files
committed
Re-XFAIL those tests enabled by commit a278936.
WinNT tinderbox doesn't like them.
1 parent f9b37c7 commit 2141823

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/Makefile

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,20 @@ CONST_TAG_XFAILS := test/run-pass/generic-tag.rs
375375
# Temporarily xfail some of the task tests, while debugging the
376376
# overhauled inter-domain messaging system.
377377

378-
TASK_XFAILS := test/run-pass/alt-type-simple.rs
378+
TASK_XFAILS := test/run-pass/task-comm-8.rs \
379+
test/run-pass/task-comm-10.rs \
380+
test/run-pass/task-comm-15.rs \
381+
test/run-pass/task-comm-12.rs \
382+
test/run-pass/task-comm-2.rs \
383+
test/run-pass/task-comm-9.rs \
384+
test/run-pass/task-life-0.rs \
385+
test/run-pass/alt-type-simple.rs \
386+
test/run-pass/many.rs
379387

380388
TEST_XFAILS_BOOT := $(TASK_XFAILS) \
381389
$(NOMINAL_TAG_XFAILS) \
382390
$(CONST_TAG_XFAILS) \
391+
test/run-pass/child-outlives-parent.rs \
383392
test/run-pass/clone-with-exterior.rs \
384393
test/run-pass/constrained-type.rs \
385394
test/run-pass/destructor-ordering.rs \
@@ -389,8 +398,12 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
389398
test/run-pass/generic-recursive-tag.rs \
390399
test/run-pass/generic-tup.rs \
391400
test/run-pass/iter-ret.rs \
401+
test/run-pass/lib-io.rs \
392402
test/run-pass/mlist-cycle.rs \
403+
test/run-pass/obj-as.rs \
393404
test/run-pass/task-comm.rs \
405+
test/run-pass/task-comm-3.rs \
406+
test/run-pass/vec-slice.rs \
394407
test/run-pass/while-and-do-while.rs \
395408
test/run-fail/task-comm-14.rs \
396409
test/compile-fail/bad-expr-path.rs \
@@ -399,7 +412,9 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
399412
test/compile-fail/import3.rs \
400413
test/compile-fail/import4.rs \
401414
test/compile-fail/bad-recv.rs \
402-
test/compile-fail/bad-send.rs
415+
test/compile-fail/bad-send.rs \
416+
test/compile-fail/infinite-vec-type-recursion.rs \
417+
test/compile-fail/writing-through-read-alias.rs
403418

404419
# Same strategy here for the time being: just list the ones that
405420
# work and assume the others don't. Invert this when we're closer

0 commit comments

Comments
 (0)