Loading dom/browser-element/mochitest/Makefile.in +12 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,6 @@ MOCHITEST_FILES += \ test_browserElement_oop_SetVisible.html \ test_browserElement_oop_SetVisibleFrames.html \ test_browserElement_oop_SetVisibleFrames2.html \ test_browserElement_oop_FirstPaint.html \ test_browserElement_oop_Alert.html \ test_browserElement_oop_AlertInFrame.html \ test_browserElement_oop_TargetTop.html \ Loading Loading @@ -240,6 +239,18 @@ MOCHITEST_FILES += \ 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 \ Loading Loading
dom/browser-element/mochitest/Makefile.in +12 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,6 @@ MOCHITEST_FILES += \ test_browserElement_oop_SetVisible.html \ test_browserElement_oop_SetVisibleFrames.html \ test_browserElement_oop_SetVisibleFrames2.html \ test_browserElement_oop_FirstPaint.html \ test_browserElement_oop_Alert.html \ test_browserElement_oop_AlertInFrame.html \ test_browserElement_oop_TargetTop.html \ Loading Loading @@ -240,6 +239,18 @@ MOCHITEST_FILES += \ 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 \ Loading