File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,10 @@ TASK_XFAILS := test/run-pass/acyclic-unwind.rs \
385
385
test/run-pass/threads.rs \
386
386
test/run-pass/yield.rs
387
387
388
+ TEST_XFAILS := test/run-pass/arith-0.rs
389
+
388
390
TEST_XFAILS_X86 := $(TASK_XFAILS ) \
391
+ $(TEST_XFAILS ) \
389
392
test/run-pass/arithmetic-interference.rs \
390
393
test/run-pass/bind-obj-ctor.rs \
391
394
test/run-pass/child-outlives-parent.rs \
@@ -416,7 +419,9 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \
416
419
test/compile-fail/writing-through-read-alias.rs
417
420
418
421
TEST_XFAILS_LLVM := $(TASK_XFAILS ) \
422
+ $(TEST_XFAILS ) \
419
423
$(addprefix test/run-pass/, \
424
+ arith-1.rs \
420
425
acyclic-unwind.rs \
421
426
alt-pattern-simple.rs \
422
427
alt-tag.rs \
@@ -425,6 +430,8 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
425
430
autoderef-full-lval.rs \
426
431
autoderef-objfn.rs \
427
432
basic.rs \
433
+ basic-1.rs \
434
+ basic-2.rs \
428
435
bind-obj-ctor.rs \
429
436
bind-thunk.rs \
430
437
bind-trivial.rs \
You can’t perform that action at this time.
0 commit comments