Title: [105493] trunk/LayoutTests
Revision
105493
Author
[email protected]
Date
2012-01-20 01:12:49 -0800 (Fri, 20 Jan 2012)

Log Message

[Qt] Unreviewed gardening after r105486.

* platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (105492 => 105493)


--- trunk/LayoutTests/ChangeLog	2012-01-20 09:05:17 UTC (rev 105492)
+++ trunk/LayoutTests/ChangeLog	2012-01-20 09:12:49 UTC (rev 105493)
@@ -1,5 +1,13 @@
 2012-01-20  Csaba Osztrogonác  <[email protected]>
 
+        [Qt] Unreviewed gardening after r105486.
+
+        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
+        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
+2012-01-20  Csaba Osztrogonác  <[email protected]>
+
         [Qt] Unreviewed gardening. Skip a new failing test.
 
         * platform/qt/Skipped:

Modified: trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt (105492 => 105493)


--- trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2012-01-20 09:05:17 UTC (rev 105492)
+++ trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2012-01-20 09:12:49 UTC (rev 105493)
@@ -61,6 +61,8 @@
 PASS (new inner.XPathEvaluator()).constructor.isInner is true
 PASS (new inner.XSLTProcessor()).isInner is true
 PASS (new inner.XSLTProcessor()).constructor.isInner is true
+PASS (new inner.webkitURL()).isInner is true
+PASS (new inner.webkitURL()).constructor.isInner is true
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt (105492 => 105493)


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-01-20 09:05:17 UTC (rev 105492)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-01-20 09:12:49 UTC (rev 105493)
@@ -240,6 +240,7 @@
 Never found DOMParser
 Never found DOMSettableTokenList
 Never found DOMStringList
+Never found DOMURL
 Never found Document
 Never found DocumentFragment
 Never found DocumentType

Modified: trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt (105492 => 105493)


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-01-20 09:05:17 UTC (rev 105492)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-01-20 09:12:49 UTC (rev 105493)
@@ -315,6 +315,7 @@
 PASS XPathException.toString() is '[object XPathExceptionConstructor]'
 PASS XPathResult.toString() is '[object XPathResultConstructor]'
 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
+FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object DOMURLConstructor].
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to