Bug 1808795 - Enable fromAsync tests r=arai

Differential Revision: https://phabricator.services.mozilla.com/D166189
This commit is contained in:
Matthew Gaudet 2023-01-10 18:26:30 +00:00
Родитель 3e05a38c52
Коммит 9e46e68efd
6 изменённых файлов: 6 добавлений и 6 удалений

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

@ -34,7 +34,6 @@ UNSUPPORTED_FEATURES = set(
"String.prototype.isWellFormed", # Bug 1803523
"String.prototype.toWellFormed", # Bug 1803523
"symbols-as-weakmap-keys", # Bug 1710433
"Array.fromAsync", # Bug 1808795
]
)
FEATURE_CHECK_NEEDED = {
@ -55,6 +54,7 @@ SHELL_OPTIONS = {
"ShadowRealm": "--enable-shadow-realms",
"array-grouping": "--enable-array-grouping",
"change-array-by-copy": "--enable-change-array-by-copy",
"Array.fromAsync": "--enable-array-from-async",
}

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

@ -1,4 +1,4 @@
// |reftest| skip -- Array.fromAsync is not supported
// |reftest| shell-option(--enable-array-from-async) skip-if(!xulRuntime.shell) -- requires shell-options
// Copyright (C) 2022 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

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

@ -1,4 +1,4 @@
// |reftest| skip -- Array.fromAsync is not supported
// |reftest| shell-option(--enable-array-from-async) skip-if(!xulRuntime.shell) -- requires shell-options
// Copyright (C) 2022 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

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

@ -1,4 +1,4 @@
// |reftest| skip -- Array.fromAsync is not supported
// |reftest| shell-option(--enable-array-from-async) skip-if(!xulRuntime.shell) -- requires shell-options
// Copyright (C) 2022 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

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

@ -1,4 +1,4 @@
// |reftest| skip -- Array.fromAsync is not supported
// |reftest| shell-option(--enable-array-from-async) skip-if(!xulRuntime.shell) -- requires shell-options
// Copyright (C) 2022 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

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

@ -1,4 +1,4 @@
// |reftest| skip -- Array.fromAsync is not supported
// |reftest| shell-option(--enable-array-from-async) skip-if(!xulRuntime.shell) -- requires shell-options
// Copyright (C) 2022 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.