From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../language/import/import-assertions/json-extensibility-array.js | 2 +- .../language/import/import-assertions/json-extensibility-object.js | 2 +- .../tests/test262/language/import/import-assertions/json-idempotency.js | 2 +- js/src/tests/test262/language/import/import-assertions/json-invalid.js | 2 +- .../test262/language/import/import-assertions/json-named-bindings.js | 2 +- .../tests/test262/language/import/import-assertions/json-value-array.js | 2 +- .../test262/language/import/import-assertions/json-value-boolean.js | 2 +- .../tests/test262/language/import/import-assertions/json-value-null.js | 2 +- .../test262/language/import/import-assertions/json-value-number.js | 2 +- .../test262/language/import/import-assertions/json-value-object.js | 2 +- .../test262/language/import/import-assertions/json-value-string.js | 2 +- .../test262/language/import/import-assertions/json-via-namespace.js | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'js/src/tests/test262/language/import/import-assertions') diff --git a/js/src/tests/test262/language/import/import-assertions/json-extensibility-array.js b/js/src/tests/test262/language/import/import-assertions/json-extensibility-array.js index bcd7f27f0f..8a20170d9b 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-extensibility-array.js +++ b/js/src/tests/test262/language/import/import-assertions/json-extensibility-array.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-extensibility-object.js b/js/src/tests/test262/language/import/import-assertions/json-extensibility-object.js index bf68fb37f2..99ea5cca86 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-extensibility-object.js +++ b/js/src/tests/test262/language/import/import-assertions/json-extensibility-object.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-idempotency.js b/js/src/tests/test262/language/import/import-assertions/json-idempotency.js index 8b7e7fc85d..9509e199ef 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-idempotency.js +++ b/js/src/tests/test262/language/import/import-assertions/json-idempotency.js @@ -1,4 +1,4 @@ -// |reftest| skip module async -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module async -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-invalid.js b/js/src/tests/test262/language/import/import-assertions/json-invalid.js index a4aab457d3..bfe57e645a 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-invalid.js +++ b/js/src/tests/test262/language/import/import-assertions/json-invalid.js @@ -1,4 +1,4 @@ -// |reftest| skip error:SyntaxError module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) error:SyntaxError module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-named-bindings.js b/js/src/tests/test262/language/import/import-assertions/json-named-bindings.js index 5d2f5faabb..bf506c576d 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-named-bindings.js +++ b/js/src/tests/test262/language/import/import-assertions/json-named-bindings.js @@ -1,4 +1,4 @@ -// |reftest| skip error:SyntaxError module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) error:SyntaxError module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-value-array.js b/js/src/tests/test262/language/import/import-assertions/json-value-array.js index ffc2061793..5a67cb51ef 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-value-array.js +++ b/js/src/tests/test262/language/import/import-assertions/json-value-array.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-value-boolean.js b/js/src/tests/test262/language/import/import-assertions/json-value-boolean.js index cd3425681d..55c334e89b 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-value-boolean.js +++ b/js/src/tests/test262/language/import/import-assertions/json-value-boolean.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-value-null.js b/js/src/tests/test262/language/import/import-assertions/json-value-null.js index 14a7b89ef8..e8fb11bbb2 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-value-null.js +++ b/js/src/tests/test262/language/import/import-assertions/json-value-null.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-value-number.js b/js/src/tests/test262/language/import/import-assertions/json-value-number.js index 9fc19d060a..8e66e646c4 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-value-number.js +++ b/js/src/tests/test262/language/import/import-assertions/json-value-number.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-value-object.js b/js/src/tests/test262/language/import/import-assertions/json-value-object.js index 0a042d45c3..7436ae242f 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-value-object.js +++ b/js/src/tests/test262/language/import/import-assertions/json-value-object.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-value-string.js b/js/src/tests/test262/language/import/import-assertions/json-value-string.js index a02e3381a4..6fc2e1a64f 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-value-string.js +++ b/js/src/tests/test262/language/import/import-assertions/json-value-string.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/js/src/tests/test262/language/import/import-assertions/json-via-namespace.js b/js/src/tests/test262/language/import/import-assertions/json-via-namespace.js index c4142df74b..bbf4acf71e 100644 --- a/js/src/tests/test262/language/import/import-assertions/json-via-namespace.js +++ b/js/src/tests/test262/language/import/import-assertions/json-via-namespace.js @@ -1,4 +1,4 @@ -// |reftest| skip module -- json-modules is not supported +// |reftest| shell-option(--enable-import-assertions) skip-if(!xulRuntime.shell) module -- requires shell-options // Copyright (C) 2021 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -- cgit v1.2.3