Title: [175987] trunk/LayoutTests
Revision
175987
Author
[email protected]
Date
2014-11-11 16:15:26 -0800 (Tue, 11 Nov 2014)

Log Message

inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html
are very flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=138636

Bring back Crash expectattion, as this is how it's reported on WK1. Also added one more test.

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (175986 => 175987)


--- trunk/LayoutTests/ChangeLog	2014-11-12 00:09:51 UTC (rev 175986)
+++ trunk/LayoutTests/ChangeLog	2014-11-12 00:15:26 UTC (rev 175987)
@@ -1,5 +1,15 @@
 2014-11-11  Alexey Proskuryakov  <[email protected]>
 
+        inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html
+        are very flaky on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=138636
+
+        Bring back Crash expectattion, as this is how it's reported on WK1. Also added one more test.
+
+        * platform/mac/TestExpectations:
+
+2014-11-11  Alexey Proskuryakov  <[email protected]>
+
         compositing/video/video-border-radius.html frequently times out on 10.8
 
         Add an error even listener, to at hopefully get a proper failure when this happens.

Modified: trunk/LayoutTests/platform/mac/TestExpectations (175986 => 175987)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-11-12 00:09:51 UTC (rev 175986)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-11-12 00:15:26 UTC (rev 175987)
@@ -1497,12 +1497,13 @@
 # Some inspector tests fail when run from Production builds due to missing test resources.
 # FIXME: Needs bugzilla (<rdar://problem/16200275>)
 # Also, these tests are flaky in Debug/Release builds, <https://bugs.webkit.org/show_bug.cgi?id=138636>.
-[ Yosemite ] inspector/css/matched-style-properties.html [ Pass Failure ]
-[ Yosemite ] inspector/css/selector-specificity.html [ Pass Failure ]
-[ Yosemite ] inspector/event-listener-set.html [ Pass Failure ]
-[ Yosemite ] inspector/event-listener.html [ Pass Failure ]
-[ Yosemite ] inspector/model/parse-script-syntax-tree.html [ Pass Failure ]
-[ Yosemite ] inspector/protocol-promise-result.html [ Pass Failure ]
+[ Yosemite ] inspector/css/matched-style-properties.html [ Pass Failure Crash ]
+[ Yosemite ] inspector/css/pseudo-element-matches.html [ Pass Failure Crash ]
+[ Yosemite ] inspector/css/selector-specificity.html [ Pass Failure Crash ]
+[ Yosemite ] inspector/event-listener-set.html [ Pass Failure Crash ]
+[ Yosemite ] inspector/event-listener.html [ Pass Failure Crash ]
+[ Yosemite ] inspector/model/parse-script-syntax-tree.html [ Pass Failure Crash ]
+[ Yosemite ] inspector/protocol-promise-result.html [ Pass Failure Crash ]
 
 webkit.org/b/138394 media/track/audio-track.html [ Pass Failure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to