⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99406 in webkit


Ignore:
Timestamp:
Nov 7, 2011, 4:44:33 AM (15 years ago)
Author:
Philippe Normand
Message:

Unreviewed, GTK flaky tests clean-up. Moved most of them to
test_expectations.

  • platform/gtk/Skipped:
  • platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
  • platform/gtk/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r99405 r99406  
     12011-11-07  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, GTK flaky tests clean-up. Moved most of them to
     4        test_expectations.
     5
     6        * platform/gtk/Skipped:
     7        * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
     8        * platform/gtk/test_expectations.txt:
     9
    1102011-11-07  Pavel Feldman  <pfeldman@chromium.org>
    211
  • trunk/LayoutTests/platform/gtk/Skipped

    r99404 r99406  
    3535# FLAKY TESTS
    3636###############################################################################
    37 # Anonymous flaky tests.
    38 fast/block/float/marquee-shrink-to-avoid-floats.html
    39 fast/events/overflow-events.html
    40 http/tests/xmlhttprequest/interactive-state.html
    41 media/event-attributes.html
    42 platform/gtk/accessibility/name-from-label.html
    43 
    44 # As explained in https://bugs.webkit.org/show_bug.cgi?id=34372 this
    45 # test seems to suffer from a race condition that just turned to the
    46 # failing side with the normalization of priorities; it used to fail
    47 # consistently for me locally (kov@webkit.org), and now passes from
    48 # time to time, but the situation is inversed in the bot, so I'm
    49 # skipping it.
    50 # See also https://bugs.webkit.org/show_bug.cgi?id=36165
    51 media/video-played-collapse.html
    52 
    53 # https://bugs.webkit.org/show_bug.cgi?id=37550
    54 fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html
    55 
    56 # https://bugs.webkit.org/show_bug.cgi?id=37557
    57 http/tests/misc/image-blocked-src-change.html
    58 
    59 # https://bugs.webkit.org/show_bug.cgi?id=37560
    60 svg/dom/SVGScriptElement/script-set-href.svg
    61 
    62 # https://bugs.webkit.org/show_bug.cgi?id=37562
    63 plugins/update-widgets-crash.html
    64 
    65 # https://bugs.webkit.org/show_bug.cgi?id=37572
    66 plugins/open-and-close-window-with-plugin.html
    67 
    68 # Flaky due to JSC debugger issue.
    69 # https://bugs.webkit.org/show_bug.cgi?id=43034
    70 inspector/debugger/debugger-breakpoints-not-activated-on-reload.html
    71 
    72 # https://bugs.webkit.org/show_bug.cgi?id=53995
    73 editing/selection/end-of-document.html
    74 
    75 # https://bugs.webkit.org/show_bug.cgi?id=51325
    76 editing/selection/extend-by-character-003.html
    77 
    78 # https://bugs.webkit.org/show_bug.cgi?id=51699
    79 editing/selection/extend-by-character-004.html
    80 editing/selection/extend-by-character-005.html
    81 
    82 # https://bugs.webkit.org/show_bug.cgi?id=53074
    83 editing/selection/extend-selection-bidi.html
    84 
    85 # This test is randomly failing on the GTK 32-bit Debug bot
    86 # https://bugs.webkit.org/show_bug.cgi?id=61932
    87 jquery/manipulation.html
    88 
    8937# Still working out flakiness issues with the perf tests.
    9038# https://bugs.webkit.org/show_bug.cgi?id=44199
     
    9341# https://bugs.webkit.org/show_bug.cgi?id=47727
    9442mathml/presentation
    95 
    96 # https://bugs.webkit.org/show_bug.cgi?id=53428
    97 http/tests/misc/favicon-as-image.html
    98 
    99 # 1 & 2 pixels diff in 32-bit & 64-bit
    100 # https://bugs.webkit.org/show_bug.cgi?id=54637
    101 media/video-display-toggle.html
    102 media/video-controls-in-media-document.html
    103 media/controls-after-reload.html
    104 
    105 # 1 & 2 pixels diff in 32-bit & 64-bit
    106 # https://bugs.webkit.org/show_bug.cgi?id=61914
    107 svg/custom/object-sizing-explicit-width-height.xhtml
    108 svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml
    109 svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
    110 
    111 # https://bugs.webkit.org/show_bug.cgi?id=55126
    112 media/video-aspect-ratio.html
    113 
    114 # https://bugs.webkit.org/show_bug.cgi?id=37623
    115 scrollbars/scrollbar-crash-on-refresh.html
    116 
    117 # https://bugs.webkit.org/show_bug.cgi?id=22770
    118 tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html
    119 
    120 # https://bugs.webkit.org/show_bug.cgi?id=61852
    121 svg/custom/animate-target-id-changed.svg
    122 
    123 # https://bugs.webkit.org/show_bug.cgi?id=56561
    124 svg/custom/clip-path-referencing-use2.svg
    125 
    126 # https://bugs.webkit.org/show_bug.cgi?id=59937
    127 # flaky on 64-bits Debug
    128 tables/mozilla_expected_failures/bugs/bug85016.html
    12943
    13044###############################################################################
     
    14121326media/controls-drag-timebar.html
    14131327
     1328# https://bugs.webkit.org/show_bug.cgi?id=71662
     1329media/event-attributes.html
     1330
    14141331# https://bugs.webkit.org/show_bug.cgi?id=50740
    14151332editing/spelling/spelling-backspace-between-lines.html
     
    15761493platform/gtk/accessibility/combo-box-collapsed-selection-changed.html
    15771494platform/gtk/accessibility/document-reload-events.html
     1495
     1496# https://bugs.webkit.org/show_bug.cgi?id=71665
     1497platform/gtk/accessibility/name-from-label.html
    15781498
    15791499# https://bugs.webkit.org/show_bug.cgi?id=67713
  • trunk/LayoutTests/platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt

    r78592 r99406  
    2424        RenderBlock {DIV} at (0,0) size 100x100
    2525          RenderText {#text} at (0,0) size 0x0
    26 layer at (58,97) size 50x100 scrollX -44
     26layer at (58,97) size 50x100 scrollX -50
    2727  RenderBlock {MARQUEE} at (50,0) size 50x100 [bgcolor=#008000]
  • trunk/LayoutTests/platform/gtk/test_expectations.txt

    r96311 r99406  
    1212BUGWK68536 : media/media-blocked-by-beforeload.html = PASS TEXT
    1313BUGWK68878 : media/video-playing-and-pause.html = PASS TEXT
     14BUGWK36165 : media/video-played-collapse.html = PASS TEXT
     15BUGWK54637 : media/video-display-toggle.html = PASS TEXT
     16BUGWK54637 : media/video-controls-in-media-document.html = PASS TEXT
     17BUGWK54637 : media/controls-after-reload.html = PASS TEXT
     18BUGWK55126 : media/video-aspect-ratio.html = PASS TEXT
    1419
    1520BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-auto-size.html = PASS TEXT
     
    1722BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml = PASS TEXT
    1823BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml = PASS TEXT
     24BUGWK61914 : svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml = PASS TEXT
     25BUGWK61914 : svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml = PASS TEXT
    1926
    2027BUGWK68520 : svg/W3C-SVG-1.1-SE/filters-image-05-f.svg = PASS TEXT
     
    2835BUGWK68516 : fast/workers/worker-lifecycle.html = PASS TEXT
    2936
     37BUGWK37550 : fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html = PASS TEXT
     38
     39BUGWK37557 : http/tests/misc/image-blocked-src-change.html = PASS TEXT
     40BUGWK53428 : http/tests/misc/favicon-as-image.html = PASS TEXT
     41
     42BUGWK61852 : svg/custom/animate-target-id-changed.svg = PASS TEXT
     43BUGWK56561 : svg/custom/clip-path-referencing-use2.svg = PASS TEXT
     44BUGWK61914 : svg/custom/object-sizing-explicit-width-height.xhtml = PASS TEXT
     45BUGWK37560 : svg/dom/SVGScriptElement/script-set-href.svg = PASS TEXT
     46
     47BUGWK37562 : plugins/update-widgets-crash.html = PASS TEXT
     48BUGWK37572 : plugins/open-and-close-window-with-plugin.html = PASS TEXT
     49
     50BUGWK43034 : inspector/debugger/debugger-breakpoints-not-activated-on-reload.html = PASS TEXT
     51
     52BUGWK53995 : editing/selection/end-of-document.html = PASS TEXT
     53BUGWK51325 : editing/selection/extend-by-character-003.html = PASS TEXT
     54BUGWK51699 : editing/selection/extend-by-character-004.html = PASS TEXT
     55BUGWK51699 : editing/selection/extend-by-character-005.html = PASS TEXT
     56BUGWK53074 : editing/selection/extend-selection-bidi.html = PASS TEXT
     57
     58BUGWK61932 : jquery/manipulation.html = PASS TEXT
     59
     60BUGWK37623 : scrollbars/scrollbar-crash-on-refresh.html = PASS TEXT
     61
     62BUGWK22770 : tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = PASS TEXT
     63BUGWK59937 : tables/mozilla_expected_failures/bugs/bug85016.html = PASS TEXT
     64
    3065// End of Flaky tests
Note: See TracChangeset for help on using the changeset viewer.