Bug 1433190 - Disable FileAPI url tests on OSX for instability, a=testonly

MozReview-Commit-ID: 2ZTKDYqYuOX
This commit is contained in:
James Graham 2018-01-25 18:48:33 +00:00
parent 45b17c2ccd
commit 4d99fd04a4
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,6 @@
[sandboxed-iframe.html]
disabled:
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1433190
[Blob URL parses correctly]
expected:
if not debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -1,6 +1,12 @@
[url-format.any.html]
disabled:
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1433190
[Blob URL parses correctly]
expected:
if not debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[url-format.any.worker.html]
disabled:
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1433190