[webkit-changes] [WebKit/WebKit] 5383d2: test262-runner must only load async harness for as...
Ross Kirsling
noreply at github.com
Mon Mar 18 20:44:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5383d29dcaad9a0143ba6eb69cd569a8a0e2ccec
https://github.com/WebKit/WebKit/commit/5383d29dcaad9a0143ba6eb69cd569a8a0e2ccec
Author: Ross Kirsling <ross.kirsling at sony.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M JSTests/test262/expectations.yaml
M Tools/Scripts/test262/Runner.pm
Log Message:
-----------
test262-runner must only load async harness for async-flagged tests
https://bugs.webkit.org/show_bug.cgi?id=271140
Reviewed by Darin Adler.
According to test262's documentation (https://github.com/tc39/test262/blob/main/INTERPRETING.md?plain=1#L343),
we should not be loading `harness/doneprintHandle.js` for tests without `flags: [async]`.
We currently load it for all tests, which results in a harness test failure.
* JSTests/test262/expectations.yaml:
* Tools/Scripts/test262/Runner.pm:
Canonical link: https://commits.webkit.org/276328@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