mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1187722 - Disable unstable service-worker test in debug linux, a=testonly
This commit is contained in:
parent
c1aab128be
commit
2ee305ed5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user