mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 14:41:08 +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)
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue