From cda32a495b076007dafcb3175da6c4f970ec662e Mon Sep 17 00:00:00 2001 From: Randell Jesup Date: Thu, 17 Mar 2016 20:45:29 -0400 Subject: [PATCH] Bug 1257620: disable webrtc identity tests for Linux opt non-e10s (due to Exit code -11) r=drno MozReview-Commit-ID: CoZH0T97jWu --- dom/media/tests/mochitest/identity/mochitest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dom/media/tests/mochitest/identity/mochitest.ini b/dom/media/tests/mochitest/identity/mochitest.ini index 2e2050c99f49..f21366a66ebd 100644 --- a/dom/media/tests/mochitest/identity/mochitest.ini +++ b/dom/media/tests/mochitest/identity/mochitest.ini @@ -2,8 +2,9 @@ # won't run on b2g desktop tests - bug 1119993 # broken HTTPS on b2g emulator - bug 1135339 # Android 4.3 - bug 981881 +# Exit code -11 for linux/opt/non-e10s - bug 1256284 subsuite = media -skip-if = android_version == '18' || (buildapp == 'b2g' && toolkit != 'gonk') || (buildapp == 'b2g' && toolkit == 'gonk') || buildapp == 'mulet' +skip-if = android_version == '18' || (buildapp == 'b2g' && toolkit != 'gonk') || (buildapp == 'b2g' && toolkit == 'gonk') || buildapp == 'mulet' || (os == 'linux' && !debug && !e10s) support-files = /.well-known/idp-proxy/idp.js identityPcTest.js