https://github.com/tc39/ecma402/pull/471
Created attachment 409260 [details] Patch
Created attachment 409261 [details] Patch
Created attachment 409494 [details] Patch
Comment on attachment 409494 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=409494&action=review > JSTests/test262/expectations.yaml:1475 > + strict mode: 'Test262Error: Expected a RangeError to be thrown but no exception was thrown at all' Test262 update https://github.com/tc39/test262/pull/2817
Comment on attachment 409494 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=409494&action=review r=me, based on the understanding that test262 will be fixed soon. > JSTests/stress/intl-numberformat.js:464 > + let nf = new Intl.NumberFormat('en', { I'd be inclined to ask for a test using a different locale but I guess this issue is more about options than locale anyway.
Committed r267500: <https://trac.webkit.org/changeset/267500>
<rdar://problem/69457838>