mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 875585 - Disable test_Range-surroundContents.html on Windows until it can manage to be a little less OOM-prone
This commit is contained in:
parent
e7f68c5019
commit
f72a87a1c7
@ -29,9 +29,15 @@ MOCHITEST_FILES := \
|
||||
test_Range-mutations.html \
|
||||
test_Range-selectNode.html \
|
||||
test_Range-set.html \
|
||||
test_Range-surroundContents.html \
|
||||
common.js \
|
||||
Range-test-iframe.html \
|
||||
$(NULL)
|
||||
|
||||
# Temporarily disable on Windows for bug 875585 and deps
|
||||
ifneq (windows,$(MOZ_WIDGET_TOOLKIT))
|
||||
MOCHITEST_FILES += \
|
||||
test_Range-surroundContents.html \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user