[Webkit-unassigned] [Bug 72698] [GTK] media/audio-garbage-collect.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 00:32:50 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72698





--- Comment #4 from Philippe Normand <pnormand at igalia.com>  2011-11-22 00:32:50 PST ---
(In reply to comment #3)
> According to
> 
> http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.htm
> 
> it is perfectly Ok to run play() on audio object immediately after setting its currentTime. E.g. there is example on that page that contains
> 
>   function playSound(id) {
>     sfx.currentTime = sounds.getCueById(id).startTime;
>     sfx.play();
>   }
> 
> So I don't believe flakiness is caused by calling play() after setting currentTime

Right, indeed!

> -- and you still see flakiness when you apply your patch.
> 
> Can the test somehow fail because of the previous test failure? Are they using the same browser instance?

Well yes, a single WebView is used per instance of DRT. We currently limit NRWT to one worker.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list