Bug 1324862 - Set wpt expected status to NOTRUN for object-src-2_1 and object-src-2_2 on linux32 only, for tc migration; r=jgraham

This commit is contained in:
Geoff Brown 2017-01-06 08:37:38 -07:00
Родитель 3799931122
Коммит 2d1d6a6536
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -2,7 +2,8 @@
type: testharness
[Async SWF load test]
expected:
if (os == "linux") and (version == "Ubuntu 16.04"): PASS
if (os == "linux") and (version == "Ubuntu 16.04") and (bits == 64): PASS
if (os == "linux") and (version == "Ubuntu 16.04") and (bits == 32): NOTRUN
if (os == "linux") and (version == "Ubuntu 12.04"): NOTRUN
if not (os == "linux"): NOTRUN

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

@ -2,7 +2,8 @@
type: testharness
[Async SWF load test]
expected:
if (os == "linux") and (version == "Ubuntu 16.04"): PASS
if (os == "linux") and (version == "Ubuntu 16.04") and (bits == 64): PASS
if (os == "linux") and (version == "Ubuntu 16.04") and (bits == 32): NOTRUN
if (os == "linux") and (version == "Ubuntu 12.04"): NOTRUN
if not (os == "linux"): NOTRUN