-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web-locks/signal.tentative.https.any.serviceworker.html is flaky #15015
Comments
With #15016 applied one can tell that it is the second That it's so consistently 5/10 failing and a By guess is that the |
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016 UltraBlame original commit: d6f60b92b7532559e81938730896ed4e1c266534
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016 UltraBlame original commit: e277ba0e12c4903174a5014d0c5ed4ecc6607008
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016 UltraBlame original commit: d6f60b92b7532559e81938730896ed4e1c266534
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016 UltraBlame original commit: e277ba0e12c4903174a5014d0c5ed4ecc6607008
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016 UltraBlame original commit: d6f60b92b7532559e81938730896ed4e1c266534
…t to aid debugging, a=testonly Automatic update from web-platform-tests Add assert descriptions to Web Locks test to aid debugging (#15016) For web-platform-tests/wpt#15015. -- wpt-commits: 4ac3172e8d86ade4a9ded497bd10a1124fc6e231 wpt-pr: 15016 UltraBlame original commit: e277ba0e12c4903174a5014d0c5ed4ecc6607008
#14420 revealed that web-locks/signal.tentative.https.any.serviceworker.html is flaky. This can be seen by running
./wpt run --verify --channel dev --binary
which google-chrome-unstable--log-tbpl - chrome /web-locks/signal.tentative.https.any.serviceworker.html
locally, producing this table:The signal option must be an AbortSignal
Passing an already aborted signal aborts
An aborted request results in AbortError
assert_equals: expected 1 but got 2
Abort after a timeout
assert_equals: expected 1 but got 2
Signal that is not aborted
Synchronously signaled abort
Abort signaled after lock granted
Abort signaled after lock released
These are the flaky subtests:
wpt/web-locks/signal.tentative.https.any.js
Lines 38 to 63 in 7d538d1
wpt/web-locks/signal.tentative.https.any.js
Lines 65 to 94 in 7d538d1
The test came from #12449 / #12860 by @inexorabletash and reviewed by @pwnall.
The text was updated successfully, but these errors were encountered: