Changeset 95642 in webkit


Ignore:
Timestamp:
Sep 21, 2011, 9:48:46 AM (14 years ago)
Author:
Philippe Normand
Message:

Unreviewed, move today's skipped flaky tests to test_expectations
as suggested by mrobinson.

  • platform/gtk/Skipped:
  • platform/gtk/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r95641 r95642  
     12011-09-21  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, move today's skipped flaky tests to test_expectations
     4        as suggested by mrobinson.
     5
     6        * platform/gtk/Skipped:
     7        * platform/gtk/test_expectations.txt:
     8
    192011-09-21  Alice Boxhall  <aboxhall@chromium.org>
    210
  • trunk/LayoutTests/platform/gtk/Skipped

    r95630 r95642  
    127127# flaky on 64-bits Debug
    128128tables/mozilla_expected_failures/bugs/bug85016.html
    129 
    130 # https://bugs.webkit.org/show_bug.cgi?id=68516
    131 fast/workers/shared-worker-lifecycle.html
    132 fast/workers/shared-worker-frame-lifecycle.html
    133 fast/workers/storage/interrupt-database.html
    134 fast/workers/worker-close-more.html
    135 fast/workers/dedicated-worker-lifecycle.html
    136 fast/workers/worker-lifecycle.html
    137 
    138 # https://bugs.webkit.org/show_bug.cgi?id=68520
    139 svg/W3C-SVG-1.1-SE/filters-image-05-f.svg
    140 
    141 # https://bugs.webkit.org/show_bug.cgi?id=68522
    142 http/tests/websocket/tests/hixie76/error-detect.html
    143 
    144 # https://bugs.webkit.org/show_bug.cgi?id=68523
    145 svg/zoom/page/zoom-svg-through-object-with-auto-size.html
    146 svg/zoom/page/zoom-svg-through-object-with-override-size.html
    147 svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml
    148 svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml
    149 
    150 # https://bugs.webkit.org/show_bug.cgi?id=68536
    151 media/media-blocked-by-beforeload.html
    152129
    153130###############################################################################
  • trunk/LayoutTests/platform/gtk/test_expectations.txt

    r94175 r95642  
    77BUGWK67007 DEBUG : fast/ruby/generated-after-counter-doesnt-crash.html = CRASH
    88BUGWK67007 DEBUG : fast/ruby/generated-before-and-after-counter-doesnt-crash.html = CRASH
     9
     10// Flaky tests
     11
     12BUGWK68536 : media/media-blocked-by-beforeload.html = PASS TEXT
     13
     14BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-auto-size.html = PASS TEXT
     15BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-override-size.html = PASS TEXT
     16BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml = PASS TEXT
     17BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml = PASS TEXT
     18
     19BUGWK68520 : svg/W3C-SVG-1.1-SE/filters-image-05-f.svg = PASS TEXT
     20
     21BUGWK68522 : http/tests/websocket/tests/hixie76/error-detect.html = PASS TEXT
     22
     23BUGWK68516 : fast/workers/shared-worker-lifecycle.html = PASS TEXT
     24BUGWK68516 : fast/workers/shared-worker-frame-lifecycle.html = PASS TEXT
     25BUGWK68516 : fast/workers/storage/interrupt-database.html = PASS TEXT
     26BUGWK68516 : fast/workers/worker-close-more.html = PASS TEXT
     27BUGWK68516 : fast/workers/dedicated-worker-lifecycle.html = PASS TEXT
     28BUGWK68516 : fast/workers/worker-lifecycle.html = PASS TEXT
     29
     30// End of Flaky tests
Note: See TracChangeset for help on using the changeset viewer.