Skip to content

Commit 76e03be

Browse files
committed
XFailed some tests.
1 parent 97d6342 commit 76e03be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,10 @@ TASK_XFAILS := test/run-pass/acyclic-unwind.rs \
385385
test/run-pass/threads.rs \
386386
test/run-pass/yield.rs
387387

388+
TEST_XFAILS := test/run-pass/arith-0.rs
389+
388390
TEST_XFAILS_X86 := $(TASK_XFAILS) \
391+
$(TEST_XFAILS) \
389392
test/run-pass/arithmetic-interference.rs \
390393
test/run-pass/bind-obj-ctor.rs \
391394
test/run-pass/child-outlives-parent.rs \
@@ -416,7 +419,9 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \
416419
test/compile-fail/writing-through-read-alias.rs
417420

418421
TEST_XFAILS_LLVM := $(TASK_XFAILS) \
422+
$(TEST_XFAILS) \
419423
$(addprefix test/run-pass/, \
424+
arith-1.rs \
420425
acyclic-unwind.rs \
421426
alt-pattern-simple.rs \
422427
alt-tag.rs \
@@ -425,6 +430,8 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
425430
autoderef-full-lval.rs \
426431
autoderef-objfn.rs \
427432
basic.rs \
433+
basic-1.rs \
434+
basic-2.rs \
428435
bind-obj-ctor.rs \
429436
bind-thunk.rs \
430437
bind-trivial.rs \

0 commit comments

Comments
 (0)