WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
231601
[ iOS Release ] fast/mediastream/mediaElement-gc.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=231601
Summary
[ iOS Release ] fast/mediastream/mediaElement-gc.html is a flaky failure
ayumi_kojima
Reported
2021-10-12 11:44:39 PDT
fast/mediastream/mediaElement-gc.html Is a flaky failure on iOS 15 Release. History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fmediastream%2FmediaElement-gc.html
Result page:
https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-WK2-Tests/r283979%20(142)/results.html
# Diff: --- /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/fast/mediastream/mediaElement-gc-expected.txt +++ /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/fast/mediastream/mediaElement-gc-actual.txt @@ -1,4 +1,4 @@ PASS Keep alive a video element with a live srcObject -PASS GC a video element with a live srcObject, then srcObject set to null +FAIL GC a video element with a live srcObject, then srcObject set to null assert_true: expected true got false
Attachments
Patch
(4.47 KB, patch)
2022-01-24 05:01 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-10-12 11:46:13 PDT
<
rdar://problem/84158942
>
ayumi_kojima
Comment 2
2021-10-12 11:48:23 PDT
Marked test expectations
https://trac.webkit.org/changeset/283996/webkit
ayumi_kojima
Comment 3
2021-10-15 15:02:48 PDT
I was not able to reproduce the failure locally on iOS 15 simulator using run-webkit-tests --force --ios-simulator --iterations 500 --exit-after-n-failures 1 fast/mediastream/mediaElement-gc.html
ayumi_kojima
Comment 4
2021-10-15 15:06:59 PDT
It looks like the same diff as this
Bug 226991
.
youenn fablet
Comment 5
2022-01-24 04:43:45 PST
Looking at the last failure: - PASS Keep alive a video element with a live srcObject - PASS GC a video element with a live srcObject, then srcObject set to null + FAIL Keep alive a video element with a live srcObject assert_equals: expected 1 but got 2 + FAIL GC a video element with a live srcObject, then srcObject set to null assert_true: expected true got false It seems there might be remaining media elements from the previous test. We can update mediaElementCount to only count elements of a given document.
youenn fablet
Comment 6
2022-01-24 05:01:07 PST
Created
attachment 449803
[details]
Patch
EWS
Comment 7
2022-01-24 13:12:10 PST
Committed
r288462
(
246348@main
): <
https://commits.webkit.org/246348@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 449803
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug