From 96e53bddf2bb558f15266e1f6311e4c897f5d62c Mon Sep 17 00:00:00 2001 From: Brad Roberts Date: Tue, 4 Jan 2011 04:23:15 +0000 Subject: [PATCH] disable std.functional unittest run on x86-64 --- posix.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posix.mak b/posix.mak index fa485ce32..5e5428173 100644 --- a/posix.mak +++ b/posix.mak @@ -267,6 +267,7 @@ DISABLED_TESTS = \ DISABLED_OPT_TESTS = \ std/date \ std/encoding \ + std/functional \ std/getopt \ std/utf @@ -276,8 +277,7 @@ endif $(ROOT)/unittest/%$(DOTEXE) : %.d $(LIB) $(ROOT)/emptymain.d @echo Testing $@ - @$(DMD) $(DFLAGS) -unittest $(LINKOPTS) $(subst /,$(PATHSEP),"-of$@") \ - $(ROOT)/emptymain.d $< + @$(DMD) $(DFLAGS) -unittest $(LINKOPTS) $(subst /,$(PATHSEP),"-of$@") $(ROOT)/emptymain.d $< # make the file very old so it builds and runs again if it fails @touch -t 197001230123 $@ # run unittest in its own directory