File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e5229b97d73a462b26dbb0d4f94030b41a3cb922
2
+ refs/heads/master: a0867e0ccfdbdb910a2aeebe283e5734cadeb688
Original file line number Diff line number Diff line change @@ -518,6 +518,9 @@ TEST_XFAILS_X86 += test/run-pass/native-mod.rc
518
518
TEST_XFAILS_LLVM += test/run-pass/native-mod.rc
519
519
TEST_XFAILS_SELF += test/run-pass/native-mod.rc
520
520
endif
521
+ ifeq ($(CFG_OSTYPE ) , Darwin)
522
+ TEST_XFAILS_SELF += $(wildcard test/* /* .rs)
523
+ endif
521
524
522
525
RPASS_RC := $(wildcard test/run-pass/* .rc)
523
526
RPASS_RS := $(wildcard test/run-pass/* .rs)
@@ -923,9 +926,9 @@ clean:
923
926
$(CFG_QUIET ) rm -f $(CFG_BOOT ) $(CFG_RUNTIME ) $(CFG_STDLIB )
924
927
$(CFG_QUIET ) rm -Rf $(PKG_NAME ) -* .tar.gz dist
925
928
$(CFG_QUIET ) rm -f $(foreach ext,cmx cmi cmo cma o a d exe,\
926
- $(wildcard boot/*/*.$(ext) boot/*/*/*.$(ext))) \
927
- $(CFG_QUIET)rm -f $(foreach ext,out llvm x86 o s exe dSYM,\
928
- $(wildcard test/*/*.$(ext))) \
929
+ $(wildcard boot/*/*.$(ext) boot/*/*/*.$(ext)))
930
+ $(CFG_QUIET)rm -Rf $(foreach ext,out llvm x86 o s exe dSYM,\
931
+ $(wildcard test/*/*.$(ext)))
929
932
930
933
931
934
# Local Variables:
You can’t perform that action at this time.
0 commit comments