Title: [154195] trunk/LayoutTests
Revision
154195
Author
[email protected]
Date
2013-08-16 11:42:41 -0700 (Fri, 16 Aug 2013)

Log Message

[Mac] Unreviewed gardening. Rebaseline after r154124.

* platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (154194 => 154195)


--- trunk/LayoutTests/ChangeLog	2013-08-16 18:06:08 UTC (rev 154194)
+++ trunk/LayoutTests/ChangeLog	2013-08-16 18:42:41 UTC (rev 154195)
@@ -1,3 +1,9 @@
+2013-08-16  Jer Noble  <[email protected]>
+
+        [Mac] Unreviewed gardening. Rebaseline after r154124.
+
+        * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
+
 2013-08-16  Brent Fulgham  <[email protected]>
 
         [Windows] Unreviewed gardening. Correct Windows test expectations after JSC changes.

Modified: trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt (154194 => 154195)


--- trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt	2013-08-16 18:06:08 UTC (rev 154194)
+++ trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt	2013-08-16 18:42:41 UTC (rev 154195)
@@ -8,16 +8,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'AnalyserNode').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').value is ArrayBuffer
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBuffer').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBufferView').value is ArrayBufferView
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBufferView').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBufferView').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBufferView').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'ArrayBufferView').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Attr').value is Attr
 PASS Object.getOwnPropertyDescriptor(global, 'Attr').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Attr').hasOwnProperty('set') is false
@@ -263,11 +253,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'DOMTokenList').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMTokenList').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'DOMTokenList').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'DataView').value is DataView
-PASS Object.getOwnPropertyDescriptor(global, 'DataView').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'DataView').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'DataView').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'DataView').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'DelayNode').value is DelayNode
 PASS Object.getOwnPropertyDescriptor(global, 'DelayNode').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'DelayNode').hasOwnProperty('set') is false
@@ -348,16 +333,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'FileReader').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileReader').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileReader').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').value is Float32Array
-PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Float64Array').value is Float64Array
-PASS Object.getOwnPropertyDescriptor(global, 'Float64Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Float64Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Float64Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Float64Array').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'FocusEvent').value is FocusEvent
 PASS Object.getOwnPropertyDescriptor(global, 'FocusEvent').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'FocusEvent').hasOwnProperty('set') is false
@@ -748,21 +723,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'ImageData').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'ImageData').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'ImageData').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').value is Int16Array
-PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int16Array').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Int32Array').value is Int32Array
-PASS Object.getOwnPropertyDescriptor(global, 'Int32Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int32Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int32Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int32Array').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Int8Array').value is Int8Array
-PASS Object.getOwnPropertyDescriptor(global, 'Int8Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int8Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int8Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Int8Array').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').value is KeyboardEvent
 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'KeyboardEvent').hasOwnProperty('set') is false
@@ -1793,26 +1753,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'URL').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'URL').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'URL').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').value is Uint16Array
-PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint16Array').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Uint32Array').value is Uint32Array
-PASS Object.getOwnPropertyDescriptor(global, 'Uint32Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint32Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint32Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint32Array').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8Array').value is Uint8Array
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8Array').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8Array').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8Array').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8Array').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').value is Uint8ClampedArray
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Uint8ClampedArray').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to