mirror of
https://github.com/dlang/phobos.git
synced 2025-05-14 08:55:54 +03:00
enable std.conv tests on 64 bit platforms.. seems to pass on linux now
This commit is contained in:
parent
3980990974
commit
cd5b53f357
1 changed files with 2 additions and 5 deletions
|
@ -246,10 +246,6 @@ $(LIB) : $(OBJS) $(ALL_D_FILES) $(DRUNTIME)
|
||||||
$(DMD) $(DFLAGS) -lib -of$@ $(DRUNTIME) $(D_FILES) $(OBJS)
|
$(DMD) $(DFLAGS) -lib -of$@ $(DRUNTIME) $(D_FILES) $(OBJS)
|
||||||
|
|
||||||
ifeq ($(MODEL),64)
|
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
|
DISABLED_TESTS += std/format
|
||||||
# Still not passing, time to pull out the next issue.
|
# Still not passing, time to pull out the next issue.
|
||||||
|
|
||||||
|
@ -337,3 +333,4 @@ html_consolidated :
|
||||||
$(MAKE) DOC_OUTPUT_DIR=$(BIGDOC_OUTPUT_DIR) STDDOC=$(BIGSTDDOC) html -j 8
|
$(MAKE) DOC_OUTPUT_DIR=$(BIGDOC_OUTPUT_DIR) STDDOC=$(BIGSTDDOC) html -j 8
|
||||||
cat $(DOCSRC)/std_consolidated_header.html $(BIGHTMLS) \
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue