Title: [154193] trunk/LayoutTests
Revision
154193
Author
[email protected]
Date
2013-08-16 11:02:17 -0700 (Fri, 16 Aug 2013)

Log Message

[Windows] Unreviewed gardening. Correct Windows test expectations after JSC changes.

* platform/win/fast/js/dom-static-property-for-in-iteration-expected.txt:
* platform/win/fast/js/global-constructors-attributes-shared-worker-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (154192 => 154193)


--- trunk/LayoutTests/ChangeLog	2013-08-16 17:55:32 UTC (rev 154192)
+++ trunk/LayoutTests/ChangeLog	2013-08-16 18:02:17 UTC (rev 154193)
@@ -1,3 +1,10 @@
+2013-08-16  Brent Fulgham  <[email protected]>
+
+        [Windows] Unreviewed gardening. Correct Windows test expectations after JSC changes.
+
+        * platform/win/fast/js/dom-static-property-for-in-iteration-expected.txt:
+        * platform/win/fast/js/global-constructors-attributes-shared-worker-expected.txt:
+
 2013-08-16  Jer Noble  <[email protected]>
 
         [Mac] [WK2] Some inspector tests intermittently asserts in InspectorOverlay::paint

Modified: trunk/LayoutTests/platform/win/fast/js/dom-static-property-for-in-iteration-expected.txt (154192 => 154193)


--- trunk/LayoutTests/platform/win/fast/js/dom-static-property-for-in-iteration-expected.txt	2013-08-16 17:55:32 UTC (rev 154192)
+++ trunk/LayoutTests/platform/win/fast/js/dom-static-property-for-in-iteration-expected.txt	2013-08-16 18:02:17 UTC (rev 154193)
@@ -24,7 +24,6 @@
 PASS a["outerHTML"] is <a id="foo" href=""
 PASS a["spellcheck"] is true
 PASS a["webkitdropzone"] is 
-PASS a["id"] is foo
 PASS a["title"] is 
 PASS a["lang"] is 
 PASS a["translate"] is true
@@ -40,6 +39,7 @@
 PASS a["children"] is [object HTMLCollection]
 PASS a["isContentEditable"] is false
 PASS a["style"] is [object CSSStyleDeclaration]
+PASS a["id"] is foo
 PASS a["dataset"] is [object DOMStringMap]
 PASS a["clientWidth"] is 0
 PASS a["scrollWidth"] is 0

Modified: trunk/LayoutTests/platform/win/fast/js/global-constructors-attributes-shared-worker-expected.txt (154192 => 154193)


--- trunk/LayoutTests/platform/win/fast/js/global-constructors-attributes-shared-worker-expected.txt	2013-08-16 17:55:32 UTC (rev 154192)
+++ trunk/LayoutTests/platform/win/fast/js/global-constructors-attributes-shared-worker-expected.txt	2013-08-16 18:02:17 UTC (rev 154193)
@@ -4,51 +4,16 @@
 
 
 Starting worker: script-tests/global-constructors-attributes.js
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').value is ArrayBuffer
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').configurable is true
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Blob').value is Blob
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Blob').hasOwnProperty('get') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Blob').hasOwnProperty('set') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Blob').enumerable is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Blob').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DataView').value is DataView
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DataView').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DataView').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DataView').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DataView').configurable is true
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'EventSource').value is EventSource
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'EventSource').hasOwnProperty('get') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'EventSource').hasOwnProperty('set') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'EventSource').enumerable is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'EventSource').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float32Array').value is Float32Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float32Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float32Array').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float64Array').value is Float64Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float64Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float64Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float64Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Float64Array').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int16Array').value is Int16Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int16Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int16Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int16Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int16Array').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int32Array').value is Int32Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int32Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int32Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int32Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int32Array').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int8Array').value is Int8Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int8Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int8Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int8Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Int8Array').configurable is true
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'MessageChannel').value is MessageChannel
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'MessageChannel').hasOwnProperty('get') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'MessageChannel').hasOwnProperty('set') is false
@@ -64,26 +29,6 @@
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'SharedWorkerGlobalScope').hasOwnProperty('set') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'SharedWorkerGlobalScope').enumerable is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'SharedWorkerGlobalScope').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint16Array').value is Uint16Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint16Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint16Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint16Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint16Array').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint32Array').value is Uint32Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint32Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint32Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint32Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint32Array').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8Array').value is Uint8Array
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8Array').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8Array').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8Array').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8Array').configurable is true
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').value is Uint8ClampedArray
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').hasOwnProperty('get') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').hasOwnProperty('set') is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').enumerable is false
-PASS [Worker] Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').configurable is true
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'WebSocket').value is WebSocket
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'WebSocket').hasOwnProperty('get') is false
 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'WebSocket').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to