зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1433190 - Disable FileAPI url tests on OSX for instability, a=testonly
MozReview-Commit-ID: 2ZTKDYqYuOX
This commit is contained in:
Родитель
45b17c2ccd
Коммит
4d99fd04a4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче