Title: [187381] trunk/LayoutTests
Revision
187381
Author
bfulg...@apple.com
Date
2015-07-24 21:32:11 -0700 (Fri, 24 Jul 2015)

Log Message

[Win] Test results gardening.

* platform/win/TestExpectations:
* platform/win/js/dom/global-constructors-attributes-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (187380 => 187381)


--- trunk/LayoutTests/ChangeLog	2015-07-25 03:51:06 UTC (rev 187380)
+++ trunk/LayoutTests/ChangeLog	2015-07-25 04:32:11 UTC (rev 187381)
@@ -1,3 +1,10 @@
+2015-07-24  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Test results gardening.
+
+        * platform/win/TestExpectations:
+        * platform/win/js/dom/global-constructors-attributes-expected.txt:
+
 2015-07-24  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         text-overflow: ellipsis is broken by text-align: right and padding-left

Modified: trunk/LayoutTests/platform/win/TestExpectations (187380 => 187381)


--- trunk/LayoutTests/platform/win/TestExpectations	2015-07-25 03:51:06 UTC (rev 187380)
+++ trunk/LayoutTests/platform/win/TestExpectations	2015-07-25 04:32:11 UTC (rev 187381)
@@ -1599,7 +1599,6 @@
 [ Debug ] accessibility/aria-help.html [ Skip ] # Crashing
 [ Debug ] accessibility/aria-hidden.html [ Skip ] # Crashing
 [ Debug ] accessibility/aria-hidden-crash.html [ Skip ] # Crashing
-[ Debug ] accessibility/aria-hidden-hides-all-elements.html [ Skip ] # Crashing
 [ Debug ] accessibility/aria-hidden-update.html [ Skip ] # Crashing
 [ Debug ] accessibility/aria-hidden-updates-alldescendants.html [ Skip ] # Crashing
 [ Debug ] accessibility/aria-inherits-presentational.html [ Skip ] # Crashing
@@ -1614,7 +1613,6 @@
 [ Debug ] accessibility/paragraph-with-linebreaks.html [ Skip ] # Debug assertion
 [ Debug ] accessibility/aria-presentational-role.html [ Skip ] # Crashing
 [ Debug ] accessibility/aria-roles.html [ Skip ] # Crashing
-[ Debug ] accessibility/aria-table-hierarchy.html [ Skip ] # Crashing
 [ Debug ] accessibility/iframe-bastardization.html [ Skip ] # Debug assertion
 [ Debug ] accessibility/ignore-spacer-elements.html [ Skip ] # Debug assertion
 [ Debug ] accessibility/image-link-inline-cont.html [ Skip ] # Debug assertion
@@ -2600,7 +2598,6 @@
 [ Debug ] fast/regions/hover-content-inside-iframe-in-region.html [ Skip ] # Debug Assertion
 [ Debug ] fast/repaint/4774354.html [ Skip ] # Causes later tests to fail
 [ Debug ] fast/repaint/fixed-in-page-scale.html [ Skip ] # Debug assertion
-[ Debug ] fast/repaint/fixed-move-after-keyboard-scroll.html [ Skip ] # Debug assertion
 [ Debug ] fast/repaint/fixed-move-after-scroll.html [ Skip ] # Debug assertion
 [ Debug ] fast/repaint/fixed-position-transparency-with-overflow.html [ Skip ] # Debug assertion
 [ Debug ] fast/repaint/text-selection-rect-in-overflow-2.html [ Skip ] # Causes later tests to fail
@@ -3110,7 +3107,8 @@
 loader/meta-refresh-disabled.html [ Skip ]
 
 # Started failing recently.
-webkit.org/b/143275 accessibility/aria-hidden-hides-all-elements.html [ Pass Failure ]
+[ Debug ] accessibility/aria-hidden-hides-all-elements.html [ Skip ] # Crashing
+webkit.org/b/143275 [ Release ] accessibility/aria-hidden-hides-all-elements.html [ Pass Failure ]
 
 webkit.org/b/143420 fast/fixed-layout/fixed-layout.html [ Skip ]
 

Modified: trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt (187380 => 187381)


--- trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt	2015-07-25 03:51:06 UTC (rev 187380)
+++ trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt	2015-07-25 04:32:11 UTC (rev 187381)
@@ -1583,6 +1583,16 @@
 PASS Object.getOwnPropertyDescriptor(global, 'Screen').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Screen').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'Screen').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicy').value is SecurityPolicy
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicy').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicy').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicy').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicy').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicyViolationEvent').value is SecurityPolicyViolationEvent
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicyViolationEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicyViolationEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicyViolationEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'SecurityPolicyViolationEvent').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Selection').value is Selection
 PASS Object.getOwnPropertyDescriptor(global, 'Selection').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Selection').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to