[webkit-changes] [WebKit/WebKit] 0032df: [JSC] Update test262 expectations.yaml
SUZUKI Sosuke
noreply at github.com
Thu Jul 4 21:32:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0032df775eaa08a9a58a5b7814b2b79dc35a688f
https://github.com/WebKit/WebKit/commit/0032df775eaa08a9a58a5b7814b2b79dc35a688f
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M JSTests/test262/expectations.yaml
Log Message:
-----------
[JSC] Update test262 expectations.yaml
https://bugs.webkit.org/show_bug.cgi?id=276238
Reviewed by Ross Kirsling.
The Apple-Sonoma-AppleSilicon-Release-Test262-Tests (https://build.webkit.org/#/builders/936) is
failing. For example, please see https://build.webkit.org/#/builders/936/builds/9384. This is due
to not properly updating the JSTests/test262/expectations.yaml.
This patch updates the expectations.yaml to make the test262 buildbot pass. Specifically, this patch
includes updates for the following tests:
1. (NEW FAIL) test/intl402/NumberFormat/prototype/format/useGrouping-extended-en-IN.js
The most recent test262 update is https://commits.webkit.org/280153@main. This change was made
on my local Linux machine. Due to differences in ICU version or locale with Sonoma on the bot,
it was mistakenly recorded as a passing test.
2. (NEW PASS) test/language/global-code/script-decl-lex-var-declared-via-eval.js
This test started passing due to https://commits.webkit.org/280316@main, but expectations.yaml
was not updated.
3. (NEW PASS) test/built-ins/TypedArrayConstructors/ctors/object-arg/iterated-array-with-modified-array-iterator.js
This test started passing due to https://commits.webkit.org/280240@main, but expectations.yaml
was not updated.
* JSTests/test262/expectations.yaml:
Canonical link: https://commits.webkit.org/280674@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list