File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -351,19 +351,7 @@ self: $(CFG_COMPILER)
351
351
# Testing
352
352
# #####################################################################
353
353
354
- # There is some residual fallout from recent hacking on ty_box that should all
355
- # start working more-or-less simultaneously when pwalton's work on type.ml
356
- # appears. Until then, xfail a few cases where the typechecker mis-informs
357
- # trans about TY_box / TY_mutable interactions.
358
-
359
- MUT_BOX_XFAILS := $(addprefix test/run-pass/, \
360
- deref.rs \
361
- generic-exterior-box.rs \
362
- output-slot-variants.rs \
363
- )
364
-
365
- TEST_XFAILS_X86 := $(MUT_BOX_XFAILS ) \
366
- test/run-pass/bind-obj-ctor.rs \
354
+ TEST_XFAILS_X86 := test/run-pass/bind-obj-ctor.rs \
367
355
test/run-pass/clone-with-exterior.rs \
368
356
test/run-pass/obj-as.rs \
369
357
test/run-pass/vec-slice.rs \
You can’t perform that action at this time.
0 commit comments