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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 13:49:38 PST 2011


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





--- Comment #3 from Eugene Nalimov <enal at google.com>  2011-11-21 13:49:38 PST ---
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 -- 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?

-- 
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