Bug 57926 - [chromium] Failing GPU video tests
Summary: [chromium] Failing GPU video tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-06 00:29 PDT by James Kozianski
Modified: 2011-04-14 01:46 PDT (History)
9 users (show)

See Also:


Attachments
Patch (496.06 KB, patch)
2011-04-13 18:56 PDT, Victoria Kirst
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Kozianski 2011-04-06 00:29:35 PDT
media/video-display-toggle.html
media/video-no-audio.html
media/video-volume-slider.html

are all failing on the canary bots. History:

1. r82969 caused many test failures
2. 83002 changed many of those test failures into rebaselines
3. 83017, 83019 and 83025 were the patches for those rebaselines

After this, the above tests are still failing in webkit_gpu_tests.

I'm going to update update test_expectations.txt, could you please decide whether a rebaseline is appropriate?
Comment 1 James Kozianski 2011-04-06 00:39:08 PDT
Committed r83027: <http://trac.webkit.org/changeset/83027>
Comment 2 James Kozianski 2011-04-06 00:39:57 PDT
Accidentally closed.
Comment 3 WebKit Review Bot 2011-04-06 01:53:01 PDT
http://trac.webkit.org/changeset/83027 might have broken GTK Linux 32-bit Debug
Comment 4 Andrew Scherkus 2011-04-07 14:59:02 PDT
adding vrk to review any rebaselines as needed
Comment 5 Victoria Kirst 2011-04-13 18:56:41 PDT
Created attachment 89515 [details]
Patch
Comment 6 Victoria Kirst 2011-04-13 18:59:05 PDT
Seems like a rebaseline makes sense!

And actually, the rebaseline script failed for me when I initially tried to run it, so I also included my slight modifications to the script to include the correct directories. Added dpranke to review.
Comment 7 James Robinson 2011-04-13 18:59:43 PDT
Comment on attachment 89515 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=89515&action=review

> Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:79
> -    'chromium-gpu-mac-leopard': 'Webkit_Mac10_5_-_GPU',
> +    'chromium-gpu-mac-snowleopard': 'Webkit_Mac10_6_-_GPU',
>      'chromium-gpu-win-xp': 'Webkit_Win_-_GPU',
> +    'chromium-gpu-win-win7': 'Webkit_Win7_-_GPU',
>      'chromium-gpu-linux': 'Webkit_Linux_-_GPU',
> +    'chromium-gpu-linux-x86_64': 'Webkit_Linux_64_-_GPU',

Did you mean to change this?
Comment 8 James Robinson 2011-04-13 19:00:13 PDT
Ah, ok - Dirk should check the script changes.  If they are correct feel free to flip c-q.
Comment 9 Dirk Pranke 2011-04-13 19:29:00 PDT
Comment on attachment 89515 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=89515&action=review

>> Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:79
>> +    'chromium-gpu-linux-x86_64': 'Webkit_Linux_64_-_GPU',
> 
> Did you mean to change this?

All three lines look fine to me. I had just added the -x86_64 line to the non-gpu config, so it makes sense that they added the gpu version as well.
Comment 10 James Robinson 2011-04-14 01:46:02 PDT
Comment on attachment 89515 [details]
Patch

Clearing flags on attachment: 89515

Committed r83824: <http://trac.webkit.org/changeset/83824>
Comment 11 James Robinson 2011-04-14 01:46:09 PDT
All reviewed patches have been landed.  Closing bug.