Bug 258541
| Summary: | REGRESSION(265241@main): [WPE] webrtc/vp9-profile2.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, philn |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
The test 'webrtc/vp9-profile2.html' started failing in the interval [265238@main-265242@main]. I believe 265241@main caused the regression.
https://results.webkit.org/?suite=layout-tests&test=webrtc%2Fvp9-profile2.html&platform=GTK&platform=WPE
The test is failing in WPE with the following output:
```
PASS VP9 profile 2 in getCapabilities
PASS Verify VP9 activation
FAIL Setting video exchange promise_test: Unhandled rejection with value: "Test timed out"
PASS Ensuring connection state is connected
FAIL Track is enabled, video should not be black promise_test: Unhandled rejection with value: "checkVideoBlack timed out expecting false"
PASS Track is disabled, video should be black
FAIL Track is enabled, video should not be black 2 promise_test: Unhandled rejection with value: "checkVideoBlack timed out expecting false"
```
The test times out in WebKitGTK.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
There's another bug that can trigger timeouts when disabling incoming tracks...