1
Fork 0

Un-XFAIL self tests on Darwin

This commit is contained in:
Patrick Walton 2010-10-28 16:07:54 -07:00
parent c2480a3d60
commit ccd62969c1

View file

@ -532,9 +532,6 @@ TEST_XFAILS_X86 += test/run-pass/native-mod.rc
TEST_XFAILS_LLVM += test/run-pass/native-mod.rc
TEST_XFAILS_SELF += test/run-pass/native-mod.rc
endif
ifeq ($(CFG_OSTYPE), Darwin)
TEST_XFAILS_SELF += $(wildcard test/*/*.rs)
endif
RPASS_RC := $(wildcard test/run-pass/*.rc)
RPASS_RS := $(wildcard test/run-pass/*.rs)