Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | [DEFAULT] |
michael@0 | 2 | # Good luck running these tests on anything but desktop Linux. |
michael@0 | 3 | skip-if = toolkit != "gtk2" || (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || e10s |
michael@0 | 4 | |
michael@0 | 5 | # Note: ../browserElementTestHelpers.js makes all tests in this directory OOP, |
michael@0 | 6 | # because testing the process-priority manager without OOP frames does not make |
michael@0 | 7 | # much sense. |
michael@0 | 8 | |
michael@0 | 9 | [test_Simple.html] |
michael@0 | 10 | [test_Visibility.html] |
michael@0 | 11 | [test_HighPriority.html] |
michael@0 | 12 | support-files = file_HighPriority.html |
michael@0 | 13 | [test_HighPriorityDowngrade.html] |
michael@0 | 14 | [test_HighPriorityDowngrade2.html] |
michael@0 | 15 | [test_Background.html] |
michael@0 | 16 | [test_BackgroundLRU.html] |
michael@0 | 17 | [test_Audio.html] |
michael@0 | 18 | support-files = file_Audio.html silence.ogg |
michael@0 | 19 | [test_MultipleFrames.html] |
michael@0 | 20 | support-files = file_MultipleFrames.html |
michael@0 | 21 | # This test is disabled temporarily in bug 968604. It will be enabled after bug 987164 is fixed. |
michael@0 | 22 | #[test_Preallocated.html] |
michael@0 | 23 | [test_ExpectingSystemMessage.html] |
michael@0 | 24 | [test_ExpectingSystemMessage2.html] |
michael@0 | 25 | [test_NestedFrames.html] |
michael@0 | 26 | support-files = file_NestedFramesOuter.html |
michael@0 | 27 | [test_WebGLContextLost.html] |
michael@0 | 28 | # This test disabled due to bug 865844. In fact, it was never enabled! |
michael@0 | 29 | skip-if = true |
michael@0 | 30 | support-files = file_WebGLContextLost.html |
michael@0 | 31 |