Bug 1242820 - Disable devtools/shared/security/tests/unit/test_oob_cert_auth.js and test_encryption.js on emulator-x86-kk; r?jryans draft
authorEdgar Chen <echen@mozilla.com>
Tue, 26 Jan 2016 10:19:38 +0800
changeset 325686 3dde729ae0635bc90e303393f274633cd6b515ab
parent 325685 145c8dbfd3b2626fca5032a5e53f17e3846505e8
child 513500 6a8728e5efff47841d0bfd587fa6ab0370f43e45
push id10035
push userechen@mozilla.com
push dateTue, 26 Jan 2016 11:19:18 +0000
reviewersjryans
bugs1242820
milestone47.0a1
Bug 1242820 - Disable devtools/shared/security/tests/unit/test_oob_cert_auth.js and test_encryption.js on emulator-x86-kk; r?jryans
devtools/shared/security/tests/unit/xpcshell.ini
--- a/devtools/shared/security/tests/unit/xpcshell.ini
+++ b/devtools/shared/security/tests/unit/xpcshell.ini
@@ -5,12 +5,15 @@ tail =
 firefox-appdir = browser
 skip-if = toolkit == 'gonk' && debug # Bug 1206586
 
 support-files=
   testactors.js
 
 [test_cert.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 and Android opt
-# See bug 1141544, bug 1163052, and bug 1166032
-skip-if = (toolkit == 'gonk' && debug) || (toolkit == 'android' && !debug)
+# 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)