dom/browser-element/mochitest/mochitest-oop.ini

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 [DEFAULT]
     2 # Both the "inproc" and "oop" versions of OpenMixedProcess open remote frames,
     3 # so we don't run that test on platforms which don't support OOP tests.
     4 # OOP tests don't work on native-fennec (bug 774939).
     5 # Bug 960345 - Disabled on OSX debug for frequent crashes.
     6 skip-if = os == "android" || (toolkit == "cocoa" && debug) || (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || e10s
     7 support-files =
     8   browserElement_OpenMixedProcess.js
     9   file_browserElement_OpenMixedProcess.html
    11 [test_browserElement_inproc_ErrorSecurity.html]
    12 skip-if = toolkit=='gonk'
    13 [test_browserElement_inproc_OpenMixedProcess.html]
    14 skip-if = toolkit=='gonk' || (toolkit == 'gonk' && !debug)
    15 [test_browserElement_oop_Alert.html]
    16 [test_browserElement_oop_AlertInFrame.html]
    17 [test_browserElement_oop_AppFramePermission.html]
    18 skip-if = (toolkit == 'gonk' && !debug)
    19 [test_browserElement_oop_AppWindowNamespace.html]
    20 skip-if = (toolkit == 'gonk' && !debug)
    21 [test_browserElement_oop_Auth.html]
    22 skip-if = (toolkit == 'gonk' && !debug)
    23 [test_browserElement_oop_BackForward.html]
    24 [test_browserElement_oop_BadScreenshot.html]
    25 [test_browserElement_oop_BrowserWindowNamespace.html]
    26 skip-if = (toolkit == 'gonk' && !debug)
    27 [test_browserElement_oop_BrowserWindowResize.html]
    28 [test_browserElement_oop_Close.html]
    29 [test_browserElement_oop_CookiesNotThirdParty.html]
    30 [test_browserElement_oop_DOMRequestError.html]
    31 [test_browserElement_oop_DataURI.html]
    32 [test_browserElement_oop_DocumentFirstPaint.html]
    33 [test_browserElement_oop_ErrorSecurity.html]
    34 skip-if = (toolkit == 'gonk' && !debug)
    35 [test_browserElement_oop_FirstPaint.html]
    36 [test_browserElement_oop_ForwardName.html]
    37 [test_browserElement_oop_FrameWrongURI.html]
    38 skip-if = (toolkit == 'gonk' && !debug)
    39 [test_browserElement_oop_GetScreenshot.html]
    40 [test_browserElement_oop_GetScreenshotDppx.html]
    41 [test_browserElement_oop_Iconchange.html]
    42 [test_browserElement_oop_LoadEvents.html]
    43 [test_browserElement_oop_Manifestchange.html]
    44 [test_browserElement_oop_Metachange.html]
    45 [test_browserElement_oop_OpenMixedProcess.html]
    46 skip-if = (toolkit == 'gonk' && !debug)
    47 [test_browserElement_oop_OpenNamed.html]
    48 skip-if = (toolkit == 'gonk' && !debug)
    49 [test_browserElement_oop_OpenWindow.html]
    50 skip-if = (toolkit == 'gonk' && !debug)
    51 [test_browserElement_oop_OpenWindowDifferentOrigin.html]
    52 skip-if = (toolkit == 'gonk' && !debug)
    53 [test_browserElement_oop_OpenWindowInFrame.html]
    54 skip-if = (toolkit == 'gonk' && !debug)
    55 [test_browserElement_oop_OpenWindowRejected.html]
    56 skip-if = (toolkit == 'gonk' && !debug)
    57 [test_browserElement_oop_Opensearch.html]
    58 [test_browserElement_oop_PromptCheck.html]
    59 [test_browserElement_oop_PromptConfirm.html]
    60 [test_browserElement_oop_PurgeHistory.html]
    61 [test_browserElement_oop_Reload.html]
    62 [test_browserElement_oop_ReloadPostRequest.html]
    63 [test_browserElement_oop_RemoveBrowserElement.html]
    64 [test_browserElement_oop_ScrollEvent.html]
    65 [test_browserElement_oop_SecurityChange.html]
    66 skip-if = toolkit == 'android' || (toolkit == 'gonk' && !debug) #TIMED_OUT, bug 766586
    67 [test_browserElement_oop_SendEvent.html]
    68 [test_browserElement_oop_SetInputMethodActive.html]
    69 skip-if = true # Bug 983490, bug 987928
    70 [test_browserElement_oop_SetVisible.html]
    71 [test_browserElement_oop_SetVisibleFrames.html]
    72 [test_browserElement_oop_SetVisibleFrames2.html]
    73 [test_browserElement_oop_Stop.html]
    74 [test_browserElement_oop_TargetBlank.html]
    75 skip-if = (toolkit == 'gonk' && !debug)
    76 [test_browserElement_oop_TargetTop.html]
    77 [test_browserElement_oop_Titlechange.html]
    78 [test_browserElement_oop_TopBarrier.html]
    79 [test_browserElement_oop_VisibilityChange.html]
    80 [test_browserElement_oop_XFrameOptions.html]
    81 [test_browserElement_oop_XFrameOptionsAllowFrom.html]
    82 [test_browserElement_oop_XFrameOptionsDeny.html]
    83 [test_browserElement_oop_XFrameOptionsSameOrigin.html]
    84 # Disabled until bug 930449 makes it stop timing out
    85 [test_browserElement_oop_ContextmenuEvents.html]
    86 disabled = bug 930449
    87 # Disabled until bug 924771 makes them stop timing out
    88 [test_browserElement_oop_CloseFromOpener.html]
    89 disabled = bug 924771
    90 [test_browserElement_oop_CloseApp.html]
    91 disabled = bug 924771
    92 [test_browserElement_oop_ExposableURI.html]
    93 disabled = bug 924771

mercurial