Bug 1148503 - Test PAC Generator on B2G only. r=mcmanus

This commit is contained in:
Shian-Yow Wu 2015-04-02 09:17:59 +08:00
parent e55b3abff3
commit 62f8ad8aab
3 changed files with 10 additions and 2 deletions

View File

@ -13,6 +13,7 @@ MOCHITEST_MANIFESTS += ['mochitests/mochitest.ini']
XPCSHELL_TESTS_MANIFESTS += [
'unit/xpcshell.ini',
'unit/xpcshell_b2g.ini',
'unit_ipc/xpcshell.ini',
]

View File

@ -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]

View 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]