Diff
Modified: trunk/LayoutTests/ChangeLog (114118 => 114119)
--- trunk/LayoutTests/ChangeLog 2012-04-13 12:56:08 UTC (rev 114118)
+++ trunk/LayoutTests/ChangeLog 2012-04-13 12:57:53 UTC (rev 114119)
@@ -1,3 +1,14 @@
+2012-04-13 Balazs Ankes <b...@inf.u-szeged.hu>
+
+ [Qt] Gardening: rebaseline 2 tests and add 5 tests to skiplist.
+
+ Reviewed by Csaba Osztrogonác.
+
+ * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/qt/Skipped:
+ * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+
2012-04-13 Pavel Feldman <pfeld...@chromium.org>
Web Inspector: introduce ParsedURL type, clean up url and displayName mess in Resource and NetworkRequest.
Modified: trunk/LayoutTests/platform/qt/Skipped (114118 => 114119)
--- trunk/LayoutTests/platform/qt/Skipped 2012-04-13 12:56:08 UTC (rev 114118)
+++ trunk/LayoutTests/platform/qt/Skipped 2012-04-13 12:57:53 UTC (rev 114119)
@@ -1180,6 +1180,10 @@
# http://trac.webkit.org/changeset/106305
plugins/crash-restoring-plugin-page-from-page-cache.html
+# ReferenceError: Can't find variable: MediaKeyError
+# http://trac.webkit.org/changeset/114067
+fast/events/constructors/media-key-event-constructor.html
+
# ============================================================================= #
# Failing SVG tests
# ============================================================================= #
@@ -1976,6 +1980,12 @@
# https://bugs.webkit.org/show_bug.cgi?id=83419
fast/transforms/scrollIntoView-transformed.html
+# [Qt] REGRESSION(r114059): It made these tests fail
+# https://bugs.webkit.org/show_bug.cgi?id=83432
+fast/dom/dom-parse-serialize-display.html
+fast/dom/dom-parse-serialize-xmldecl.html
+fast/dom/dom-parse-serialize.html
+fast/xmlhttprequest/xmlhttprequest-get.xhtml
# ============================================================================= #
# failing fonts tests
Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (114118 => 114119)
--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt 2012-04-13 12:56:08 UTC (rev 114118)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt 2012-04-13 12:57:53 UTC (rev 114119)
@@ -483,6 +483,7 @@
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeCloseTo') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeDefined') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEmptyString') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
@@ -493,6 +494,7 @@
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeTrue') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeTrueQuiet') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeUndefined') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeZero') 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'
Modified: trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt (114118 => 114119)
--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt 2012-04-13 12:56:08 UTC (rev 114118)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt 2012-04-13 12:57:53 UTC (rev 114119)
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Array from inner.document.forms.testForm.0.ownerDocument.defaultView.console.profiles
+PASS Array from inner.document.forms.testForm.__proto__.__proto__
PASS Attr from inner.document.forms.testForm.0.attributes.0
PASS AttrConstructor from inner.document.forms.testForm.0.attributes.0.constructor
PASS AttrPrototype from inner.document.forms.testForm.0.attributes.0.__proto__
Modified: trunk/LayoutTests/platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt (114118 => 114119)
--- trunk/LayoutTests/platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt 2012-04-13 12:56:08 UTC (rev 114118)
+++ trunk/LayoutTests/platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt 2012-04-13 12:57:53 UTC (rev 114119)
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Array from inner.document.forms.testForm.0.ownerDocument.defaultView.console.profiles
+PASS Array from inner.document.forms.testForm.__proto__.__proto__
PASS Attr from inner.document.forms.testForm.0.attributes.0
PASS AttrConstructor from inner.document.forms.testForm.0.attributes.0.constructor
PASS AttrPrototype from inner.document.forms.testForm.0.attributes.0.__proto__
Modified: trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt (114118 => 114119)
--- trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt 2012-04-13 12:56:08 UTC (rev 114118)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt 2012-04-13 12:57:53 UTC (rev 114119)
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Array from inner.document.forms.testForm.0.ownerDocument.defaultView.console.profiles
+PASS Array from inner.document.forms.testForm.__proto__.__proto__
PASS Attr from inner.document.forms.testForm.0.attributes.0
PASS AttrConstructor from inner.document.forms.testForm.0.attributes.0.constructor
PASS AttrPrototype from inner.document.forms.testForm.0.attributes.0.__proto__