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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/browser-element/mochitest/priority/mochitest.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +[DEFAULT]
     1.5 +# Good luck running these tests on anything but desktop Linux.
     1.6 +skip-if = toolkit != "gtk2" || (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || e10s
     1.7 +
     1.8 +# Note: ../browserElementTestHelpers.js makes all tests in this directory OOP,
     1.9 +# because testing the process-priority manager without OOP frames does not make
    1.10 +# much sense.
    1.11 +
    1.12 +[test_Simple.html]
    1.13 +[test_Visibility.html]
    1.14 +[test_HighPriority.html]
    1.15 +support-files = file_HighPriority.html
    1.16 +[test_HighPriorityDowngrade.html]
    1.17 +[test_HighPriorityDowngrade2.html]
    1.18 +[test_Background.html]
    1.19 +[test_BackgroundLRU.html]
    1.20 +[test_Audio.html]
    1.21 +support-files = file_Audio.html silence.ogg
    1.22 +[test_MultipleFrames.html]
    1.23 +support-files = file_MultipleFrames.html
    1.24 +# This test is disabled temporarily in bug 968604. It will be enabled after bug 987164 is fixed.
    1.25 +#[test_Preallocated.html]
    1.26 +[test_ExpectingSystemMessage.html]
    1.27 +[test_ExpectingSystemMessage2.html]
    1.28 +[test_NestedFrames.html]
    1.29 +support-files = file_NestedFramesOuter.html
    1.30 +[test_WebGLContextLost.html]
    1.31 +# This test disabled due to bug 865844.  In fact, it was never enabled!
    1.32 +skip-if = true
    1.33 +support-files = file_WebGLContextLost.html
    1.34 +

mercurial