Changeset 123224 in webkit


Ignore:
Timestamp:
Jul 20, 2012 10:09:54 AM (12 years ago)
Author:
zandobersek@gmail.com
Message:

[Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=85591

Unreviewed, managing a few more unexpected passes for the GTK port.

Remove a few expectations for tests that were passing, reclassify some failures as
architecture-specific and add PASS expectations for a few tests that pass even though
they test features that are currently not supported on the GTK port.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r123222 r123224  
     12012-07-20  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
     4        https://bugs.webkit.org/show_bug.cgi?id=85591
     5
     6        Unreviewed, managing a few more unexpected passes for the GTK port.
     7
     8        Remove a few expectations for tests that were passing, reclassify some failures as
     9        architecture-specific and add PASS expectations for a few tests that pass even though
     10        they test features that are currently not supported on the GTK port.
     11
     12        * platform/gtk/TestExpectations:
     13
    1142012-07-20  Zan Dobersek  <zandobersek@gmail.com>
    215
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r123142 r123224  
    153153// ENABLE_INPUT_TYPE_* are not enabled.
    154154BUGWK29359 : fast/forms/date = TEXT
     155BUGWK29359 : fast/forms/date/calendar-picker-type-change-onclick.html = PASS
    155156BUGWK29359 : fast/forms/date/date-stepup-stepdown-from-renderer.html = PASS
    156157BUGWK29359 : fast/forms/date/no-page-popup-controller.html = PASS
     
    322323// These tests require subpixel layout to be enabled
    323324BUGWK85532 : fast/sub-pixel = TEXT IMAGE
     325BUGWK85532 : fast/sub-pixel/column-clipping.html = PASS
     326BUGWK85532 : fast/sub-pixel/file-upload-control-at-fractional-offset.html = PASS
    324327BUGWK85532 : fast/sub-pixel/float-containing-block-with-margin.html = PASS
    325328BUGWK85532 : fast/sub-pixel/float-with-margin-in-container.html = PASS
     
    327330BUGWK85532 : fast/sub-pixel/float-wrap-with-subpixel-top.html = PASS
    328331BUGWK85532 : fast/sub-pixel/inline-block-with-margin.html = PASS
    329 BUGWK85532 : fast/sub-pixel/file-upload-control-at-fractional-offset.html = PASS
    330 BUGWK85532 : fast/sub-pixel/column-clipping.html = PASS
     332BUGWK85532 : fast/sub-pixel/size-of-span-with-different-positions.html = PASS
    331333BUGWK85532 : fast/sub-pixel/table-cells-with-padding-do-not-wrap.html = PASS
    332334BUGWK85532 : fast/sub-pixel/table-rows-have-stable-height.html = PASS
     335BUGWK85532 : fast/sub-pixel/table-rows-no-gaps.html = PASS
     336BUGWK85532 : fast/sub-pixel/vertical-align-middle-overflow.html = PASS
    333337
    334338// Mediastream implementation is not complete yet.
     
    393397BUGWK89188 RELEASE : storage/websql/quota-tracking.html = CRASH PASS
    394398
    395 BUGWK89954 DEBUG : http/tests/xmlhttprequest/reentrant-cancel.html = CRASH
    396 
    397399BUGWK90589 RELEASE : fast/css/user-drag-none.html = CRASH TIMEOUT
    398400
     
    483485BUGWK91314 : http/tests/misc/webtiming-origins.html = PASS TEXT
    484486
     487BUGWK70485 : fast/events/drag-selects-image.html = PASS TEXT
     488
    485489//////////////////////////////////////////////////////////////////////////////////////////
    486490// End of Flaky tests
     
    509513BUGWK84857 : fast/repaint/moving-shadow-on-container.html = PASS TEXT
    510514BUGWK84857 : fast/repaint/moving-shadow-on-path.html = PASS TEXT
     515BUGWK80210 : security/block-test.html = PASS TEXT
    511516BUGWK43568 : sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html = PASS TEXT
    512517BUGWK43568 : sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html = PASS TEXT
     
    524529// Fails on 32-bit release and 64-bit debug builders
    525530BUGWK83560 : fast/events/drop-with-file-paths.html = PASS TEXT
     531
     532// Fails on 32-bit release and 64-bit release builders
     533BUGWK88727 : http/tests/xmlhttprequest/origin-exact-matching.html = PASS TEXT
    526534
    527535//////////////////////////////////////////////////////////////////////////////////////////
     
    585593// This policy delegate is implemented, but it needs the DOM node path in the output.
    586594BUGWKGTK : fast/encoding/mailto-always-utf-8.html = TEXT
    587 
    588 // Missing output when page icon changes. We need some API exposing this event.
    589 BUGWKGTK : fast/dom/icon-url-property.html = TEXT
    590595
    591596// Looks like a bug in the LayoutTestController global history support due to missing API.
     
    10211026BUGWKGTK : http/tests/local/fileapi/send-sliced-dragged-file.html = TEXT
    10221027
    1023 BUGWK70485 : fast/events/drag-selects-image.html = TEXT
    1024 
    10251028// Missing DRT AccessibilityController::addNotificationListener implementation
    10261029BUGWK70606 SKIP : accessibility/aria-checkbox-sends-notification.html = TEXT
     
    10971100// Let MemoryCache reuse cached XHRs (REGRESSION caused by r107672)
    10981101BUGWK76564 : fast/workers/worker-crash-with-invalid-location.html = TEXT
    1099 
    1100 BUGWK80210 : security/block-test.html = TEXT
    11011102
    11021103BUGWK81320 : editing/pasteboard/copy-two-pasteboard-types-both-work.html = TEXT
     
    11601161BUGWK85689 SKIP : fast/animation/request-animation-frame-disabled.html = TEXT
    11611162
    1162 // New test introduced in r119911 failing on GTK and EFL ports
    1163 BUGWK88727 : http/tests/xmlhttprequest/origin-exact-matching.html = TEXT
    1164 
    11651163// Started failing after it was added in r116473
    11661164BUGWK85969 : http/tests/loading/post-in-iframe-with-back-navigation.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.