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

--HG--
extra : rebase_source : 6f12ae4d9f6a7ee3807617bdc18709f89d75f30b
This commit is contained in:
Geoff Brown 2017-01-05 09:15:12 -07:00
Родитель 4fdfff0c12
Коммит d5bd5dcc64
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