Changeset 127050 in webkit


Ignore:
Timestamp:
Aug 29, 2012 2:23:50 PM (12 years ago)
Author:
tony@chromium.org
Message:

r126257 broke css3/flexbox/flexitem.html
https://bugs.webkit.org/show_bug.cgi?id=94720

Reviewed by Ojan Vafai.

Move the failing test case into a new file so we can re-enable the
rest of the tests. We probably need to add some debugging information
to the failing test case to identify the cause of flakiness.

  • css3/flexbox/flexitem-expected.txt: Remove flaky test case.
  • css3/flexbox/flexitem-stretch-image-expected.txt: Added.
  • css3/flexbox/flexitem-stretch-image.html: Added.
  • css3/flexbox/flexitem.html: Remove flaky test case.
  • platform/chromium/TestExpectations: Change failure to new test.
  • platform/efl/TestExpectations: Change failure to new test.
  • platform/mac/Skipped: Remove so we can get flakiness information.
  • platform/mac/TestExpectations: Mark new test as flaky.
Location:
trunk/LayoutTests
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r127049 r127050  
     12012-08-29  Tony Chang  <tony@chromium.org>
     2
     3        r126257 broke css3/flexbox/flexitem.html
     4        https://bugs.webkit.org/show_bug.cgi?id=94720
     5
     6        Reviewed by Ojan Vafai.
     7
     8        Move the failing test case into a new file so we can re-enable the
     9        rest of the tests. We probably need to add some debugging information
     10        to the failing test case to identify the cause of flakiness.
     11
     12        * css3/flexbox/flexitem-expected.txt: Remove flaky test case.
     13        * css3/flexbox/flexitem-stretch-image-expected.txt: Added.
     14        * css3/flexbox/flexitem-stretch-image.html: Added.
     15        * css3/flexbox/flexitem.html: Remove flaky test case.
     16        * platform/chromium/TestExpectations: Change failure to new test.
     17        * platform/efl/TestExpectations: Change failure to new test.
     18        * platform/mac/Skipped: Remove so we can get flakiness information.
     19        * platform/mac/TestExpectations: Mark new test as flaky.
     20
    1212012-08-29  David Grogan  <dgrogan@chromium.org>
    222
  • trunk/LayoutTests/css3/flexbox/flexitem-expected.txt

    r126503 r127050  
    22
    33object
    4 
    5 PASS
    64
    75PASS
  • trunk/LayoutTests/css3/flexbox/flexitem.html

    r126518 r127050  
    4848  <input data-expected-display="block" data-expected-width="75" type="submit" value="submit"></input>
    4949  <input data-expected-display="block" data-expected-width="75" type="text" value="text"></input>
    50 </div>
    51 
    52 <div class="flexbox">
    53   <img data-expected-display="block" data-expected-width="345" style="-webkit-flex: 1 0 auto;" src="../images/resources/blue-100.png">
    54   <img data-expected-display="block" data-expected-width="255" data-expected-height="100" style="-webkit-flex: 1 0 auto;" src="../images/resources/green-10.png">
    5550</div>
    5651
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r127033 r127050  
    34813481
    34823482BUGWK94660 : fast/js/create-lots-of-workers.html = PASS CRASH TIMEOUT
    3483 BUGWK94675 : css3/flexbox/flexitem.html = TEXT
     3483BUGWK95366 DEBUG : css3/flexbox/flexitem-stretch-image.html = TEXT
    34843484
    34853485BUGWK94730 MAC : fast/repaint/japanese-rl-selection-repaint-in-regions.html = IMAGE
  • trunk/LayoutTests/platform/efl/TestExpectations

    r126991 r127050  
    856856
    857857// Flexbox test failing on EFL.
    858 BUGWK88984 : css3/flexbox/flexitem.html = TEXT
     858BUGWK95366 : css3/flexbox/flexitem-stretch-image.html = TEXT
    859859
    860860// New test introduced in r122663 failing on GTK and Qt as well
  • trunk/LayoutTests/platform/mac/Skipped

    r126821 r127050  
    962962fast/forms/time-multiple-fields
    963963
    964 # https://bugs.webkit.org/show_bug.cgi?id=94720
    965 css3/flexbox/flexitem.html
    966 
    967964# <rdar://problem/11224160> Focus not transferring properly in DumpRenderTree in Mountain Lion
    968965fast/events/show-modal-dialog-onblur-onfocus.html
  • trunk/LayoutTests/platform/mac/TestExpectations

    r127048 r127050  
    355355BUGWK93560 : fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html = PASS TEXT
    356356
     357// Flexbox test failing on Mac.
     358BUGWK95366 : css3/flexbox/flexitem-stretch-image.html = TEXT
     359
    357360//Require rebaseline after https://bugs.webkit.org/show_bug.cgi?id=77754
    358361BUGWK77754 : fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.