From 2ee305ed5c24abf90b0e2c0d4b633dcb09724b60 Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 26 Jul 2015 18:48:05 +0100 Subject: [PATCH] Bug 1187722 - Disable unstable service-worker test in debug linux, a=testonly --- .../fetch-frame-resource.https.html.ini | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/testing/web-platform/mozilla/meta/service-workers/service-worker/fetch-frame-resource.https.html.ini b/testing/web-platform/mozilla/meta/service-workers/service-worker/fetch-frame-resource.https.html.ini index 2f5e254be44..79791c274a0 100644 --- a/testing/web-platform/mozilla/meta/service-workers/service-worker/fetch-frame-resource.https.html.ini +++ b/testing/web-platform/mozilla/meta/service-workers/service-worker/fetch-frame-resource.https.html.ini @@ -1,6 +1,9 @@ [fetch-frame-resource.https.html] type: testharness expected: TIMEOUT + disabled: + if debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1187722 + [Basic type response could be loaded in the iframe.] expected: TIMEOUT @@ -11,16 +14,11 @@ expected: FAIL [Opaque type response could not be loaded in the iframe.] - expected: - if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS - if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL [CORS type response could not be loaded in the new window.] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162 - expected: - if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS - FAIL + expected: FAIL [Opaque type response could not be loaded in the new window.] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162