Title: [102938] trunk/LayoutTests
Revision
102938
Author
[email protected]
Date
2011-12-15 08:21:53 -0800 (Thu, 15 Dec 2011)

Log Message

[Qt] Unreviewed gardening.

* platform/qt/Skipped: Skip new failing tests (regressions).
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r102918.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (102937 => 102938)


--- trunk/LayoutTests/ChangeLog	2011-12-15 15:53:48 UTC (rev 102937)
+++ trunk/LayoutTests/ChangeLog	2011-12-15 16:21:53 UTC (rev 102938)
@@ -1,3 +1,10 @@
+2011-12-15  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening.
+
+        * platform/qt/Skipped: Skip new failing tests (regressions).
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r102918.
+
 2011-12-15  Vsevolod Vlasov  <[email protected]>
 
         Unreviewed chromium test rebaseline.

Modified: trunk/LayoutTests/platform/qt/Skipped (102937 => 102938)


--- trunk/LayoutTests/platform/qt/Skipped	2011-12-15 15:53:48 UTC (rev 102937)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-12-15 16:21:53 UTC (rev 102938)
@@ -2533,3 +2533,12 @@
 # [Qt][GTK] The html5lib/runner.html test is start to fail after r102626
 # https://bugs.webkit.org/show_bug.cgi?id=74411
 html5lib/runner.html
+
+# http://trac.webkit.org/changeset/102919 broke them
+# https://bugs.webkit.org/show_bug.cgi?id=74521
+http/tests/inspector/console-resource-errors.html
+http/tests/inspector/console-xhr-logging.html
+
+# REGRESSION(r102829): It made fast/images/move-image-to-new-document.html timeout
+# https://bugs.webkit.org/show_bug.cgi?id=74607
+fast/images/move-image-to-new-document.html

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (102937 => 102938)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-12-15 15:53:48 UTC (rev 102937)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-12-15 16:21:53 UTC (rev 102938)
@@ -490,6 +490,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeUndefined') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldEvaluateTo') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldHaveHadError') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldNotBe') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldThrow') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'status') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'statusbar') is 'object'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to