Title: [204963] trunk/LayoutTests
Revision
204963
Author
[email protected]
Date
2016-08-25 08:46:55 -0700 (Thu, 25 Aug 2016)

Log Message

Rebaseline js/dom/global-constructors-attributes.html for mac after r204935

Unreviewed test gardening.

* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204962 => 204963)


--- trunk/LayoutTests/ChangeLog	2016-08-25 15:42:26 UTC (rev 204962)
+++ trunk/LayoutTests/ChangeLog	2016-08-25 15:46:55 UTC (rev 204963)
@@ -1,5 +1,14 @@
 2016-08-25  Ryan Haddad  <[email protected]>
 
+        Rebaseline js/dom/global-constructors-attributes.html for mac after r204935
+
+        Unreviewed test gardening.
+
+        * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
+2016-08-25  Ryan Haddad  <[email protected]>
+
         Marking gamepad/gamepad-timestamp.html as flaky on mac-wk2.
         https://bugs.webkit.org/show_bug.cgi?id=161148
 

Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (204962 => 204963)


--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-08-25 15:42:26 UTC (rev 204962)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2016-08-25 15:46:55 UTC (rev 204963)
@@ -1108,6 +1108,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').value is OverconstrainedError
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').value is OverflowEvent
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').hasOwnProperty('set') is false

Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (204962 => 204963)


--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt	2016-08-25 15:42:26 UTC (rev 204962)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt	2016-08-25 15:46:55 UTC (rev 204963)
@@ -1108,6 +1108,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'OscillatorNode').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').value is OverconstrainedError
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'OverconstrainedError').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').value is OverflowEvent
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'OverflowEvent').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to