Skip to content

Commit e4954d0

Browse files
authored
AggregateError tests are already working (mozilla#2179)
1 parent 63dc6b0 commit e4954d0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/src/test/java/org/mozilla/javascript/tests/Test262SuiteTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public class Test262SuiteTest {
9090
static final Set<String> UNSUPPORTED_FEATURES =
9191
new HashSet<>(
9292
Arrays.asList(
93-
"AggregateError",
9493
"Atomics",
9594
"IsHTMLDDA",
9695
"async-functions",

tests/testsrc/test262.properties

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,9 @@ harness 23/116 (19.83%)
448448
isConstructor.js
449449
nativeFunctionMatcher.js
450450

451-
built-ins/AggregateError 25/25 (100.0%)
451+
built-ins/AggregateError 2/25 (8.0%)
452+
newtarget-proto-fallback.js
453+
proto-from-ctor-realm.js
452454

453455
built-ins/Array 257/3077 (8.35%)
454456
fromAsync 95/95 (100.0%)
@@ -1512,7 +1514,7 @@ built-ins/Number 4/335 (1.19%)
15121514
S9.3.1_A3_T1_U180E.js {unsupported: [u180e]}
15131515
S9.3.1_A3_T2_U180E.js {unsupported: [u180e]}
15141516

1515-
built-ins/Object 119/3410 (3.49%)
1517+
built-ins/Object 118/3410 (3.46%)
15161518
assign/assignment-to-readonly-property-of-target-must-throw-a-typeerror-exception.js
15171519
assign/source-own-prop-error.js
15181520
assign/strings-and-symbol-order-proxy.js
@@ -1622,7 +1624,6 @@ built-ins/Object 119/3410 (3.49%)
16221624
prototype/setPrototypeOf-with-non-circular-values-__proto__.js
16231625
seal/proxy-no-ownkeys-returned-keys-order.js
16241626
seal/proxy-with-defineProperty-handler.js
1625-
seal/seal-aggregateerror.js {unsupported: [AggregateError]}
16261627
seal/seal-asyncarrowfunction.js
16271628
seal/seal-asyncfunction.js
16281629
seal/seal-asyncgeneratorfunction.js
@@ -1775,8 +1776,8 @@ built-ins/Promise 383/639 (59.94%)
17751776
any/invoke-then-get-error-close.js {unsupported: [async]}
17761777
any/invoke-then-get-error-reject.js {unsupported: [async]}
17771778
any/invoke-then-on-promises-every-iteration.js {unsupported: [async]}
1778-
any/iter-arg-is-empty-iterable-reject.js {unsupported: [AggregateError, async]}
1779-
any/iter-arg-is-empty-string-reject.js {unsupported: [AggregateError, async]}
1779+
any/iter-arg-is-empty-iterable-reject.js {unsupported: [async]}
1780+
any/iter-arg-is-empty-string-reject.js {unsupported: [async]}
17801781
any/iter-arg-is-error-object-reject.js {unsupported: [async]}
17811782
any/iter-arg-is-false-reject.js {unsupported: [async]}
17821783
any/iter-arg-is-null-reject.js {unsupported: [async]}
@@ -1805,7 +1806,7 @@ built-ins/Promise 383/639 (59.94%)
18051806
any/iter-step-err-no-close.js {unsupported: [async]}
18061807
any/iter-step-err-reject.js {unsupported: [async]}
18071808
any/reject-all-mixed.js {unsupported: [async]}
1808-
any/reject-deferred.js {unsupported: [AggregateError, async]}
1809+
any/reject-deferred.js {unsupported: [async]}
18091810
any/reject-ignored-deferred.js {unsupported: [async]}
18101811
any/reject-ignored-immed.js {unsupported: [async]}
18111812
any/reject-immed.js {unsupported: [async]}

0 commit comments

Comments
 (0)