Changeset 167593 in webkit


Ignore:
Timestamp:
Apr 21, 2014 9:56:14 AM (10 years ago)
Author:
ap@apple.com
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.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r167588 r167593  
     12014-04-21  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION (r167530): ASSERT(m_selfTime <= m_totalTime) on tests that run after certain Inspector tests
     4        https://bugs.webkit.org/show_bug.cgi?id=131919
     5
     6        * TestExpectations: Skipping some Inspector tests, hopefully these are the ones that
     7        cause trouble later.
     8
    192014-04-21  Commit Queue  <commit-queue@webkit.org>
    210
  • trunk/LayoutTests/TestExpectations

    r167583 r167593  
    8989webkit.org/b/129639 inspector-protocol/dom/dom-search-crash.html [ Skip ]
    9090webkit.org/b/129642 inspector [ Skip ]
    91 webkit.org/b/129817 inspector/dom/content-flow-list.html [ Pass Failure ]
    92 webkit.org/b/129817 inspector/dom/content-flow-content-removal.html [ Pass Failure ]
     91
     92# These tests cause assertion failures in subsequent tests
     93webkit.org/b/131919 inspector/dom [ Skip ]
     94
     95# Disabled the expectations because these tests are also skipped above.
     96# webkit.org/b/129817 inspector/dom/content-flow-list.html [ Pass Failure ]
     97# webkit.org/b/129817 inspector/dom/content-flow-content-removal.html [ Pass Failure ]
    9398
    9499# Collecting region's children in a named flow not supported yet
Note: See TracChangeset for help on using the changeset viewer.