mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
d2a8318c33
commit
cb56688e47
@ -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