From fd8c008cc98a14adff75d3182da2abfabece6e94 Mon Sep 17 00:00:00 2001 From: Brad Roberts Date: Sun, 23 Jan 2011 22:33:07 -0800 Subject: [PATCH 1/2] add a .gitignore file to hide intermediate files from git --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..05fdb75259 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.[oa] +src/cdxxx.c +src/debtab.c +src/dmd +src/dmd.conf +src/elxxx.c +src/fltables.c +src/id.c +src/id.h +src/idgen +src/impcnvgen +src/impcnvtab.c +src/optab.c +src/optabgen +src/tytab.c +test/test_results From 89f2e1abb544c976c9e3eb69550949e6e9a9c229 Mon Sep 17 00:00:00 2001 From: Brad Roberts Date: Sun, 23 Jan 2011 22:33:24 -0800 Subject: [PATCH 2/2] enable 64 bit arrayop test --- test/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index 5c8f05490c..c20dcbe96a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -96,9 +96,6 @@ fail_compilation_test_results=$(addsuffix .out,$(addprefix $(RESULTS_DIR)/,$(fai all: run_tests ifeq ($(MODEL),64) -DISABLED_TESTS = arrayop -# value isn't making it into the runtime library call for some reason - DISABLED_TESTS += testmath # needs std.math