Changeset 70578 in webkit


Ignore:
Timestamp:
Oct 26, 2010 3:11:15 PM (13 years ago)
Author:
ojan@chromium.org
Message:

2010-10-26 Ojan Vafai <ojan@chromium.org>

Reviewed by Tony Chang.

[chromium] remove DEFER from test_expectations
https://bugs.webkit.org/show_bug.cgi?id=48378

DEFER is no longer meaningful. We originally used it
to defer tests we didn't need to pass for our beta launch.
Now it just adds noise. I'll remove the python support for
it in a followup patch.

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70574 r70578  
     12010-10-26  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        [chromium] remove DEFER from test_expectations
     6        https://bugs.webkit.org/show_bug.cgi?id=48378
     7
     8        DEFER is no longer meaningful. We originally used it
     9        to defer tests we didn't need to pass for our beta launch.
     10        Now it just adds noise. I'll remove the python support for
     11        it in a followup patch.
     12
     13        * platform/chromium/test_expectations.txt:
     14
    1152010-10-26  Jenn Braithwaite  <jennb@chromium.org>
    216
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r70571 r70578  
    1818// SKIP: Doesn't run the test.
    1919// SLOW: The test takes a long time to run, but does not timeout indefinitely.
    20 // DEFER: For tests we'll fix in the future.
    2120// WONTFIX: For tests that we never intend to pass on a given platform.
    2221// DEBUG: Expectations apply only to the debug build.
     
    204203
    205204// Implement java testing harness.
    206 BUG36681 DEFER SKIP : java = TEXT
     205BUG36681 SKIP : java = TEXT
    207206// Chrome does not support Java LiveConnect.
    208207WONTFIX SKIP : java/lc3 = TEXT
     
    582581
    583582// Form submission (GET) on non-standard url does not append a query.
    584 // Defering these tests as the expected behavior is wonky, and shouldn't affect
    585 // existing apps one way or another.
    586583// Implicit expectation in this test is that you can "set query" on a data URL,
    587584// and it should replace the first "?" substring. This makes absolutely no
     
    665662// HTML5 datalist element. We don't enable it because WebKit implementation
    666663// is incomplete.
    667 BUG20226 DEFER : fast/forms/datalist.html = TEXT
    668 BUG20226 DEFER : fast/forms/input-list.html = FAIL
    669 BUG20226 DEFER : fast/forms/input-selectedoption.html = FAIL
     664BUG20226 : fast/forms/datalist.html = TEXT
     665BUG20226 : fast/forms/input-list.html = FAIL
     666BUG20226 : fast/forms/input-selectedoption.html = FAIL
    670667
    671668// Generic theme in test_shell doesn't have inner-spin-button support.
     
    674671
    675672// The feature was disabled due to a compatibility issue.
    676 BUGWK40520 DEFER : fast/forms/interactive-validation-lost-focusable.html = TEXT
    677 BUGWK40520 DEFER : fast/forms/interactive-validation-prevented.html = TEXT
     673BUGWK40520 : fast/forms/interactive-validation-lost-focusable.html = TEXT
     674BUGWK40520 : fast/forms/interactive-validation-prevented.html = TEXT
    678675
    679676// Add support for inspector layout tests.
     
    808805// SVG TESTS
    809806// -----------------------------------------------------------------
    810 
    811 // These are regressions from 1.0, but deemed DEFERable for 2.0.
    812807
    813808BUG8763 LINUX WIN MAC : svg/custom/use-on-g-containing-foreignObject-and-image.svg = IMAGE+TEXT IMAGE
     
    918913// sandbox, making these tests pass involves faking interactions with these APIs
    919914// and doesn't seem like a good use of our time.
    920 // We DEFER or WONTFIX these, because we need to first identify a good
    921 // testing strategy for Chromium accessibility. It is possible we won't use
    922 // these at all.
    923 
    924 BUG10322 DEFER SKIP : accessibility = PASS FAIL
    925 BUG10322 DEFER SKIP : platform/mac/accessibility = PASS FAIL
    926 BUG10322 DEFER SKIP : platform/win/accessibility = PASS FAIL
     915// We need to identify a good testing strategy for Chromium accessibility.
     916// It is possible we won't use these at all.
     917
     918BUG10322 SKIP : accessibility = PASS FAIL
     919BUG10322 SKIP : platform/mac/accessibility = PASS FAIL
     920BUG10322 SKIP : platform/win/accessibility = PASS FAIL
    927921
    928922// Functionality is supported in DRT but not TestShell
     
    1003997// Linux pixeltest failure: caret is in the wrong place
    1004998// Upstream WebKit also skips this test and Safari with latest WebKit shows
    1005 // same behavior as Chromium. Not required for beta so marking as deferred.
     999// same behavior as Chromium.
    10061000BUG10324 LINUX WIN : editing/selection/caret-rtl-2.html = IMAGE
    10071001
     
    24342428// WebKit roll 58400:58523
    24352429// We probably don't want to run these massive amount of new ECMA script conformance tests:
    2436 BUG42875 SKIP DEFER : fast/js/sputnik = TEXT
     2430BUG42875 SKIP : fast/js/sputnik = TEXT
    24372431// These tests may just need to be rebaselined.
    24382432BUGWK38360 WIN LINUX : fast/images/svg-background-partial-redraw.html = FAIL
     
    26212615
    26222616// HTML5 Geolocation API does not use window.clientInformation.
    2623 BUG11246 DEFER SKIP : fast/dom/Window/window-properties-geolocation.html = TEXT
     2617BUG11246 SKIP : fast/dom/Window/window-properties-geolocation.html = TEXT
    26242618
    26252619BUGWK40740 : svg/W3C-SVG-1.1/fonts-glyph-02-t.svg = CRASH PASS
Note: See TracChangeset for help on using the changeset viewer.