Title: [167593] trunk/LayoutTests
Revision
167593
Author
[email protected]
Date
2014-04-21 09:56:14 -0700 (Mon, 21 Apr 2014)

Log Message

REGRESSION (r167530): ASSERT(m_selfTime <= m_totalTime) on tests that run after certain Inspector tests
https://bugs.webkit.org/show_bug.cgi?id=131919

* TestExpectations: Skipping some Inspector tests, hopefully these are the ones that
cause trouble later.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (167592 => 167593)


--- trunk/LayoutTests/ChangeLog	2014-04-21 15:52:27 UTC (rev 167592)
+++ trunk/LayoutTests/ChangeLog	2014-04-21 16:56:14 UTC (rev 167593)
@@ -1,3 +1,11 @@
+2014-04-21  Alexey Proskuryakov  <[email protected]>
+
+        REGRESSION (r167530): ASSERT(m_selfTime <= m_totalTime) on tests that run after certain Inspector tests
+        https://bugs.webkit.org/show_bug.cgi?id=131919
+
+        * TestExpectations: Skipping some Inspector tests, hopefully these are the ones that
+        cause trouble later.
+
 2014-04-21  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r167584.

Modified: trunk/LayoutTests/TestExpectations (167592 => 167593)


--- trunk/LayoutTests/TestExpectations	2014-04-21 15:52:27 UTC (rev 167592)
+++ trunk/LayoutTests/TestExpectations	2014-04-21 16:56:14 UTC (rev 167593)
@@ -88,9 +88,14 @@
 
 webkit.org/b/129639 inspector-protocol/dom/dom-search-crash.html [ Skip ]
 webkit.org/b/129642 inspector [ Skip ]
-webkit.org/b/129817 inspector/dom/content-flow-list.html [ Pass Failure ]
-webkit.org/b/129817 inspector/dom/content-flow-content-removal.html [ Pass Failure ]
 
+# These tests cause assertion failures in subsequent tests
+webkit.org/b/131919 inspector/dom [ Skip ]
+
+# Disabled the expectations because these tests are also skipped above.
+# webkit.org/b/129817 inspector/dom/content-flow-list.html [ Pass Failure ]
+# webkit.org/b/129817 inspector/dom/content-flow-content-removal.html [ Pass Failure ]
+
 # Collecting region's children in a named flow not supported yet
 webkit.org/b/74144 fast/regions/flow-body-in-html.html [ Skip ]
 webkit.org/b/74144 fast/regions/universal-selector-children-to-the-same-region.html [ Skip ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to