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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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