Bug 221368 - [ BigSur WK1] media/video-multiple-concurrent-playback.html is flakey text failing
Summary: [ BigSur WK1] media/video-multiple-concurrent-playback.html is flakey text fa...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-03 17:26 PST by Robert Jenner
Modified: 2021-02-17 16:10 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2021-02-12 13:45 PST, Robert Jenner
no flags Details | Formatted Diff | Diff
Patch (1.40 KB, patch)
2021-02-17 16:01 PST, Robert Jenner
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenner 2021-02-03 17:26:12 PST
media/video-multiple-concurrent-playback.html

Is flakey failing only on Big Sur in WK1.

HISTORY URL:
https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-multiple-concurrent-playback.html

Bug Reported in r272344.

DIFF URL:
https://build.webkit.org/results/Apple-BigSur-Release-WK1-Tests/r272344%20(1408)/media/video-multiple-concurrent-playback-pretty-diff.html

DIFF TEXT:
--- /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/media/video-multiple-concurrent-playback-expected.txt
+++ /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/media/video-multiple-concurrent-playback-actual.txt
@@ -34,8 +34,8 @@
 RUN(videos[3].play())
 EVENT(pause)
 
-EXPECTED (videos[0].paused == 'false') OK
-EXPECTED (videos[1].paused == 'false') OK
+EXPECTED (videos[0].paused == 'false'), OBSERVED 'true' FAIL
+EXPECTED (videos[1].paused == 'false'), OBSERVED 'true' FAIL
 EXPECTED (videos[2].paused == 'true') OK
 EXPECTED (videos[3].paused == 'false') OK
 END OF TEST


Flakey failure first reported in history at r271063, which is close to when this test started running on Big Sur in WK1.

This test has only failed in Big Sur on WK1. It does not flakey fail on Catalina WK1, or in WK2.
Comment 1 Radar WebKit Bug Importer 2021-02-03 17:26:43 PST
<rdar://problem/73957433>
Comment 2 Robert Jenner 2021-02-12 13:45:24 PST
Created attachment 420173 [details]
Patch
Comment 3 Robert Jenner 2021-02-17 16:01:34 PST
Created attachment 420744 [details]
Patch
Comment 4 Truitt Savell 2021-02-17 16:03:42 PST
Comment on attachment 420744 [details]
Patch

Clearing flags on attachment: 420744

Committed r273043 (234244@main): <https://commits.webkit.org/234244@main>