summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/native_messaging.ini
blob: 06702670bc8d242dadb02af10e71a7ea2180489e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[DEFAULT]
head = head.js head_e10s.js head_native_messaging.js head_telemetry.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
  apple_silicon # bug 1729540
run-sequentially = very high failure rate in parallel
[test_ext_native_messaging_perf.js]
skip-if = tsan # Unreasonably slow, bug 1612707
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_ext_native_messaging_unresponsive.js]