Skip to content
Snippets Groups Projects
Commit a9e695fb authored by Ryan VanderMeulen's avatar Ryan VanderMeulen
Browse files

Bug 960345 - Disable OOP browser-element mochitests on OSX debug.

parent 5ad5bcc9
No related merge requests found
......@@ -182,7 +182,16 @@ MOCHITEST_FILES = \
# Both the "inproc" and "oop" versions of OpenMixedProcess open remote frames,
# so we don't run that test on platforms which don't support OOP tests.
# Bug 960345 - Disabled on OSX debug for frequent crashes.
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
ifdef MOZ_DEBUG
OSX_DEBUG=1
endif
endif
ifndef MOZ_ANDROID_OMTC #{
ifndef OSX_DEBUG
MOCHITEST_FILES += \
browserElement_OpenMixedProcess.js \
file_browserElement_OpenMixedProcess.html \
......@@ -211,6 +220,7 @@ MOCHITEST_FILES += \
test_browserElement_oop_Alert.html \
test_browserElement_oop_AlertInFrame.html \
test_browserElement_oop_TargetTop.html \
test_browserElement_oop_FirstPaint.html \
test_browserElement_oop_ForwardName.html \
test_browserElement_oop_TargetBlank.html \
test_browserElement_oop_PromptCheck.html \
......@@ -238,18 +248,6 @@ MOCHITEST_FILES += \
test_browserElement_oop_VisibilityChange.html \
test_browserElement_oop_BrowserWindowResize.html \
$(NULL)
# Disabled on OSX debug for frequent crashes.
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
ifdef MOZ_DEBUG
SKIP_THIS_TEST=1
endif
endif
ifndef SKIP_THIS_TEST
MOCHITEST_FILES += \
test_browserElement_oop_FirstPaint.html \
$(NULL)
endif
# Disabled until bug 930449 makes it stop timing out
# test_browserElement_oop_ContextmenuEvents.html \
......@@ -262,4 +260,5 @@ endif
# Disabled until we fix bug 906096.
# test_browserElement_oop_SetInputMethodActive.html \
endif # OSX_DEBUG
endif #}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment