Bug 1613880 - Fix WPT metadata for I64/BigInt related tests r=lth

These tests were marked as expected to fail, but they should only fail on nightly builds.

Differential Revision: https://phabricator.services.mozilla.com/D62116

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Asumu Takikawa 2020-02-08 19:22:26 +00:00
Родитель 459d1fd97d
Коммит d1c94b602f
2 изменённых файлов: 18 добавлений и 9 удалений

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

@ -1,13 +1,16 @@
[constructor.any.html]
[i64 with default]
expected: FAIL
expected:
if nightly_build: FAIL
[constructor.any.js]
[i64 with default]
expected: FAIL
expected:
if nightly_build: FAIL
[constructor.any.worker.html]
[i64 with default]
expected: FAIL
expected:
if nightly_build: FAIL

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

@ -1,22 +1,28 @@
[value-get-set.any.html]
[i64 with default]
expected: FAIL
expected:
if nightly_build: FAIL
[i64 with ToNumber side-effects]
expected: FAIL
expected:
if nightly_build: FAIL
[value-get-set.any.js]
[i64 with default]
expected: FAIL
expected:
if nightly_build: FAIL
[i64 with ToNumber side-effects]
expected: FAIL
expected:
if nightly_build: FAIL
[value-get-set.any.worker.html]
[i64 with default]
expected: FAIL
expected:
if nightly_build: FAIL
[i64 with ToNumber side-effects]
expected: FAIL
expected:
if nightly_build: FAIL