Work around auto-dereference crash in rustboot.
This commit is contained in:
parent
c80483d582
commit
dff6955bb0
1 changed files with 2 additions and 0 deletions
|
@ -364,6 +364,8 @@ MUT_BOX_XFAILS := $(addprefix test/run-pass/, \
|
|||
TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
|
||||
test/run-pass/bind-obj-ctor.rs \
|
||||
test/run-pass/clone-with-exterior.rs \
|
||||
test/run-pass/obj-as.rs \
|
||||
test/run-pass/vec-slice.rs \
|
||||
test/run-pass/fn-lval.rs \
|
||||
test/run-pass/generic-fn-infer.rs \
|
||||
test/run-pass/generic-recursive-tag.rs \
|
||||
|
|
Loading…
Add table
Reference in a new issue