Bug 219228

Summary: (r267253) [ Mac ] webaudio/AudioParam/audioparam-processing.html is flaky failing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: Web AudioAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, eric.carlson, ews-watchlist, ggaren, glenn, jer.noble, philipj, sam, sergio, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Truitt Savell
Reported 2020-11-20 14:47:22 PST
webaudio/AudioParam/audioparam-processing.html This test still shows passing but the order of results is messed up. this has been failing sense introduction in r267253 History: https://results.webkit.org/?suite=layout-tests&test=webaudio%2FAudioParam%2Faudioparam-processing.html Diff: --- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/webaudio/AudioParam/audioparam-processing-expected.txt +++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/webaudio/AudioParam/audioparam-processing-actual.txt @@ -41,8 +41,6 @@ PASS > [PannerNode] PASS PannerNode.positionX ramp final value is not equal to 0. PASS PannerNode.positionX.value is equal to 0.5. -PASS PannerNode.positionY ramp final value is not equal to 0. -PASS PannerNode.positionY.value is equal to 30. PASS PannerNode.positionZ ramp final value is not equal to 0. PASS PannerNode.positionZ.value is equal to 15. PASS PannerNode.orientationX ramp final value is not equal to 1. @@ -51,6 +49,8 @@ PASS PannerNode.orientationY.value is equal to 30. PASS PannerNode.orientationZ ramp final value is not equal to 0. PASS PannerNode.orientationZ.value is equal to 15. +PASS PannerNode.positionY ramp final value is not equal to 0. +PASS PannerNode.positionY.value is equal to 30. PASS < [PannerNode] All assertions passed. (total 12 assertions) PASS > [StereoPannerNode] PASS StereoPannerNode.pan ramp final value is not equal to 0.
Attachments
Patch (11.48 KB, patch)
2020-11-20 15:34 PST, Chris Dumez
no flags
Radar WebKit Bug Importer
Comment 1 2020-11-20 14:47:52 PST
Chris Dumez
Comment 2 2020-11-20 15:34:25 PST
Geoffrey Garen
Comment 3 2020-11-20 16:31:45 PST
Comment on attachment 414737 [details] Patch r=me
EWS
Comment 4 2020-11-20 17:11:26 PST
Committed r270139: <https://trac.webkit.org/changeset/270139> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414737 [details].
Note You need to log in before you can comment on or make changes to this bug.