Changeset 80411 in webkit


Ignore:
Timestamp:
Mar 4, 2011 11:43:06 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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

Reviewed by Eric Carlson.

[chromium] Baselines for media GPU layout tests
https://bugs.webkit.org/show_bug.cgi?id=55796

Adding baselines for some of the media GPU layout tests.
Updates test_expectations with expected media GPU failures.

  • platform/chromium-gpu-linux/media/video-display-toggle-expected.checksum: Added.
  • platform/chromium-gpu-linux/media/video-display-toggle-expected.png: Added.
  • platform/chromium-gpu-linux/media/video-no-audio-expected.checksum: Added.
  • platform/chromium-gpu-linux/media/video-no-audio-expected.png: Added.
  • platform/chromium-gpu-linux/media/video-volume-slider-expected.checksum: Added.
  • platform/chromium-gpu-linux/media/video-volume-slider-expected.png: Added.
  • platform/chromium-gpu-linux/media/video-zoom-expected.checksum: Added.
  • platform/chromium-gpu-linux/media/video-zoom-expected.png: Added.
  • platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum: Added.
  • platform/chromium-gpu-mac/media/video-display-toggle-expected.png: Added.
  • platform/chromium-gpu-mac/media/video-no-audio-expected.checksum: Added.
  • platform/chromium-gpu-mac/media/video-no-audio-expected.png: Added.
  • platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum: Added.
  • platform/chromium-gpu-mac/media/video-volume-slider-expected.png: Added.
  • platform/chromium-gpu-mac/media/video-zoom-expected.checksum: Added.
  • platform/chromium-gpu-mac/media/video-zoom-expected.png: Added.
  • platform/chromium-gpu-win/media/video-canvas-alpha-expected.checksum: Added.
  • platform/chromium-gpu-win/media/video-canvas-alpha-expected.png: Added.
  • platform/chromium-gpu-win/media/video-display-toggle-expected.checksum: Added.
  • platform/chromium-gpu-win/media/video-display-toggle-expected.png: Added.
  • platform/chromium-gpu-win/media/video-no-audio-expected.checksum: Added.
  • platform/chromium-gpu-win/media/video-no-audio-expected.png: Added.
  • platform/chromium-gpu-win/media/video-volume-slider-expected.checksum: Added.
  • platform/chromium-gpu-win/media/video-volume-slider-expected.png: Added.
  • platform/chromium-gpu-win/media/video-zoom-expected.checksum: Added.
  • platform/chromium-gpu-win/media/video-zoom-expected.png: Added.
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
29 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80410 r80411  
     12011-03-04  Victoria Kirst  <vrk@google.com>
     2
     3        Reviewed by Eric Carlson.
     4
     5        [chromium] Baselines for media GPU layout tests
     6        https://bugs.webkit.org/show_bug.cgi?id=55796
     7
     8        Adding baselines for some of the media GPU layout tests.
     9        Updates test_expectations with expected media GPU failures.
     10
     11        * platform/chromium-gpu-linux/media/video-display-toggle-expected.checksum: Added.
     12        * platform/chromium-gpu-linux/media/video-display-toggle-expected.png: Added.
     13        * platform/chromium-gpu-linux/media/video-no-audio-expected.checksum: Added.
     14        * platform/chromium-gpu-linux/media/video-no-audio-expected.png: Added.
     15        * platform/chromium-gpu-linux/media/video-volume-slider-expected.checksum: Added.
     16        * platform/chromium-gpu-linux/media/video-volume-slider-expected.png: Added.
     17        * platform/chromium-gpu-linux/media/video-zoom-expected.checksum: Added.
     18        * platform/chromium-gpu-linux/media/video-zoom-expected.png: Added.
     19        * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum: Added.
     20        * platform/chromium-gpu-mac/media/video-display-toggle-expected.png: Added.
     21        * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum: Added.
     22        * platform/chromium-gpu-mac/media/video-no-audio-expected.png: Added.
     23        * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum: Added.
     24        * platform/chromium-gpu-mac/media/video-volume-slider-expected.png: Added.
     25        * platform/chromium-gpu-mac/media/video-zoom-expected.checksum: Added.
     26        * platform/chromium-gpu-mac/media/video-zoom-expected.png: Added.
     27        * platform/chromium-gpu-win/media/video-canvas-alpha-expected.checksum: Added.
     28        * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png: Added.
     29        * platform/chromium-gpu-win/media/video-display-toggle-expected.checksum: Added.
     30        * platform/chromium-gpu-win/media/video-display-toggle-expected.png: Added.
     31        * platform/chromium-gpu-win/media/video-no-audio-expected.checksum: Added.
     32        * platform/chromium-gpu-win/media/video-no-audio-expected.png: Added.
     33        * platform/chromium-gpu-win/media/video-volume-slider-expected.checksum: Added.
     34        * platform/chromium-gpu-win/media/video-volume-slider-expected.png: Added.
     35        * platform/chromium-gpu-win/media/video-zoom-expected.checksum: Added.
     36        * platform/chromium-gpu-win/media/video-zoom-expected.png: Added.
     37        * platform/chromium/test_expectations.txt:
     38
    1392011-03-04  Xianzhu Wang  <wangxianzhu@google.com>
    240
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r80409 r80411  
    29882988//
    29892989
    2990 // FIXME: Once media tests are running on the bots, upload expected test results
    2991 // and remove this line.
    2992 BUGNONE GPU : media = PASS FAIL
    2993 
    29942990// We only maintain pixel GPU baselines for Snow Leopard
    29952991WONTFIX GPU MAC LEOPARD : compositing = IMAGE PASS
     
    30763072
    30773073BUGWK53469 GPU MAC : compositing/scroll-painted-composited-content.html = CRASH
     3074
     3075BUGCR74979 GPU MAC: media/video-canvas-alpha.html = IMAGE
     3076
     3077// These tests rely on the playing event to be fired immediately after play()
     3078// is called on a video, before the frames start loading.
     3079BUGCR74982 GPU : media/controls-after-reload.html = IMAGE
     3080BUGCR74982 GPU : media/controls-strict.html = IMAGE
     3081BUGCR74982 GPU : media/controls-styling.html = IMAGE
     3082BUGCR74982 GPU : media/controls-without-preload.html = IMAGE
     3083BUGCR74982 GPU : media/video-aspect-ratio.html = IMAGE
     3084BUGCR74982 GPU : media/video-controls-rendering.html = IMAGE
     3085BUGCR74982 GPU : media/video-transformed.html = IMAGE
     3086BUGCR74982 GPU : media/video-zoom-controls.html = IMAGE
    30783087
    30793088BUGWK55708 GPU MAC SNOWLEOPARD: media/video-controls-rendering.html = CRASH
Note: See TracChangeset for help on using the changeset viewer.