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

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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