WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 60055
media/video-volume-slider.html causes GTK 64 bit debug bot to time out
https://bugs.webkit.org/show_bug.cgi?id=60055
Summary
media/video-volume-slider.html causes GTK 64 bit debug bot to time out
Mario Sanchez Prada
Reported
2011-05-03 12:44:35 PDT
It was observed that, after revision
r85586
[1], the media tests in the 64 bit started to time out always in the same place. After checking the tests_run.txt file [2], it looks like the problem is in this test, so I'm skipping it now to unblock this bot while we don't find a better solution for it. [1]
http://trac.webkit.org/changeset/85586
[2]
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r85620%20%2822092%29/tests_run.txt
Attachments
proposed patch
(2.25 KB, patch)
2011-05-06 01:33 PDT
,
Philippe Normand
no flags
Details
Formatted Diff
Diff
updated patch
(2.04 KB, patch)
2011-05-12 02:00 PDT
,
Philippe Normand
mrobinson
: review+
webkit.review.bot
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ec2-cr-linux-01
(1.21 MB, application/zip)
2011-05-12 02:16 PDT
,
WebKit Review Bot
no flags
Details
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2011-05-04 00:20:56 PDT
It could be the event sender not hiting the correct position in the page
Philippe Normand
Comment 2
2011-05-06 01:33:24 PDT
Created
attachment 92563
[details]
proposed patch
Philippe Normand
Comment 3
2011-05-12 02:00:48 PDT
Created
attachment 93269
[details]
updated patch
WebKit Review Bot
Comment 4
2011-05-12 02:15:59 PDT
Comment on
attachment 93269
[details]
updated patch
Attachment 93269
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/8688667
New failing tests: media/video-volume-slider.html
WebKit Review Bot
Comment 5
2011-05-12 02:16:04 PDT
Created
attachment 93270
[details]
Archive of layout-test-results from ec2-cr-linux-01 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: ec2-cr-linux-01 Port: Chromium Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Philippe Normand
Comment 6
2011-05-12 02:17:54 PDT
(In reply to
comment #5
)
> Created an attachment (id=93270) [details] > Archive of layout-test-results from ec2-cr-linux-01 > > The attached test failures were seen while running run-webkit-tests on the chromium-ews. > Bot: ec2-cr-linux-01 Port: Chromium Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
See
bug 60293
. Would be nice if the EWS could handle bug dependencies :)
Philippe Normand
Comment 7
2011-05-12 02:18:17 PDT
Bug 60693
I mean!
Martin Robinson
Comment 8
2011-05-12 09:01:48 PDT
Comment on
attachment 93269
[details]
updated patch View in context:
https://bugs.webkit.org/attachment.cgi?id=93269&action=review
> LayoutTests/media/video-volume-slider.html:30 > + x = muteCoords[0]; > + y = muteCoords[1]; > eventSender.mouseMoveTo(x, y);
You could just pass the coordinates directly here ala eventSender.moveMouseTo(muteCoords[0], museCoords[1]); without much loss of explication.
Philippe Normand
Comment 9
2011-05-16 00:13:15 PDT
Committed
r86535
: <
http://trac.webkit.org/changeset/86535
>
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