Changeset 152215 in webkit


Ignore:
Timestamp:
Jun 30, 2013 10:30:43 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

Unreviewed GTK gardening. Rebaselining whatever can be rebaselined and adding failure expectations for other current failures.

  • platform/gtk-wk1/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt: Added.
  • platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt: Added.
  • platform/gtk/fast/events/ondragenter-expected.txt: Added.
  • platform/gtk/fast/js/global-constructors-attributes-expected.txt:
  • platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
Location:
trunk/LayoutTests
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r152198 r152215  
     12013-06-30  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Unreviewed GTK gardening. Rebaselining whatever can be rebaselined and adding failure expectations for other current failures.
     4
     5        * platform/gtk-wk1/TestExpectations:
     6        * platform/gtk/TestExpectations:
     7        * platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt: Added.
     8        * platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt: Added.
     9        * platform/gtk/fast/events/ondragenter-expected.txt: Added.
     10        * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
     11        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
     12
    1132013-06-28  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/LayoutTests/platform/gtk-wk1/TestExpectations

    r152101 r152215  
    6969
    7070webkit.org/b/87951 fast/dom/Window/mozilla-focus-blur.html [ Failure ]
    71 
    72 webkit.org/b/104648 fast/images/webgl-teximage2d.html [ Timeout ]
    7371
    7472# Misses setMediaType() implementation
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r152160 r152215  
    14051405webkit.org/b/117706 accessibility/box-styled-lists.html [ Failure ]
    14061406
     1407webkit.org/b/118126 css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
     1408
     1409webkit.org/b/104648 fast/images/webgl-teximage2d.html [ Failure ]
     1410
     1411webkit.org/b/118220 http/tests/cache/partitioned-cache.html [ Failure ]
     1412webkit.org/b/118220 http/tests/cache/partitioned-cache-iframe.html [ Failure ]
     1413
     1414webkit.org/b/118221 fast/text/complex-first-glyph-with-initial-advance.html [ ImageOnlyFailure ]
     1415
     1416webkit.org/b/118222 fast/text/international/synthesized-italic-vertical.html [ ImageOnlyFailure ]
     1417
    14071418#////////////////////////////////////////////////////////////////////////////////////////
    14081419# End of Tests failing
  • trunk/LayoutTests/platform/gtk/fast/js/global-constructors-attributes-expected.txt

    r152167 r152215  
    10041004PASS Object.getOwnPropertyDescriptor(global, 'PerformanceTiming').enumerable is false
    10051005PASS Object.getOwnPropertyDescriptor(global, 'PerformanceTiming').configurable is true
     1006PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').value is PeriodicWave
     1007PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').hasOwnProperty('get') is false
     1008PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').hasOwnProperty('set') is false
     1009PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').enumerable is false
     1010PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').configurable is true
    10061011PASS Object.getOwnPropertyDescriptor(global, 'Plugin').value is Plugin
    10071012PASS Object.getOwnPropertyDescriptor(global, 'Plugin').hasOwnProperty('get') is false
     
    19091914PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').enumerable is false
    19101915PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').configurable is true
    1911 PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').value is WaveTable
    1912 PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').hasOwnProperty('get') is false
    1913 PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').hasOwnProperty('set') is false
    1914 PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').enumerable is false
    1915 PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').configurable is true
    19161916PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').value is WebGLActiveInfo
    19171917PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').hasOwnProperty('get') is false
  • trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt

    r148809 r152215  
    1 layer at (0,0) size 982x2057
     1layer at (0,0) size 960x2057
    22  RenderView at (0,0) size 785x585
    33layer at (0,0) size 785x2057
     
    1313      RenderBlock {DIV} at (32,734) size 657x657 [border: (3px dotted #008000)]
    1414        RenderBlock {DIV} at (35,35) size 587x587 [border: (1px solid #FF0000)]
    15           RenderImage {IMG} at (1,1) size 882x585
     15          RenderImage {IMG} at (1,1) size 860x585
    1616          RenderText {#text} at (0,0) size 0x0
    1717      RenderBlock {P} at (0,1423) size 721x17
Note: See TracChangeset for help on using the changeset viewer.