Bug 271178

Summary: NEW TEST(275558@main): [ MacOS iOS ] media/now-playing-webaudio.html is a flaky failure
Product: WebKit Reporter: Jay Stfleur <j_stfleur>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: chrisguttandin, craigwharding, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=261554

Description Jay Stfleur 2024-03-18 14:19:35 PDT
Description:
media/now-playing-webaudio.html

Is a flaky failure since bring up.


History:
https://results.webkit.org/?suite=layout-tests&test=media%2Fnow-playing-webaudio.html&recent=false

Diff/Image Diff/Crash Log:
--- /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/media/now-playing-webaudio-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/media/now-playing-webaudio-actual.txt
@@ -1,4 +1,4 @@
 
 PASS AudioContext as the now playing info source
-PASS HTMLMediaElement will become the now playing info source over playing AudioContext
+FAIL HTMLMediaElement will become the now playing info source over playing AudioContext assert_equals: AudioContext identifier 3 expected 912 but got 0
Comment 1 Radar WebKit Bug Importer 2024-03-18 14:20:10 PDT
<rdar://problem/124968584>
Comment 2 Jay Stfleur 2024-03-18 14:28:08 PDT
Reproducibility:
run-webkit-tests rwt --root media/now-playing-webaudio.html --iterations 5
Comment 3 youenn fablet 2024-03-19 02:52:49 PDT
This seems to be due to a node collection bug in web audio.
I filed https://bugs.webkit.org/show_bug.cgi?id=271227 to keep track of this.
I will fix the test here to remove the collection.
Comment 4 youenn fablet 2024-03-19 08:37:49 PDT
PR: https://github.com/WebKit/WebKit/pull/26112
Comment 5 EWS 2024-03-20 01:48:10 PDT
Committed 276397@main (4f8535c34001): <https://commits.webkit.org/276397@main>

Reviewed commits have been landed. Closing PR #26112 and removing active labels.