From 2702ee5db5a05a24727a3a96841cddb1e8fd214d Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 3 Nov 2022 16:03:08 +0100 Subject: [PATCH] Fix some esids. Ref #3705. --- test/built-ins/BigInt/asIntN/arithmetic.js | 2 +- test/built-ins/BigInt/asIntN/asIntN.js | 2 +- test/built-ins/BigInt/asIntN/bigint-tobigint-errors.js | 2 +- test/built-ins/BigInt/asIntN/bigint-tobigint-toprimitive.js | 2 +- test/built-ins/BigInt/asIntN/bigint-tobigint-wrapped-values.js | 2 +- test/built-ins/BigInt/asIntN/bigint-tobigint.js | 2 +- test/built-ins/BigInt/asIntN/bits-toindex-errors.js | 2 +- test/built-ins/BigInt/asIntN/bits-toindex-toprimitive.js | 2 +- test/built-ins/BigInt/asIntN/bits-toindex-wrapped-values.js | 2 +- test/built-ins/BigInt/asIntN/bits-toindex.js | 2 +- test/built-ins/BigInt/asIntN/length.js | 2 +- test/built-ins/BigInt/asIntN/name.js | 2 +- test/built-ins/BigInt/asIntN/order-of-steps.js | 2 +- test/built-ins/BigInt/asUintN/arithmetic.js | 2 +- test/built-ins/BigInt/asUintN/asUintN.js | 2 +- test/built-ins/BigInt/asUintN/bigint-tobigint-errors.js | 2 +- test/built-ins/BigInt/asUintN/bigint-tobigint-toprimitive.js | 2 +- test/built-ins/BigInt/asUintN/bigint-tobigint-wrapped-values.js | 2 +- test/built-ins/BigInt/asUintN/bigint-tobigint.js | 2 +- test/built-ins/BigInt/asUintN/bits-toindex-errors.js | 2 +- test/built-ins/BigInt/asUintN/bits-toindex-toprimitive.js | 2 +- test/built-ins/BigInt/asUintN/bits-toindex-wrapped-values.js | 2 +- test/built-ins/BigInt/asUintN/bits-toindex.js | 2 +- test/built-ins/BigInt/asUintN/length.js | 2 +- test/built-ins/BigInt/asUintN/name.js | 2 +- test/built-ins/BigInt/asUintN/order-of-steps.js | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/test/built-ins/BigInt/asIntN/arithmetic.js b/test/built-ins/BigInt/asIntN/arithmetic.js index de67259c4d7..21b7dddaa69 100644 --- a/test/built-ins/BigInt/asIntN/arithmetic.js +++ b/test/built-ins/BigInt/asIntN/arithmetic.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asintn description: BigInt.asIntN arithmetic test cases info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/asIntN.js b/test/built-ins/BigInt/asIntN/asIntN.js index d02cf83576d..5dbc8cb1fbf 100644 --- a/test/built-ins/BigInt/asIntN/asIntN.js +++ b/test/built-ins/BigInt/asIntN/asIntN.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asintn description: BigInt.asIntN property descriptor info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bigint-tobigint-errors.js b/test/built-ins/BigInt/asIntN/bigint-tobigint-errors.js index 8c9cd6714a1..fac882f2c87 100644 --- a/test/built-ins/BigInt/asIntN/bigint-tobigint-errors.js +++ b/test/built-ins/BigInt/asIntN/bigint-tobigint-errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bigint-tobigint-toprimitive.js b/test/built-ins/BigInt/asIntN/bigint-tobigint-toprimitive.js index d1286832e58..daaf58e849d 100644 --- a/test/built-ins/BigInt/asIntN/bigint-tobigint-toprimitive.js +++ b/test/built-ins/BigInt/asIntN/bigint-tobigint-toprimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bigint-tobigint-wrapped-values.js b/test/built-ins/BigInt/asIntN/bigint-tobigint-wrapped-values.js index 5b2a3956c34..485495f80ef 100644 --- a/test/built-ins/BigInt/asIntN/bigint-tobigint-wrapped-values.js +++ b/test/built-ins/BigInt/asIntN/bigint-tobigint-wrapped-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bigint-tobigint.js b/test/built-ins/BigInt/asIntN/bigint-tobigint.js index 377f9ed2ac5..a747739d4f2 100644 --- a/test/built-ins/BigInt/asIntN/bigint-tobigint.js +++ b/test/built-ins/BigInt/asIntN/bigint-tobigint.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bits-toindex-errors.js b/test/built-ins/BigInt/asIntN/bits-toindex-errors.js index b0999053ed8..71e0c975a11 100644 --- a/test/built-ins/BigInt/asIntN/bits-toindex-errors.js +++ b/test/built-ins/BigInt/asIntN/bits-toindex-errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bits parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bits-toindex-toprimitive.js b/test/built-ins/BigInt/asIntN/bits-toindex-toprimitive.js index 584f4616696..56e46037bb6 100644 --- a/test/built-ins/BigInt/asIntN/bits-toindex-toprimitive.js +++ b/test/built-ins/BigInt/asIntN/bits-toindex-toprimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bits parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bits-toindex-wrapped-values.js b/test/built-ins/BigInt/asIntN/bits-toindex-wrapped-values.js index 94e5635e06f..ba6aaa1d95b 100644 --- a/test/built-ins/BigInt/asIntN/bits-toindex-wrapped-values.js +++ b/test/built-ins/BigInt/asIntN/bits-toindex-wrapped-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bits parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/bits-toindex.js b/test/built-ins/BigInt/asIntN/bits-toindex.js index b3b8acad927..b880380c044 100644 --- a/test/built-ins/BigInt/asIntN/bits-toindex.js +++ b/test/built-ins/BigInt/asIntN/bits-toindex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asIntN type coercion for bits parameter -esid: pending +esid: sec-bigint.asintn info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/length.js b/test/built-ins/BigInt/asIntN/length.js index 5dcb62ac58f..e16083c70c2 100644 --- a/test/built-ins/BigInt/asIntN/length.js +++ b/test/built-ins/BigInt/asIntN/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asintn description: BigInt.asIntN.length descriptor info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/name.js b/test/built-ins/BigInt/asIntN/name.js index c6602071d5c..19fee7d49cc 100644 --- a/test/built-ins/BigInt/asIntN/name.js +++ b/test/built-ins/BigInt/asIntN/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asintn description: BigInt.asIntN.name descriptor info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asIntN/order-of-steps.js b/test/built-ins/BigInt/asIntN/order-of-steps.js index 36ea6f03b75..7444099dd83 100644 --- a/test/built-ins/BigInt/asIntN/order-of-steps.js +++ b/test/built-ins/BigInt/asIntN/order-of-steps.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asintn description: BigInt.asIntN order of parameter type coercion info: | BigInt.asIntN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/arithmetic.js b/test/built-ins/BigInt/asUintN/arithmetic.js index 9e8154f7b5d..87eaa419637 100644 --- a/test/built-ins/BigInt/asUintN/arithmetic.js +++ b/test/built-ins/BigInt/asUintN/arithmetic.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asuintn description: BigInt.asUintN arithmetic test cases info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/asUintN.js b/test/built-ins/BigInt/asUintN/asUintN.js index 42a33618d48..17c7b4dcb59 100644 --- a/test/built-ins/BigInt/asUintN/asUintN.js +++ b/test/built-ins/BigInt/asUintN/asUintN.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asuintn description: BigInt.asUintN property descriptor info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bigint-tobigint-errors.js b/test/built-ins/BigInt/asUintN/bigint-tobigint-errors.js index a5e2e35a9db..cf84262203a 100644 --- a/test/built-ins/BigInt/asUintN/bigint-tobigint-errors.js +++ b/test/built-ins/BigInt/asUintN/bigint-tobigint-errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bigint-tobigint-toprimitive.js b/test/built-ins/BigInt/asUintN/bigint-tobigint-toprimitive.js index e1508cf16f8..5807247de32 100644 --- a/test/built-ins/BigInt/asUintN/bigint-tobigint-toprimitive.js +++ b/test/built-ins/BigInt/asUintN/bigint-tobigint-toprimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bigint-tobigint-wrapped-values.js b/test/built-ins/BigInt/asUintN/bigint-tobigint-wrapped-values.js index 3362b284d96..aedf6c0e992 100644 --- a/test/built-ins/BigInt/asUintN/bigint-tobigint-wrapped-values.js +++ b/test/built-ins/BigInt/asUintN/bigint-tobigint-wrapped-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bigint-tobigint.js b/test/built-ins/BigInt/asUintN/bigint-tobigint.js index cbbea9773d5..78014f961b9 100644 --- a/test/built-ins/BigInt/asUintN/bigint-tobigint.js +++ b/test/built-ins/BigInt/asUintN/bigint-tobigint.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bigint parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bits-toindex-errors.js b/test/built-ins/BigInt/asUintN/bits-toindex-errors.js index 4bc25532712..f54e4e1145f 100644 --- a/test/built-ins/BigInt/asUintN/bits-toindex-errors.js +++ b/test/built-ins/BigInt/asUintN/bits-toindex-errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bits parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bits-toindex-toprimitive.js b/test/built-ins/BigInt/asUintN/bits-toindex-toprimitive.js index a7499c9d800..de2ca4ff095 100644 --- a/test/built-ins/BigInt/asUintN/bits-toindex-toprimitive.js +++ b/test/built-ins/BigInt/asUintN/bits-toindex-toprimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bits parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bits-toindex-wrapped-values.js b/test/built-ins/BigInt/asUintN/bits-toindex-wrapped-values.js index ac754ee4e77..6a7f5b1bbbb 100644 --- a/test/built-ins/BigInt/asUintN/bits-toindex-wrapped-values.js +++ b/test/built-ins/BigInt/asUintN/bits-toindex-wrapped-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bits parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/bits-toindex.js b/test/built-ins/BigInt/asUintN/bits-toindex.js index 7d774bc33e5..071f846b479 100644 --- a/test/built-ins/BigInt/asUintN/bits-toindex.js +++ b/test/built-ins/BigInt/asUintN/bits-toindex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- description: BigInt.asUintN type coercion for bits parameter -esid: pending +esid: sec-bigint.asuintn info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/length.js b/test/built-ins/BigInt/asUintN/length.js index ccc933d2725..1e738591ce1 100644 --- a/test/built-ins/BigInt/asUintN/length.js +++ b/test/built-ins/BigInt/asUintN/length.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asuintn description: BigInt.asUintN.length descriptor info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/name.js b/test/built-ins/BigInt/asUintN/name.js index d1f046eedd8..a9e14f702e4 100644 --- a/test/built-ins/BigInt/asUintN/name.js +++ b/test/built-ins/BigInt/asUintN/name.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asuintn description: BigInt.asUintN.name descriptor info: | BigInt.asUintN ( bits, bigint ) diff --git a/test/built-ins/BigInt/asUintN/order-of-steps.js b/test/built-ins/BigInt/asUintN/order-of-steps.js index 9923b65f23a..5f7b73c5632 100644 --- a/test/built-ins/BigInt/asUintN/order-of-steps.js +++ b/test/built-ins/BigInt/asUintN/order-of-steps.js @@ -1,7 +1,7 @@ // Copyright (C) 2017 Josh Wolfe. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: pending +esid: sec-bigint.asuintn description: BigInt.asUintN order of parameter type coercion info: | BigInt.asUintN ( bits, bigint )