Skip to content

Commit c6af9dd

Browse files
committed
Un-XFAIL stuff that started working when pcwalton's new typechecker landed.
1 parent 7ff2094 commit c6af9dd

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -351,19 +351,7 @@ self: $(CFG_COMPILER)
351351
# Testing
352352
######################################################################
353353

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 \
367355
test/run-pass/clone-with-exterior.rs \
368356
test/run-pass/obj-as.rs \
369357
test/run-pass/vec-slice.rs \

0 commit comments

Comments
 (0)