Skip to content

Commit 1641d4a

Browse files
committed
---
yaml --- r: 845 b: refs/heads/master c: a0867e0 h: refs/heads/master i: 843: 793708d v: v3
1 parent 698f1cc commit 1641d4a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e5229b97d73a462b26dbb0d4f94030b41a3cb922
2+
refs/heads/master: a0867e0ccfdbdb910a2aeebe283e5734cadeb688

trunk/src/Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,9 @@ TEST_XFAILS_X86 += test/run-pass/native-mod.rc
518518
TEST_XFAILS_LLVM += test/run-pass/native-mod.rc
519519
TEST_XFAILS_SELF += test/run-pass/native-mod.rc
520520
endif
521+
ifeq ($(CFG_OSTYPE), Darwin)
522+
TEST_XFAILS_SELF += $(wildcard test/*/*.rs)
523+
endif
521524

522525
RPASS_RC := $(wildcard test/run-pass/*.rc)
523526
RPASS_RS := $(wildcard test/run-pass/*.rs)
@@ -923,9 +926,9 @@ clean:
923926
$(CFG_QUIET)rm -f $(CFG_BOOT) $(CFG_RUNTIME) $(CFG_STDLIB)
924927
$(CFG_QUIET)rm -Rf $(PKG_NAME)-*.tar.gz dist
925928
$(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)))
929932

930933

931934
# Local Variables:

0 commit comments

Comments
 (0)