2 files changed
+7
-7
lines changed- CONTRIBUTING.md+1
- features.txt+4-8
- harness/assert.js+39
- harness/compareArray.js+1-44
- harness/sm/non262-Math-shell.js+15-5
- test/built-ins/Array/prototype/sort/stability-11-elements.js+1
- test/built-ins/Array/prototype/sort/stability-2048-elements.js+1
- test/built-ins/Array/prototype/sort/stability-5-elements.js+1
- test/built-ins/Array/prototype/sort/stability-513-elements.js+1
- test/built-ins/Promise/withResolvers/resolvers.js+2
- test/built-ins/Set/prototype/isDisjointFrom/set-like-iter-return.js+42
- test/built-ins/Set/prototype/isSupersetOf/set-like-iter-return.js+43
- test/built-ins/Temporal/Instant/prototype/round/negative-instant.js+68
- test/built-ins/Temporal/Instant/prototype/toString/negative-instant-rounding.js+68
- test/built-ins/Temporal/PlainDateTime/prototype/round/negative-time.js+69
- test/built-ins/Temporal/PlainMonthDay/from/monthcode-invalid.js+16-2
- test/built-ins/Temporal/ZonedDateTime/prototype/round/negative-time.js+68
- test/built-ins/Temporal/ZonedDateTime/prototype/toString/negative-zoneddatetime-rounding.js+68
- test/built-ins/TypedArray/prototype/slice/resize-count-bytes-to-zero.js+97
- test/built-ins/TypedArray/prototype/sort/stability.js+1-1
- test/harness/compare-array-falsy-arguments.js+5-5
- test/intl402/String/prototype/toLocaleLowerCase/validates-all-locale-identifiers.js+25
- test/intl402/String/prototype/toLocaleUpperCase/validates-all-locale-identifiers.js+25
- test/language/module-code/top-level-await/fulfillment-order.js+55
- test/language/module-code/top-level-await/fulfillment-order_a-sentinel_FIXTURE.js+5
- test/language/module-code/top-level-await/fulfillment-order_a_FIXTURE.js+5
- test/language/module-code/top-level-await/fulfillment-order_b-sentinel_FIXTURE.js+5
- test/language/module-code/top-level-await/fulfillment-order_b_FIXTURE.js+7
- test/language/module-code/top-level-await/fulfillment-order_setup_FIXTURE.js+6
- test/language/module-code/top-level-await/rejection-order.js+38
- test/language/module-code/top-level-await/rejection-order_a-sentinel_FIXTURE.js+5
- test/language/module-code/top-level-await/rejection-order_a_FIXTURE.js+5
- test/language/module-code/top-level-await/rejection-order_b-sentinel_FIXTURE.js+5
- test/language/module-code/top-level-await/rejection-order_b_FIXTURE.js+7
- test/language/module-code/top-level-await/rejection-order_setup_FIXTURE.js+6
- test/language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset-a_FIXTURE.js+6
- test/language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset-b_FIXTURE.js+6
- test/language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset-c_FIXTURE.js+4
- test/language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset-d_FIXTURE.js+7
- test/language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset-e_FIXTURE.js+5
- test/language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset-setup_FIXTURE.js+7
- test/language/module-code/top-level-await/unobservable-global-async-evaluation-count-reset.js+82
- test/language/statements/class/elements/private-class-field-on-nonextensible-objects.js+1-1
- test/language/statements/class/subclass/private-class-field-on-nonextensible-return-override.js+9-11
- test/staging/built-ins/RegExp/named-groups/duplicate-named-groups-replace.js+6-7
- test/staging/built-ins/RegExp/named-groups/duplicate-named-groups-search.js+4-5
- test/staging/sm/Math/acosh-exact.js+1
- test/staging/sm/Math/atanh-exact.js+1
- test/staging/sm/Math/log1p-exact.js+1
- test/staging/sm/Math/trunc.js+1
- test/staging/sm/String/AdvanceStringIndex.js+6-6
- test/staging/top-level-await/grandparent-tla_FIXTURE.js+1-1
- test/staging/top-level-await/parent-tla_FIXTURE.js+1-1
- test/staging/top-level-await/tla-hang-entry.js+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1473 | 1473 | | |
1474 | 1474 | | |
1475 | 1475 | | |
1476 | | - | |
1477 | | - | |
1478 | | - | |
1479 | | - | |
1480 | | - | |
1481 | | - | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
1482 | 1482 | | |
1483 | 1483 | | |
1484 | 1484 | | |
| |||
0 commit comments