Changeset 243155 in webkit


Ignore:
Timestamp:
Mar 19, 2019 11:41:37 AM (5 years ago)
Author:
Devin Rousso
Message:

Unreviewed, fix test failures after r243119.

  • inspector/timeline/line-column.html:
  • inspector/timeline/setInstruments-programmatic-capture.html:

Make sure to call enable for any ancillary agents.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243138 r243155  
     12019-03-19  Devin Rousso  <drousso@apple.com>
     2
     3        Unreviewed, fix test failures after r243119.
     4
     5        * inspector/timeline/line-column.html:
     6        * inspector/timeline/setInstruments-programmatic-capture.html:
     7        Make sure to call `enable` for any ancillary agents.
     8
    192019-03-19  Alicia Boya García  <aboya@igalia.com>
    210
  • trunk/LayoutTests/inspector/timeline/line-column.html

    r240323 r243155  
    3636function test() {
    3737    ProtocolTest.debug();
     38
     39    InspectorProtocol.sendCommand("Page.enable");
    3840
    3941    let suite = ProtocolTest.createAsyncSuite("Timeline.LineColumn");
  • trunk/LayoutTests/inspector/timeline/setInstruments-programmatic-capture.html

    r210062 r243155  
    1616    let heapExpected = false;
    1717    let programmaticCaptureStopped = null;
     18
     19    InspectorProtocol.sendCommand("Heap.enable");
    1820
    1921    InspectorProtocol.eventHandler["Timeline.programmaticCaptureStarted"] = () => {
Note: See TracChangeset for help on using the changeset viewer.