blob: b64cda83c8badb1da042dfcaffa9107bd310204f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[DEFAULT]
head = head.js head_e10s.js head_native_messaging.js
tail =
firefox-appdir = browser
skip-if = appname == "thunderbird" || os == "android"
subprocess = true
support-files =
data/**
tags = webextensions
[test_ext_native_messaging.js]
skip-if = (os == "win" && processor == "aarch64") # bug 1530841
[test_ext_native_messaging_perf.js]
skip-if = tsan # Unreasonably slow, bug 1612707
[test_ext_native_messaging_unresponsive.js]
|