Changeset 200936 in webkit


Ignore:
Timestamp:
May 15, 2016 5:41:47 PM (8 years ago)
Author:
Michael Catanzaro
Message:

[GTK] More unreviewed test expectations gardening

  • platform/gtk/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r200935 r200936  
     12016-05-15  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] More unreviewed test expectations gardening
     4
     5        * platform/gtk/TestExpectations:
     6
    172016-05-15  Michael Catanzaro  <mcatanzaro@igalia.com>
    28
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r200935 r200936  
    22#
    33# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
     4#
     5# Never add any tests to this file without opening a bug on bugzilla.webkit.org.
    46
    57#//////////////////////////////////////////////////////////////////////////////////////////
     
    3032# priority fixes.
    3133
    32 # 4. SLOW TESTS
     34# 4. FLAKY TESTS
     35# Tests that sometimes pass.
     36
     37# 5. SLOW TESTS
    3338# These tests are assigned the SLOW modifier to prevent them timing out as they
    3439# otherwise pass, but take a long time to complete due to the nature of test,
    3540# debug configuration or some other performance-affecting factor.
    3641
    37 # 5. TESTS TIMING OUT
     42# 6. TESTS TIMING OUT
    3843# Please open a bug for each test timing out with any important information.
    3944
    40 # 6. TESTS WITH ARCHITECTURE-SPECIFIC RESULTS
     45# 7. TESTS WITH ARCHITECTURE-SPECIFIC RESULTS
    4146# Tests with different results (of which at least one is failure) on 32-bit and 64-bit builders.
    4247# These tests are essentially marked as flaky, but are noted as failing only on specific architecture.
    4348#
    44 # 7. WEBKIT2 REGRESSIONS
     49# 8. WEBKIT2 REGRESSIONS
    4550# Tests that are now failing because of the switch to WebKit2, probably misssing some
    4651# test harness support.
    4752#
    48 # 8. TESTS FAILING
     53# 9. TESTS FAILING
    4954# Each test should (eventually) have a bug. Missing test harness features also go here.
    5055#
    51 # 9. TESTS PASSING
     56# 10. TESTS PASSING
    5257# Tests that pass for GTK but have different expectations in the global expectations file.
    5358
     
    13001305
    13011306webkit.org/b/156437 fast/scrolling/rtl-scrollbars-listbox-scroll.html [ ImageOnlyFailure Pass ]
     1307
     1308webkit.org/b/157728 plugins/get-javascript-url.html [ Timeout Pass ]
     1309
     1310webkit.org/b/145639 media/volume-bar-empty-when-muted.html [ Failure Pass ]
     1311
     1312webkit.org/b/157729 fast/images/image-map-outline-with-paint-root-offset.html [ ImageOnlyFailure Pass ]
     1313
     1314webkit.org/b/157730 fast/forms/select/optgroup-clicking.html
     1315
     1316webkit.org/b/157731 fast/events/touch/touch-inside-iframe-scrolled.html
    13021317
    13031318#////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.