blob: 837b41feef90ea5bba7f9a6c5ff2dfc22ef4833f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[browser_test_clipboardcache.js]
skip-if =
os == 'android' || (os == 'linux' && ccov) || tsan # Bug 1613516, the test consistently timeouts on Linux coverage builds.
os == "win" && bits == 32 && !debug # Bug 1759422
[browser_test_ContentCache.js]
skip-if = os == 'android'
[browser_test_InputContextURI.js]
skip-if = os == 'android'
[browser_test_swipe_gesture.js]
run-if = (os == 'mac' || os == 'win' || os == 'linux')
skip-if =
os == "win" && bits == 32 && !debug # Bug 1759422
verify # Bug 1800022
support-files =
helper_swipe_gesture.html
!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js
!/gfx/layers/apz/test/mochitest/apz_test_utils.js
|