Skip to content

Commit 4c28d9a

Browse files
committed
Un-XFAIL some tests that (seem to) rely on large task stacks
1 parent fac28ad commit 4c28d9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,19 +396,16 @@ TASK_XFAILS := test/run-pass/acyclic-unwind.rs \
396396
test/run-pass/yield.rs
397397

398398
TEST_XFAILS_X86 := $(TASK_XFAILS) \
399-
test/run-pass/bind-obj-ctor.rs \
400399
test/run-pass/child-outlives-parent.rs \
401400
test/run-pass/clone-with-exterior.rs \
402401
test/run-pass/constrained-type.rs \
403-
test/run-pass/destructor-ordering.rs \
404402
test/run-pass/obj-as.rs \
405403
test/run-pass/vec-slice.rs \
406404
test/run-pass/fn-lval.rs \
407405
test/run-pass/generic-fn-infer.rs \
408406
test/run-pass/generic-recursive-tag.rs \
409407
test/run-pass/int-lib.rs \
410408
test/run-pass/iter-ret.rs \
411-
test/run-pass/lib-deque.rs \
412409
test/run-pass/lib-map.rs \
413410
test/run-pass/mlist-cycle.rs \
414411
test/run-pass/obj-as.rs \

0 commit comments

Comments
 (0)