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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:c99454976ae3
1 [DEFAULT]
2 # Good luck running these tests on anything but desktop Linux.
3 skip-if = toolkit != "gtk2" || (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || e10s
4
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.
8
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
31

mercurial