Changeset 206063 in webkit


Ignore:
Timestamp:
Sep 16, 2016 8:53:29 PM (8 years ago)
Author:
Joseph Pecoraro
Message:

Unreviewed cleanup of some inspector tests.

Start skipping some debugger stepping test flakeyness on
Debug builds until that bug is addressed.

  • inspector/debugger/break-on-exception-throw-in-promise.html:

Remove debug only.

  • inspector/debugger/paused-scopes.html: Added.

This test was missing for 3 months. Its expectations got added
but the test itself got lost after a rollout and re-land.

Location:
trunk/LayoutTests
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r206062 r206063  
     12016-09-16  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Unreviewed cleanup of some inspector tests.
     4
     5        * TestExpectations:
     6        Start skipping some debugger stepping test flakeyness on
     7        Debug builds until that bug is addressed.
     8
     9        * inspector/debugger/break-on-exception-throw-in-promise.html:
     10        Remove debug only.
     11
     12        * inspector/debugger/paused-scopes.html: Added.
     13        This test was missing for 3 months. Its expectations got added
     14        but the test itself got lost after a rollout and re-land.
     15
    1162016-09-16  Chris Dumez  <cdumez@apple.com>
    217
  • trunk/LayoutTests/TestExpectations

    r205908 r206063  
    144144# This test is fast enough in release but quite slow in debug builds.
    145145[ Debug ] inspector/debugger/debugger-stack-overflow.html [ Skip ]
     146
     147# Debugger stepping tests can timeout if they run slowly due to a short timer scheduled in the frontend.
     148webkit.org/b/161951 [ Debug ] inspector/debugger/paused-scopes.html [ Skip ]
    146149
    147150# Doesn't work yet, relies on network replay functionality (webkit.org/b/130728, webkit.org/b/129391)
  • trunk/LayoutTests/inspector/debugger/break-on-exception-throw-in-promise.html

    r202825 r206063  
    1212
    1313    let suite = InspectorTest.createAsyncSuite("BreakOnAnyException.Promise");
    14 
    15     InspectorTest.debug();
    1614
    1715    function addTestCase({name, description, expression}) {
Note: See TracChangeset for help on using the changeset viewer.