Bug 1141544 - Clean up the devtools security xpcshell manifest.

--HG--
extra : rebase_source : 8a669a4f25404f42aac83924686a8437c4d1dd9c
This commit is contained in:
Ryan VanderMeulen 2016-10-23 21:33:45 -04:00
Родитель 57faec6e4d
Коммит 7f58a1b1c8
1 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -3,16 +3,10 @@ tags = devtools
head = head_dbg.js
tail =
firefox-appdir = browser
skip-if = toolkit == 'gonk' && debug # Bug 1206586
support-files=
testactors.js
[test_encryption.js]
# Failures on B2G emulator debug, B2G emulator-x86-kk
# See bug 1234972 and bug 1199472
skip-if = toolkit == 'gonk' && (debug || android_version > '15')
[test_oob_cert_auth.js]
# Failures on B2G emulator debug, B2G emulator-x86-kk and Android opt
# See bug 1141544, bug 1163052, bug 1166032 and bug 1241831
skip-if = (toolkit == 'gonk' && (debug || android_version > '15')) || (toolkit == 'android' && !debug)
skip-if = (toolkit == 'android' && !debug) # Bug 1141544: Re-enable when buildbot tests are gone