mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
Bug 1148503 - Test PAC Generator on B2G only. r=mcmanus
This commit is contained in:
parent
e55b3abff3
commit
62f8ad8aab
@ -13,6 +13,7 @@ MOCHITEST_MANIFESTS += ['mochitests/mochitest.ini']
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += [
|
||||
'unit/xpcshell.ini',
|
||||
'unit/xpcshell_b2g.ini',
|
||||
'unit_ipc/xpcshell.ini',
|
||||
]
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[DEFAULT]
|
||||
head = head_channels.js head_cache.js head_cache2.js
|
||||
tail =
|
||||
skip-if = toolkit == 'gonk'
|
||||
skip-if = buildapp == 'b2g'
|
||||
support-files =
|
||||
data/image.png
|
||||
data/system_root.lnk
|
||||
@ -220,7 +220,6 @@ skip-if = bits != 32
|
||||
skip-if = os == "win"
|
||||
[test_nojsredir.js]
|
||||
[test_offline_status.js]
|
||||
[test_pac_generator.js]
|
||||
[test_parse_content_type.js]
|
||||
[test_permmgr.js]
|
||||
[test_plaintext_sniff.js]
|
||||
|
8
netwerk/test/unit/xpcshell_b2g.ini
Normal file
8
netwerk/test/unit/xpcshell_b2g.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[DEFAULT]
|
||||
head = head_channels.js head_cache.js head_cache2.js
|
||||
tail =
|
||||
skip-if = buildapp != 'b2g'
|
||||
|
||||
# For bug 1148503. This is to accommodate non-mozilla-central that didn't
|
||||
# include required files for this test.
|
||||
[test_pac_generator.js]
|
Loading…
x
Reference in New Issue
Block a user