gecko-dev/dom/performance/tests/mochitest.ini
James Willcox 61ca9441b1 Bug 1525959 - Skip some mochitests tests under GeckoView r=geckoview-reviewers,esawin
There are few things that are either Fennec-specific or don't work
currently under GeckoView w/ e10s under TestRunnerActivity. Disable
these so we can get some testing going in automation.

This also replaces 'isFennec' with the more correct 'is_fennec'.

Differential Revision: https://phabricator.services.mozilla.com/D19016

--HG--
extra : moz-landing-system : lando
2019-02-27 15:01:43 +00:00

29 lines
913 B
INI

[DEFAULT]
support-files =
test_performance_observer.js
test_performance_user_timing.js
test_worker_performance_now.js
worker_performance_user_timing.js
worker_performance_observer.js
sharedworker_performance_user_timing.js
test_worker_performance_entries.js
test_worker_performance_entries.sjs
empty.js
serverTiming.sjs
[test_performance_observer.html]
[test_performance_user_timing.html]
[test_performance_navigation_timing.html]
[test_worker_user_timing.html]
[test_worker_observer.html]
[test_sharedWorker_performance_user_timing.html]
[test_worker_performance_now.html]
[test_timeOrigin.html]
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_worker_performance_entries.html]
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_performance_timing_json.html]
[test_performance_server_timing.html]
scheme = https
[test_performance_server_timing_plain_http.html]