Title: [107916] trunk/LayoutTests
- Revision
- 107916
- Author
- o...@webkit.org
- Date
- 2012-02-16 02:34:04 -0800 (Thu, 16 Feb 2012)
Log Message
[Qt] Unreviewed gardening.
* platform/qt/Skipped: Skip new failing tests.
* platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r107869.
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r107869.
* platform/qt/fast/js/global-constructors-expected.txt: Updated after r107869.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (107915 => 107916)
--- trunk/LayoutTests/ChangeLog 2012-02-16 10:31:01 UTC (rev 107915)
+++ trunk/LayoutTests/ChangeLog 2012-02-16 10:34:04 UTC (rev 107916)
@@ -1,3 +1,12 @@
+2012-02-16 Csaba Osztrogonác <o...@webkit.org>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/Skipped: Skip new failing tests.
+ * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r107869.
+ * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r107869.
+ * platform/qt/fast/js/global-constructors-expected.txt: Updated after r107869.
+
2012-02-16 Roland Steiner <rolandstei...@chromium.org>
<style scoped>: Implement scoped selector matching in the slow path
Modified: trunk/LayoutTests/platform/qt/Skipped (107915 => 107916)
--- trunk/LayoutTests/platform/qt/Skipped 2012-02-16 10:31:01 UTC (rev 107915)
+++ trunk/LayoutTests/platform/qt/Skipped 2012-02-16 10:34:04 UTC (rev 107916)
@@ -234,6 +234,7 @@
fast/dom/shadow/content-element-outside-shadow.html
# ENABLE(MUTATION_OBSERVERS) is disabled
+fast/mutation/callback-second-argument.html
fast/mutation/cross-document.html
fast/mutation/database-callback-delivery.html
fast/mutation/inline-event-listener.html
@@ -435,6 +436,7 @@
fast/events/drag-and-drop.html
fast/events/drag-and-drop-dataTransfer-types-nocrash.html
fast/events/drag-and-drop-fire-drag-dragover.html
+fast/events/drag-dataTransfer-live-attributes.html
fast/events/drag-link.html
fast/events/drag-text-with-clear.html
fast/events/ondrop-text-html.html
@@ -2624,3 +2626,7 @@
# [Qt] http/tests/navigation/https-in-page-cache.html fails
# https://bugs.webkit.org/show_bug.cgi?id=78597
http/tests/navigation/https-in-page-cache.html
+
+# Let MemoryCache reuse cached XHRs (REGRESSION caused by r107672)
+# https://bugs.webkit.org/show_bug.cgi?id=76564
+fast/workers/worker-crash-with-invalid-location.html
Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (107915 => 107916)
--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt 2012-02-16 10:31:01 UTC (rev 107915)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt 2012-02-16 10:34:04 UTC (rev 107916)
@@ -2183,6 +2183,49 @@
window.WebSocket.prototype.send [function]
window.WheelEvent [object WheelEventConstructor]
window.WheelEvent.prototype [printed above as window.Event.prototype]
+window.Window [object DOMWindowConstructor]
+window.Window.prototype [object DOMWindowPrototype]
+window.Window.prototype.addEventListener [function]
+window.Window.prototype.alert [function]
+window.Window.prototype.atob [function]
+window.Window.prototype.blur [function]
+window.Window.prototype.btoa [function]
+window.Window.prototype.captureEvents [function]
+window.Window.prototype.clearInterval [function]
+window.Window.prototype.clearTimeout [function]
+window.Window.prototype.close [function]
+window.Window.prototype.confirm [function]
+window.Window.prototype.dispatchEvent [function]
+window.Window.prototype.find [function]
+window.Window.prototype.focus [function]
+window.Window.prototype.getComputedStyle [function]
+window.Window.prototype.getMatchedCSSRules [function]
+window.Window.prototype.getSelection [function]
+window.Window.prototype.matchMedia [function]
+window.Window.prototype.moveBy [function]
+window.Window.prototype.moveTo [function]
+window.Window.prototype.open [function]
+window.Window.prototype.openDatabase [function]
+window.Window.prototype.postMessage [function]
+window.Window.prototype.print [function]
+window.Window.prototype.prompt [function]
+window.Window.prototype.releaseEvents [function]
+window.Window.prototype.removeEventListener [function]
+window.Window.prototype.resizeBy [function]
+window.Window.prototype.resizeTo [function]
+window.Window.prototype.scroll [function]
+window.Window.prototype.scrollBy [function]
+window.Window.prototype.scrollTo [function]
+window.Window.prototype.setInterval [function]
+window.Window.prototype.setTimeout [function]
+window.Window.prototype.showModalDialog [function]
+window.Window.prototype.stop [function]
+window.Window.prototype.webkitCancelAnimationFrame [function]
+window.Window.prototype.webkitCancelRequestAnimationFrame [function]
+window.Window.prototype.webkitConvertPointFromNodeToPage [function]
+window.Window.prototype.webkitConvertPointFromPageToNode [function]
+window.Window.prototype.webkitPostMessage [function]
+window.Window.prototype.webkitRequestAnimationFrame [function]
window.Worker [object WorkerConstructor]
window.Worker.length [number]
window.Worker.prototype [object WorkerPrototype]
@@ -2359,49 +2402,7 @@
window.console.timeStamp [function]
window.console.trace [function]
window.console.warn [function]
-window.constructor [object DOMWindowConstructor]
-window.constructor.prototype [object DOMWindowPrototype]
-window.constructor.prototype.addEventListener [function]
-window.constructor.prototype.alert [function]
-window.constructor.prototype.atob [function]
-window.constructor.prototype.blur [function]
-window.constructor.prototype.btoa [function]
-window.constructor.prototype.captureEvents [function]
-window.constructor.prototype.clearInterval [function]
-window.constructor.prototype.clearTimeout [function]
-window.constructor.prototype.close [function]
-window.constructor.prototype.confirm [function]
-window.constructor.prototype.dispatchEvent [function]
-window.constructor.prototype.find [function]
-window.constructor.prototype.focus [function]
-window.constructor.prototype.getComputedStyle [function]
-window.constructor.prototype.getMatchedCSSRules [function]
-window.constructor.prototype.getSelection [function]
-window.constructor.prototype.matchMedia [function]
-window.constructor.prototype.moveBy [function]
-window.constructor.prototype.moveTo [function]
-window.constructor.prototype.open [function]
-window.constructor.prototype.openDatabase [function]
-window.constructor.prototype.postMessage [function]
-window.constructor.prototype.print [function]
-window.constructor.prototype.prompt [function]
-window.constructor.prototype.releaseEvents [function]
-window.constructor.prototype.removeEventListener [function]
-window.constructor.prototype.resizeBy [function]
-window.constructor.prototype.resizeTo [function]
-window.constructor.prototype.scroll [function]
-window.constructor.prototype.scrollBy [function]
-window.constructor.prototype.scrollTo [function]
-window.constructor.prototype.setInterval [function]
-window.constructor.prototype.setTimeout [function]
-window.constructor.prototype.showModalDialog [function]
-window.constructor.prototype.stop [function]
-window.constructor.prototype.webkitCancelAnimationFrame [function]
-window.constructor.prototype.webkitCancelRequestAnimationFrame [function]
-window.constructor.prototype.webkitConvertPointFromNodeToPage [function]
-window.constructor.prototype.webkitConvertPointFromPageToNode [function]
-window.constructor.prototype.webkitPostMessage [function]
-window.constructor.prototype.webkitRequestAnimationFrame [function]
+window.constructor [printed above as window.Window]
window.crypto [object Crypto]
window.crypto.getRandomValues [function]
window.decodeURI [function]
Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (107915 => 107916)
--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt 2012-02-16 10:31:01 UTC (rev 107915)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt 2012-02-16 10:34:04 UTC (rev 107916)
@@ -323,6 +323,7 @@
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitTransitionEvent') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WebSocket') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'WheelEvent') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'Window') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'Worker') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'XMLDocument') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'XMLHttpRequest') is 'object'
Modified: trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt (107915 => 107916)
--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt 2012-02-16 10:31:01 UTC (rev 107915)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt 2012-02-16 10:34:04 UTC (rev 107916)
@@ -304,6 +304,7 @@
PASS WebKitTransitionEvent.toString() is '[object WebKitTransitionEventConstructor]'
PASS WebSocket.toString() is '[object WebSocketConstructor]'
PASS WheelEvent.toString() is '[object WheelEventConstructor]'
+FAIL Window.toString() should be [object WindowConstructor]. Was [object DOMWindowConstructor].
PASS Worker.toString() is '[object WorkerConstructor]'
PASS XMLDocument.toString() is '[object DocumentConstructor]'
PASS XMLHttpRequest.toString() is '[object XMLHttpRequestConstructor]'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes