Philip Chimento

Results 75 issues of Philip Chimento

Some new test coverage based on test cases and suggestions provided by @anba, and a fix to an assertion message.

As if we hadn't just fixed one of the other CI jobs ... Chakra has started failing since yesterday. ``` esvu ❯ version 1.2.12 Chakra ❯ Checking version... Chakra ❯...

The [async-gc helper](https://github.com/tc39/test262/blob/main/harness/async-gc.js) uses `FinalizationRegistry.prototype.cleanupSome`. Probably at the time the helper was written (2019), this feature was part of a stage 3 proposal, but it was split off, demoted to...

From #3847: > I'd fold the `calendar-number` tests into `calendar-wrong-type` since there is no longer any special behaviour of numbers to be tested; and I'd split the string tests out...

Several improvements to the test generation tool. The first commit is based on @guijemont's work and fixes the case where a placeholder comment is immediately adjacent to the end of...

In the `test/intl402/` directory there is a mix of directory names that represent builtins reachable from the global object (e.g. `Array/prototype/toLocaleString/`, `Date/prototype/`) and names that represent builtins reachable from the...

`esid: pending` was used to indicate a test for functionality that was accepted but not yet merged into the ECMA-262 main branch. According to `git grep` there are 331 tests...

frontmatter

In Temporal I have an operation RoundDuration which returns "either a normal completion containing a Record with fields [[DurationRecord]] (a Duration Record) and [[Total]] (a mathematical value), or a throw...

Section [6.9, Calendar Types](https://tc39.es/ecma402/#sec-calendar-types): > Their canonical form is a string containing only Unicode Basic Latin lowercase letters (U+0061 LATIN SMALL LETTER A through U+007A LATIN SMALL LETTER Z) with...

c: spec

Once Intl.supportedValuesOf becomes part of the specification, apply the changes proposed in https://github.com/tc39/proposal-intl-enumeration/pull/49

editorial
s: help wanted
c: meta