Bug 297780
| Summary: | [WPE] API Tests that fail on the new infra/SDK | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | Tools / Tests | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| 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=298186 https://bugs.webkit.org/show_bug.cgi?id=299598 |
||
Carlos Alberto Lopez Perez
We migrated the EWS WPE bots to the new infra/SDK and we discovered lot of new failures on the API tests for WPE
See:
https://ews-build.webkit.org/#/builders/41/builds/69715
https://ews-build.webkit.org/#/builders/41/builds/69714
https://ews-build.webkit.org/#/builders/41/builds/69712
https://ews-build.webkit.org/#/builders/41/builds/69710
Failed:
TestWTF:WTF_DateMath.calculateLocalTimeOffset
WPE/TestSSL:/webkit/WebKitWebView/load-failed-with-tls-errors
WPE/TestSSL:/webkit/WebKitWebView/ssl
WPE/TestSSL:/webkit/WebKitWebView/tls-subresource
WPEPlatform/TestDisplayWayland:/wpe-platform/DisplayWayland/available-input-devices
WPEPlatform/TestDisplayWayland:/wpe-platform/DisplayWayland/connect
WPEPlatform/TestDisplayWayland:/wpe-platform/DisplayWayland/create-view
WPEPlatform/TestDisplayWayland:/wpe-platform/DisplayWayland/keymap
WPEPlatform/TestDisplayWayland:/wpe-platform/DisplayWayland/screens
Timedout:
WPE/TestWebKitPolicyClient:/webkit/WebKitPolicyClient/autoplay-policy
WPE/TestWebKitWebView:/webkit/WebKitWebView/is-playing-audio
WPE/TestWebKitWebView:/webkit/WebKitWebView/save
WPE/TestWebProcessExtensions:/webkit/WebKitWebProcessExtension/user-messages
WPE/TestWebProcessExtensions:/webkit/WebKitWebView/web-process-crashed
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Some comments:
* https://commits.webkit.org/299053@main fixed the TestSSL errors
* The TestDisplayWayland errors are because on the new infra there is still not defined the env var XDG_RUNTIME_DIR
So the new list of failures due to the new sdk is:
Unexpected failures (1)
/TestWTF
WTF_DateMath.calculateLocalTimeOffset
Unexpected timeouts (4)
/WPE/TestWebKitPolicyClient
/webkit/WebKitPolicyClient/autoplay-policy
/WPE/TestWebKitWebView
/webkit/WebKitWebView/is-playing-audio
/webkit/WebKitWebView/save
/WPE/TestWebProcessExtensions
/webkit/WebKitWebProcessExtension/user-messages
plus the TestDisplayWayland errors due to the new infra
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/49774
EWS
Committed 299055@main (bacbe1954238): <https://commits.webkit.org/299055@main>
Reviewed commits have been landed. Closing PR #49774 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/158948329>
Carlos Alberto Lopez Perez
(In reply to EWS from comment #3)
> Committed 299055@main (bacbe1954238):
> <https://commits.webkit.org/299055@main>
>
> Reviewed commits have been landed. Closing PR #49774 and removing active
> labels.
re-opening, this was a gardening commit!
Carlos Alberto Lopez Perez
The issue causing that the API DisplayWayland didn't work on the new infra was fixed, so the expectation was moved back to pass always at https://commits.webkit.org/299389@main