Bug 35297
| Summary: | media/video-display-aspect-ratio.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ahmad.saleem792, ap, eric.carlson, jer.noble, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 34933 | ||
| Bug Blocks: | |||
Philippe Normand
+++ This bug was initially created as a clone of Bug #34933 +++
on SnowLeopard: http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20%28Tests%29/r54766%20%285575%29/media/video-display-aspect-ratio-pretty-diff.html
on Windows: http://build.webkit.org/results/Windows%20Release%20%28Tests%29/r54766%20%289057%29/media/video-display-aspect-ratio-pretty-diff.html
The test is skipped on these platforms for now.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This test is very flaky on Mac. It fails most of the time on some WK2 bots, and fails sometimes on WK1. Seemingly always in the same manner:
@@ -2,7 +2,7 @@
EXPECTED (video.videoWidth == '0') OK
EXPECTED (video.videoHeight == '0') OK
EVENT(loadedmetadata)
-EXPECTED (video.videoWidth == '426') OK
-EXPECTED (video.videoHeight == '240') OK
+EXPECTED (video.videoWidth == '426'), OBSERVED '0' FAIL
+EXPECTED (video.videoHeight == '240'), OBSERVED '0' FAIL
END OF TEST
Marked as flaky on Mac in <http://trac.webkit.org/r162261>.
Ahmad Saleem
We still have this platform expectation:
[macOS]
https://github.com/WebKit/WebKit/blob/b3db1071742474d5876270a3f5bd3d7c391dc083/LayoutTests/platform/mac/TestExpectations#L716
webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]
and
[iOS]
https://github.com/WebKit/WebKit/blob/b3db1071742474d5876270a3f5bd3d7c391dc083/LayoutTests/platform/ios/TestExpectations#L2472
webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]
EWS
Committed 274947@main (85c396bcfe9d): <https://commits.webkit.org/274947@main>
Reviewed commits have been landed. Closing PR #24704 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123189036>