WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25424
media/video-played.html test doesn't take in account synchronization with media playback
https://bugs.webkit.org/show_bug.cgi?id=25424
Summary
media/video-played.html test doesn't take in account synchronization with med...
Pierre d'Herbemont
Reported
2009-04-27 08:58:04 PDT
media/video-played.html test doesn't take in account synchronization with media playback. On slow machines this could results in failing tests.
Attachments
patch v1.
(10.50 KB, patch)
2009-04-27 09:09 PDT
,
Pierre d'Herbemont
simon.fraser
: review+
Details
Formatted Diff
Diff
patch v2.
(24.95 KB, patch)
2009-04-27 13:02 PDT
,
Pierre d'Herbemont
no flags
Details
Formatted Diff
Diff
patch v3.
(26.70 KB, patch)
2009-04-27 13:56 PDT
,
Pierre d'Herbemont
simon.fraser
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Pierre d'Herbemont
Comment 1
2009-04-27 09:09:09 PDT
Created
attachment 29819
[details]
patch v1.
Simon Fraser (smfr)
Comment 2
2009-04-27 09:32:05 PDT
Comment on
attachment 29819
[details]
patch v1.
> + Note, this does not ensure a strict synchronization between the time > + asked and the media playback. But given that media playback is the > + slow part we just need to compensate the delay involved by playback.
compensate _for_ the delay.
> + if (playedTime < 0) { > + // Deal with loop. Workd only once, hence the warning
Typo here.
Mark Rowe (bdash)
Comment 3
2009-04-27 12:41:46 PDT
***
Bug 25423
has been marked as a duplicate of this bug. ***
Mark Rowe (bdash)
Comment 4
2009-04-27 12:41:52 PDT
***
Bug 25422
has been marked as a duplicate of this bug. ***
Pierre d'Herbemont
Comment 5
2009-04-27 13:02:08 PDT
Created
attachment 29823
[details]
patch v2. This time we moreover split the test into three files in order to avoid timeout on slow machines.
Pierre d'Herbemont
Comment 6
2009-04-27 13:56:03 PDT
Created
attachment 29825
[details]
patch v3. With ChangeLog this time.
Simon Fraser (smfr)
Comment 7
2009-04-27 22:15:50 PDT
http://trac.webkit.org/changeset/42920
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug