Skip to content

Commit a8bef8b

Browse files
committed
---
yaml --- r: 470 b: refs/heads/master c: 76e03be h: refs/heads/master v: v3
1 parent 2cc8874 commit a8bef8b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 97d6342bf08e55f8d2b4f8df5c4b5a099df0191c
2+
refs/heads/master: 76e03be459e0ad0defc6c6855e4ccfde85782a53

trunk/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)