Commit 16544209 authored by mrobinson@webkit.org's avatar mrobinson@webkit.org

2011-02-09 Martin Robinson <mrobinson@igalia.com>

        Clean up the skipped list a bit and unskip a few tests which are passing.

        * platform/gtk/Skipped: Clean up the skipped list.
        * platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Removed.
        * platform/gtk/fast/dom/Window/window-properties-expected.txt: Removed.

git-svn-id: svn://svn.chromium.org/blink/trunk@78154 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 357140c7
2011-02-09 Martin Robinson <mrobinson@igalia.com>
Clean up the skipped list a bit and unskip a few tests which are passing.
* platform/gtk/Skipped: Clean up the skipped list.
* platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Removed.
* platform/gtk/fast/dom/Window/window-properties-expected.txt: Removed.
2011-02-09 Adam Barth <abarth@webkit.org> 2011-02-09 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel. Reviewed by Eric Seidel.
...@@ -264,9 +264,12 @@ fast/dynamic/layer-hit-test-crash.html ...@@ -264,9 +264,12 @@ fast/dynamic/layer-hit-test-crash.html
# https://bugs.webkit.org/show_bug.cgi?id=54136 # https://bugs.webkit.org/show_bug.cgi?id=54136
fast/html/keygen.html fast/html/keygen.html
# Hyphenation is not implemented yet. # [GTK] GTK+ does not support hyphenation
# https://bugs.webkit.org/show_bug.cgi?id=44478
fast/text/hyphenate-character.html fast/text/hyphenate-character.html
fast/text/hyphens.html fast/text/hyphens.html
fast/text/hyphenate-first-word.html
fast/text/hyphenate-locale.html
# This port doesn't support v8 i18n extension. # This port doesn't support v8 i18n extension.
fast/js/i18n-bindings-locale.html fast/js/i18n-bindings-locale.html
...@@ -2219,9 +2222,6 @@ http/tests/loading/basic-auth-resend-wrong-credentials.html ...@@ -2219,9 +2222,6 @@ http/tests/loading/basic-auth-resend-wrong-credentials.html
# https://bugs.webkit.org/show_bug.cgi?id=30680 # https://bugs.webkit.org/show_bug.cgi?id=30680
media/audio-delete-while-step-button-clicked.html media/audio-delete-while-step-button-clicked.html
# https://bugs.webkit.org/show_bug.cgi?id=30594
fast/dom/Window/window-properties.html
# https://bugs.webkit.org/show_bug.cgi?id=30620 # https://bugs.webkit.org/show_bug.cgi?id=30620
fast/xsl/sort-locale.xml fast/xsl/sort-locale.xml
...@@ -2447,10 +2447,6 @@ fast/dom/Geolocation/permission-denied.html ...@@ -2447,10 +2447,6 @@ fast/dom/Geolocation/permission-denied.html
# See also https://bugs.webkit.org/show_bug.cgi?id=36165 # See also https://bugs.webkit.org/show_bug.cgi?id=36165
media/video-played-collapse.html media/video-played-collapse.html
# This test crashes sometimes.
# https://bugs.webkit.org/show_bug.cgi?id=36228
plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html
# Misses setMediaType() implementation # Misses setMediaType() implementation
fast/media/print-restores-previous-mediatype.html fast/media/print-restores-previous-mediatype.html
...@@ -2929,11 +2925,6 @@ inspector/dom-breakpoints.html ...@@ -2929,11 +2925,6 @@ inspector/dom-breakpoints.html
platform/gtk/accessibility/object-attributes.html platform/gtk/accessibility/object-attributes.html
platform/gtk/accessibility/title-and-alt.html platform/gtk/accessibility/title-and-alt.html
# [GTK] GTK+ does not support hyphenation
# https://bugs.webkit.org/show_bug.cgi?id=44478
fast/text/hyphenate-first-word.html
fast/text/hyphenate-locale.html
# fails on 32-bits debug bot # fails on 32-bits debug bot
# https://bugs.webkit.org/show_bug.cgi?id=50389 # https://bugs.webkit.org/show_bug.cgi?id=50389
media/video-volume.html media/video-volume.html
......
a bc
d ef
ghi
PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text](ef) focusOffset: 2 isCollapsed: false]
PASS Selection is [anchorNode: [object Text](ef) anchorOffset: 2 focusNode: [object Text](a ) focusOffset: 1 isCollapsed: false]
PASS Selection is [anchorNode: [object Text](ef) anchorOffset: 2 focusNode: [object Text](bc) focusOffset: 0 isCollapsed: false]
FAIL Selection is [anchorNode: [object Text]( ) anchorOffset: 0 focusNode: [object Text]( ) focusOffset: 1 isCollapsed: false] should be at anchorNode: [object Text] anchorOffset: 2 focusNode: [object HTMLElement] focusOffset: 3
FAIL Selection is [anchorNode: [object Text](ef) anchorOffset: 2 focusNode: [object Text](d ) focusOffset: 0 isCollapsed: false] should be at anchorNode: [object Text] anchorOffset: 2 focusNode: [object Text] focusOffset: 0
PASS successfullyParsed is true
TEST COMPLETE
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment