dom/browser-element/mochitest/priority/mochitest.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 # Good luck running these tests on anything but desktop Linux.
     3 skip-if = toolkit != "gtk2" || (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || e10s
     5 # Note: ../browserElementTestHelpers.js makes all tests in this directory OOP,
     6 # because testing the process-priority manager without OOP frames does not make
     7 # much sense.
     9 [test_Simple.html]
    10 [test_Visibility.html]
    11 [test_HighPriority.html]
    12 support-files = file_HighPriority.html
    13 [test_HighPriorityDowngrade.html]
    14 [test_HighPriorityDowngrade2.html]
    15 [test_Background.html]
    16 [test_BackgroundLRU.html]
    17 [test_Audio.html]
    18 support-files = file_Audio.html silence.ogg
    19 [test_MultipleFrames.html]
    20 support-files = file_MultipleFrames.html
    21 # This test is disabled temporarily in bug 968604. It will be enabled after bug 987164 is fixed.
    22 #[test_Preallocated.html]
    23 [test_ExpectingSystemMessage.html]
    24 [test_ExpectingSystemMessage2.html]
    25 [test_NestedFrames.html]
    26 support-files = file_NestedFramesOuter.html
    27 [test_WebGLContextLost.html]
    28 # This test disabled due to bug 865844.  In fact, it was never enabled!
    29 skip-if = true
    30 support-files = file_WebGLContextLost.html

mercurial