enable std.conv tests on 64 bit platforms.. seems to pass on linux now

This commit is contained in:
Brad Roberts 2011-11-28 22:00:02 -08:00
parent 3980990974
commit cd5b53f357

View file

@ -246,10 +246,6 @@ $(LIB) : $(OBJS) $(ALL_D_FILES) $(DRUNTIME)
$(DMD) $(DFLAGS) -lib -of$@ $(DRUNTIME) $(D_FILES) $(OBJS)
ifeq ($(MODEL),64)
DISABLED_TESTS += std/conv
# not reduced yet. I hate reducing this file
# passes on debug, segv on release
DISABLED_TESTS += std/format
# Still not passing, time to pull out the next issue.
@ -336,4 +332,5 @@ html_consolidated :
$(DDOC) $(DDOCFLAGS) -Df$(DOCSRC)/std_consolidated_footer.html $(DOCSRC)/std_consolidated_footer.dd
$(MAKE) DOC_OUTPUT_DIR=$(BIGDOC_OUTPUT_DIR) STDDOC=$(BIGSTDDOC) html -j 8
cat $(DOCSRC)/std_consolidated_header.html $(BIGHTMLS) \
$(DOCSRC)/std_consolidated_footer.html > $(DOC_OUTPUT_DIR)/std_consolidated.html
$(DOCSRC)/std_consolidated_footer.html > $(DOC_OUTPUT_DIR)/std_consolidated.html