Title: [204463] trunk/LayoutTests
- Revision
- 204463
- Author
- [email protected]
- Date
- 2016-08-15 09:53:17 -0700 (Mon, 15 Aug 2016)
Log Message
Rebaseline js/dom/global-constructors-attributes.html for mac-wk1, mark as failing on Yosemite.
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (204462 => 204463)
--- trunk/LayoutTests/ChangeLog 2016-08-15 16:43:13 UTC (rev 204462)
+++ trunk/LayoutTests/ChangeLog 2016-08-15 16:53:17 UTC (rev 204463)
@@ -1,3 +1,12 @@
+2016-08-15 Ryan Haddad <[email protected]>
+
+ Rebaseline js/dom/global-constructors-attributes.html for mac-wk1, mark as failing on Yosemite.
+
+ Unreviewed test gardening.
+
+ * platform/mac-wk1/TestExpectations:
+ * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
+
2016-08-13 Chris Dumez <[email protected]>
'compatMode' property should be on Document, not HTMLDocument
Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (204462 => 204463)
--- trunk/LayoutTests/platform/mac-wk1/TestExpectations 2016-08-15 16:43:13 UTC (rev 204462)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations 2016-08-15 16:53:17 UTC (rev 204463)
@@ -244,3 +244,5 @@
webkit.org/b/105870 [ Debug ] webaudio/audionode-connect-order.html [ Pass Crash ]
webkit.org/b/160227 [ ElCapitan Debug ] inspector/memory/tracking.html [ Pass Crash ]
+
+[ Yosemite ] js/dom/global-constructors-attributes.html [ Failure ]
Modified: trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt (204462 => 204463)
--- trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2016-08-15 16:43:13 UTC (rev 204462)
+++ trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt 2016-08-15 16:53:17 UTC (rev 204463)
@@ -2283,6 +2283,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'WebKitNamespace').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitNamespace').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitNamespace').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitPlaybackTargetAvailabilityEvent').value is WebKitPlaybackTargetAvailabilityEvent
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitPlaybackTargetAvailabilityEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitPlaybackTargetAvailabilityEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitPlaybackTargetAvailabilityEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'WebKitPlaybackTargetAvailabilityEvent').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'WebKitPoint').value is WebKitPoint
PASS Object.getOwnPropertyDescriptor(global, 'WebKitPoint').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitPoint').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes