mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 875585 - re-disable test_Range-surroundContents for pushing us off the OOM cliff by holding alive many iframes on this CLOSED TREE. rs=RyanVM
This commit is contained in:
parent
694ff4b0a9
commit
330d8cc674
@ -20,6 +20,12 @@ MOCHITEST_FILES := \
|
||||
test_Range-mutations.html \
|
||||
test_Range-selectNode.html \
|
||||
test_Range-set.html \
|
||||
test_Range-surroundContents.html \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user