Bug 1187722 - Disable unstable service-worker test in debug linux, a=testonly

This commit is contained in:
James Graham 2015-07-26 18:48:05 +01:00
parent c1aab128be
commit 2ee305ed5c

View File

@ -1,6 +1,9 @@
[fetch-frame-resource.https.html] [fetch-frame-resource.https.html]
type: testharness type: testharness
expected: TIMEOUT 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.] [Basic type response could be loaded in the iframe.]
expected: TIMEOUT expected: TIMEOUT
@ -11,16 +14,11 @@
expected: FAIL expected: FAIL
[Opaque type response could not be loaded in the iframe.] [Opaque type response could not be loaded in the iframe.]
expected: expected: FAIL
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
[CORS type response could not be loaded in the new window.] [CORS type response could not be loaded in the new window.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162
expected: expected: FAIL
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS
FAIL
[Opaque type response could not be loaded in the new window.] [Opaque type response could not be loaded in the new window.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1183162