Changeset 80257 in webkit


Ignore:
Timestamp:
Mar 3, 2011 10:39:26 AM (13 years ago)
Author:
mihaip@chromium.org
Message:

2011-03-03 Victoria Kirst <vrk@google.com>

Reviewed by Eric Carlson.

Enable media tests in chromium-gpu/test_expectations
https://bugs.webkit.org/show_bug.cgi?id=53608

Suppressing the test failures until baselines are added.

  • platform/chromium/test_expectations.txt:

2011-03-03 Victoria Kirst <vrk@google.com>

Reviewed by Eric Carlson.

Enable media tests in chromium-gpu/test_expectations
https://bugs.webkit.org/show_bug.cgi?id=53608

Add media folder to the list of GPU test paths.

  • Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80255 r80257  
     12011-03-03  Victoria Kirst  <vrk@google.com>
     2
     3        Reviewed by Eric Carlson.
     4
     5        Enable media tests in chromium-gpu/test_expectations
     6        https://bugs.webkit.org/show_bug.cgi?id=53608
     7
     8        Suppressing the test failures until baselines are added.
     9
     10        * platform/chromium/test_expectations.txt:
     11
    1122011-03-03  Kenji Imasaki  <imasaki@chromium.org>
    213
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r80255 r80257  
    29992999// GPU
    30003000//
     3001
     3002// FIXME: Once media tests are running on the bots, upload expected test results
     3003// and remove this line.
     3004BUGNONE GPU : media = PASS FAIL
    30013005
    30023006// We only maintain pixel GPU baselines for Snow Leopard
  • trunk/Tools/ChangeLog

    r80249 r80257  
     12011-03-03  Victoria Kirst  <vrk@google.com>
     2
     3        Reviewed by Eric Carlson.
     4
     5        Enable media tests in chromium-gpu/test_expectations
     6        https://bugs.webkit.org/show_bug.cgi?id=53608
     7
     8        Add media folder to the list of GPU test paths.
     9
     10        * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
     11
    1122011-03-03  Adam Roben  <aroben@apple.com>
    213
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py

    r79636 r80257  
    7474def _tests(port, paths):
    7575    if not paths:
    76         paths = ['compositing', 'platform/chromium/compositing']
     76        paths = ['compositing', 'platform/chromium/compositing', 'media']
    7777        if not port.name().startswith('chromium-gpu-mac'):
    7878            # Canvas is not yet accelerated on the Mac, so there's no point
Note: See TracChangeset for help on using the changeset viewer.