Title: [107066] trunk/LayoutTests
Revision
107066
Author
o...@webkit.org
Date
2012-02-08 04:02:42 -0800 (Wed, 08 Feb 2012)

Log Message

[Qt] Unreviewed gardening. Unskip now passing tests, skip failing tests and one update.

* platform/qt/Skipped:
* platform/qt/fast/dom/Window/window-properties-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107065 => 107066)


--- trunk/LayoutTests/ChangeLog	2012-02-08 11:53:13 UTC (rev 107065)
+++ trunk/LayoutTests/ChangeLog	2012-02-08 12:02:42 UTC (rev 107066)
@@ -1,3 +1,10 @@
+2012-02-08  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt] Unreviewed gardening. Unskip now passing tests, skip failing tests and one update.
+
+        * platform/qt/Skipped:
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+
 2012-02-08  Kentaro Hara  <hara...@chromium.org>
 
         Unreviewed. Skip http/tests/security/cross-frame-access-put.html in qt and gtk.

Modified: trunk/LayoutTests/platform/qt/Skipped (107065 => 107066)


--- trunk/LayoutTests/platform/qt/Skipped	2012-02-08 11:53:13 UTC (rev 107065)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-02-08 12:02:42 UTC (rev 107066)
@@ -2526,15 +2526,6 @@
 # new test introduced in http://trac.webkit.org/changeset/106072 - need more investigation
 fast/parser/nested-fragment-parser-crash.html
 
-# REGRESSION(r106554): It made 4 tests assert
-# Hovered node gets stuck on touch events
-# https://bugs.webkit.org/show_bug.cgi?id=77620
-fast/events/touch/basic-multi-touch-events.html
-fast/events/touch/touch-target.html
-fast/events/touch/touch-before-pressing-spin-button.html
-fast/events/touch/touch-coords-in-zoom-and-scroll.html
-fast/events/touch/touch-inside-iframe.html
-
 # new test introduced in http://trac.webkit.org/changeset/106642 failes on Qt Release
 # https://bugs.webkit.org/show_bug.cgi?id=77729
 fast/events/touch/emulate-touch-events.html 
@@ -2542,3 +2533,11 @@
 # [Qt] REGRESSION(r106918): It made svg/as-object/nested-embedded-svg-size-changes.html fail in debug mode
 # https://bugs.webkit.org/show_bug.cgi?id=78026
 svg/as-object/nested-embedded-svg-size-changes.html
+
+# [Qt] fast/text/international/inline-plaintext-is-isolated.html fails
+# https://bugs.webkit.org/show_bug.cgi?id=78092
+fast/text/international/inline-plaintext-is-isolated.html
+
+# Synthetic bold is illegible under some scaling transforms
+# https://bugs.webkit.org/show_bug.cgi?id=78044
+fast/text/synthetic-bold-transformed.html

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (107065 => 107066)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2012-02-08 11:53:13 UTC (rev 107065)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2012-02-08 12:02:42 UTC (rev 107066)
@@ -2396,7 +2396,7 @@
 window.find [function]
 window.flushLog [function]
 window.focus [function]
-window.frameElement [null]
+window.frameElement [undefined]
 window.frames [printed above as window]
 window.getComputedStyle [function]
 window.getMatchedCSSRules [function]
@@ -2408,6 +2408,7 @@
 window.history.length [number]
 window.history.pushState [function]
 window.history.replaceState [function]
+window.history.state [null]
 window.innerHeight [number]
 window.innerWidth [number]
 window.isFinite [function]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to