Backed out 2 changesets (bug 1845317) for causing bustage on FetchService.cpp. CLOSED...
[gecko.git] / dom / workers / test / xpcshell / xpcshell.ini
blob7b243961975a7b3e28701aee0d6252d434e96c09
1 [DEFAULT]
2 head =
3 skip-if = toolkit == 'android'
4 support-files =
5 data/worker.js
6 data/worker_fileReader.js
7 data/chrome.manifest
9 [test_ext_redirects_sw_scripts.js]
10 # The following firefox-appdir make sure that ExtensionTestUtils.loadExtension
11 # will be able to successfully start the background page (it does fail without
12 # it because there wouldn't be a global.tabTracker implementation as we would
13 # expect in a real Firefox, Fenix or Thunderbird instance).
14 firefox-appdir = browser
15 [test_workers.js]
16 [test_workers_clone_error.js]
17 [test_fileReader.js]
18 [test_remoteworker_launch_new_process.js]
19 # The following firefox-appdir make sure that this xpcshell test will run
20 # with e10s enabled (which is needed to make sure that the test case is
21 # going to launch the expected new processes)
22 firefox-appdir = browser
23 # Disable plugin loading to make it rr able to record and replay this test.
24 prefs =
25 plugin.disable=true
26 skip-if =
27 socketprocess_networking # Bug 1759035