RESOLVED FIXED Bug 182612
[GStreamer][WebAudio] Winamp2-js woes
https://bugs.webkit.org/show_bug.cgi?id=182612
Summary [GStreamer][WebAudio] Winamp2-js woes
Philippe Normand
Reported 2018-02-08 12:03:51 PST
Attachments
Patch (2.03 KB, patch)
2018-02-08 12:06 PST, Philippe Normand
no flags
Patch (136.25 KB, patch)
2018-02-09 04:23 PST, Philippe Normand
no flags
Archive of layout-test-results from ews101 for mac-sierra (3.46 MB, application/zip)
2018-02-09 05:26 PST, EWS Watchlist
no flags
Archive of layout-test-results from ews104 for mac-sierra-wk2 (3.84 MB, application/zip)
2018-02-09 05:32 PST, EWS Watchlist
no flags
Patch (257.18 KB, patch)
2018-02-09 05:36 PST, Philippe Normand
clopez: review+
Philippe Normand
Comment 1 2018-02-08 12:06:12 PST
Carlos Alberto Lopez Perez
Comment 2 2018-02-08 14:21:46 PST
Comment on attachment 333405 [details] Patch It will be nice to have also some test case, not sure how hard is to write it.
Philippe Normand
Comment 3 2018-02-09 04:23:53 PST
Xabier Rodríguez Calvar
Comment 4 2018-02-09 04:57:57 PST
Comment on attachment 333476 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=333476&action=review > LayoutTests/webaudio/silence-after-playback.html:13 > + description("Test ensuring silence is outputed after <audio> playback ended."); I think outputed does not exist, only output. > LayoutTests/webaudio/silence-after-playback.html:17 > + var context = 0; > + var sampleRate = 44100.0; > + var lengthInSeconds = 3; I would recommend switching var to const instead of context, that would use let and leave it uninitialized until it is done in runTest.
Philippe Normand
Comment 5 2018-02-09 05:05:16 PST
(In reply to Xabier Rodríguez Calvar from comment #4) > Comment on attachment 333476 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=333476&action=review > > > LayoutTests/webaudio/silence-after-playback.html:13 > > + description("Test ensuring silence is outputed after <audio> playback ended."); > > I think outputed does not exist, only output. > Ok > > LayoutTests/webaudio/silence-after-playback.html:17 > > + var context = 0; > > + var sampleRate = 44100.0; > > + var lengthInSeconds = 3; > > I would recommend switching var to const instead of context, that would use > let and leave it uninitialized until it is done in runTest. I don't understand this comment. The var context = 0; comes from another webaudio test, I don't see what's wrong with it :)
EWS Watchlist
Comment 6 2018-02-09 05:26:19 PST
Comment on attachment 333476 [details] Patch Attachment 333476 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/6430867 New failing tests: webaudio/silence-after-playback.html
EWS Watchlist
Comment 7 2018-02-09 05:26:21 PST
Created attachment 333478 [details] Archive of layout-test-results from ews101 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-sierra Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 8 2018-02-09 05:32:47 PST
Comment on attachment 333476 [details] Patch Attachment 333476 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/6430879 New failing tests: webaudio/silence-after-playback.html
EWS Watchlist
Comment 9 2018-02-09 05:32:49 PST
Created attachment 333479 [details] Archive of layout-test-results from ews104 for mac-sierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-sierra-wk2 Platform: Mac OS X 10.12.6
Philippe Normand
Comment 10 2018-02-09 05:36:53 PST
Carlos Alberto Lopez Perez
Comment 11 2018-02-09 08:33:28 PST
Comment on attachment 333480 [details] Patch Thanks for the test!
Philippe Normand
Comment 12 2018-02-09 08:49:11 PST
Note You need to log in before you can comment on or make changes to this bug.