diff options
| author | Jeffrey Yasskin <[email protected]> | 2010-07-17 15:43:59 +0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-07-19 17:52:31 -0700 |
| commit | dff6955bb0e622a35beec364500adc66f5f12a97 (patch) | |
| tree | f4424bce533f23b6c250d79504f71852a2842dde /src | |
| parent | Fixed circular buffer resizing bug. (diff) | |
| download | rust-dff6955bb0e622a35beec364500adc66f5f12a97.tar.xz rust-dff6955bb0e622a35beec364500adc66f5f12a97.zip | |
Work around auto-dereference crash in rustboot.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index f0e9b929..0f43955e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \ |