зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3799931122
Коммит
2d1d6a6536
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче