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
Родитель 462b6d9abb
Коммит 76c5ed7726
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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,11 @@
[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