Bug 839936 - Build fails in content/base/test because the command line is longer than 32k chars, r=ted

This commit is contained in:
Frank Wein 2013-02-11 23:25:12 +01:00
parent 966aa17b13
commit fa80935dfb

View File

@ -34,8 +34,8 @@ XPCSHELL_TESTS += unit_ipc
endif
# Split files arbitrarily in two groups to not run into too-long command lines
# which break on Windows (see bug 563151)
# Split files arbitrarily in three groups to not run into too-long command lines
# which break on Windows (see bug 563151 and bug 831989)
MOCHITEST_FILES_A = \
responseIdentical.sjs \
test_bug5141.html \
@ -508,6 +508,9 @@ MOCHITEST_FILES_B = \
accesscontrol.resource^headers^ \
invalid_accesscontrol.resource \
invalid_accesscontrol.resource^headers^ \
$(NULL)
MOCHITEST_FILES_C= \
test_xhr_progressevents.html \
progressserver.sjs \
somedatas.resource \
@ -655,15 +658,16 @@ MOCHITEST_CHROME_FILES = \
test_bug357450.js \
$(NULL)
MOCHITEST_FILES_PARTS = $(foreach s,A B,MOCHITEST_FILES_$(s))
# This test fails on the Mac for some reason
ifneq (,$(filter gtk2 windows,$(MOZ_WIDGET_TOOLKIT)))
MOCHITEST_FILES_C = test_copyimage.html \
MOCHITEST_FILES_C += \
test_copyimage.html \
$(NULL)
MOCHITEST_FILES_PARTS += MOCHITEST_FILES_C
endif
MOCHITEST_FILES_PARTS = $(foreach s,A B C,MOCHITEST_FILES_$(s))
# Disabled for now. Mochitest isn't reliable enough for these.
# test_bug444546.html \
# bug444546.sjs \