Bug 259104
Summary: | [WPE] gamepad/gamepad-visibility-1.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Diego Pino <dpino> |
Status: | REOPENED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=267523 |
Diego Pino
The test fails with the following output:
```
https://build.webkit.org/results/WPE-Linux-64-bit-Release-Tests/265940%40main%20%2811048%29/gamepad/gamepad-visibility-1-diff.txt
--- /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/gamepad/gamepad-visibility-1-expected.txt
+++ /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/gamepad/gamepad-visibility-1-actual.txt
@@ -1,2 +1,2 @@
-No connect event seen in 20 run loop spins. Yay.
+Connect event seen! Should NOT have been seen
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/15736
EWS
Committed 265981@main (7e6a722f6ccc): <https://commits.webkit.org/265981@main>
Reviewed commits have been landed. Closing PR #15736 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/112117342>
Diego Pino
The proposed fix made other tests fail (timeout):
```
gamepad/gamepad-polling-access.html
gamepad/gamepad-timestamp.html
gamepad/gamepad-vibration-document-no-longer-fully-active.html
gamepad/gamepad-vibration-visibility-change.html
gamepad/gamepad-vibrationActuator-SameObject.html
gamepad/gamepad-vibrationActuator-nullable.html
gamepad/gamepad-vibrationActuator-playEffect-validation.html
gamepad/gamepad-vibrationActuator-type.html
```