Skip to content

Commit

Permalink
Enable some AggregateError tc39 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Oct 26, 2021
1 parent dd2bc7c commit bd78f63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions js/tc39/breaking_test_errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
"test/built-ins/JSON/stringify/value-tojson-arguments.js-strict:true": "test/built-ins/JSON/stringify/value-tojson-arguments.js: Test262Error: Expected SameValue(«1», «1») to be true <at omitted>",
"test/built-ins/Math/pow/applying-the-exp-operator_A7.js-strict:true": "test/built-ins/Math/pow/applying-the-exp-operator_A7.js: Test262Error: (-1, Infinity) Expected SameValue(«1», «NaN») to be true <at omitted>",
"test/built-ins/Math/pow/applying-the-exp-operator_A8.js-strict:true": "test/built-ins/Math/pow/applying-the-exp-operator_A8.js: Test262Error: (-1, -Infinity) Expected SameValue(«1», «NaN») to be true <at omitted>",
"test/built-ins/NativeErrors/AggregateError/length.js-strict:true": "test/built-ins/NativeErrors/AggregateError/length.js: Test262Error: descriptor value should be 2 <at omitted>",
"test/built-ins/NativeErrors/AggregateError/message-method-prop-cast.js-strict:true": "test/built-ins/NativeErrors/AggregateError/message-method-prop-cast.js: Test262Error: descriptor value should be 42 <at omitted>",
"test/built-ins/NativeErrors/AggregateError/message-tostring-abrupt-symbol.js-strict:true": "test/built-ins/NativeErrors/AggregateError/message-tostring-abrupt-symbol.js: Test262Error: toPrimitive Expected a TypeError to be thrown but no exception was thrown at all <at omitted>",
"test/built-ins/NativeErrors/AggregateError/message-tostring-abrupt.js-strict:true": "test/built-ins/NativeErrors/AggregateError/message-tostring-abrupt.js: Test262Error: toPrimitive Expected a Test262Error to be thrown but no exception was thrown at all <at omitted>",
"test/built-ins/NativeErrors/AggregateError/order-of-args-evaluation.js-strict:true": "test/built-ins/NativeErrors/AggregateError/order-of-args-evaluation.js: Test262Error: Expected SameValue(«2», «3») to be true <at omitted>",
"test/built-ins/Number/string-numeric-separator-literal-dd-dot-dd-ep-sign-minus-dd-nsl-dd.js-strict:true": "test/built-ins/Number/string-numeric-separator-literal-dd-dot-dd-ep-sign-minus-dd-nsl-dd.js: Test262Error: 1.0e-1_0 Expected SameValue(«1e-10», «NaN») to be true <at omitted>",
"test/built-ins/Number/string-numeric-separator-literal-dd-dot-dd-ep-sign-minus-dds-nsl-dd.js-strict:true": "test/built-ins/Number/string-numeric-separator-literal-dd-dot-dd-ep-sign-minus-dds-nsl-dd.js: Test262Error: 1.0e-10_0 Expected SameValue(«1e-100», «NaN») to be true <at omitted>",
"test/built-ins/Number/string-numeric-separator-literal-dd-dot-dd-ep-sign-plus-dd-nsl-dd.js-strict:true": "test/built-ins/Number/string-numeric-separator-literal-dd-dot-dd-ep-sign-plus-dd-nsl-dd.js: Test262Error: 1.0e+1_0 Expected SameValue(«10000000000», «NaN») to be true <at omitted>",
Expand Down
1 change: 0 additions & 1 deletion js/tc39/tc39_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ var (
"test/built-ins/Atomics",
"test/built-ins/BigInt",
"test/built-ins/SharedArrayBuffer",
"test/built-ins/NativeErrors/AggregateError",
"test/language/eval-code/direct/async",
"test/language/expressions/async",
"test/language/expressions/dynamic-import",
Expand Down

0 comments on commit bd78f63

Please sign in to comment.