@@ -375,11 +375,20 @@ CONST_TAG_XFAILS := test/run-pass/generic-tag.rs
375
375
# Temporarily xfail some of the task tests, while debugging the
376
376
# overhauled inter-domain messaging system.
377
377
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
379
387
380
388
TEST_XFAILS_BOOT := $(TASK_XFAILS ) \
381
389
$(NOMINAL_TAG_XFAILS ) \
382
390
$(CONST_TAG_XFAILS ) \
391
+ test/run-pass/child-outlives-parent.rs \
383
392
test/run-pass/clone-with-exterior.rs \
384
393
test/run-pass/constrained-type.rs \
385
394
test/run-pass/destructor-ordering.rs \
@@ -389,8 +398,12 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
389
398
test/run-pass/generic-recursive-tag.rs \
390
399
test/run-pass/generic-tup.rs \
391
400
test/run-pass/iter-ret.rs \
401
+ test/run-pass/lib-io.rs \
392
402
test/run-pass/mlist-cycle.rs \
403
+ test/run-pass/obj-as.rs \
393
404
test/run-pass/task-comm.rs \
405
+ test/run-pass/task-comm-3.rs \
406
+ test/run-pass/vec-slice.rs \
394
407
test/run-pass/while-and-do-while.rs \
395
408
test/run-fail/task-comm-14.rs \
396
409
test/compile-fail/bad-expr-path.rs \
@@ -399,7 +412,9 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
399
412
test/compile-fail/import3.rs \
400
413
test/compile-fail/import4.rs \
401
414
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
403
418
404
419
# Same strategy here for the time being: just list the ones that
405
420
# work and assume the others don't. Invert this when we're closer
0 commit comments