Changeset 245362 in webkit


Ignore:
Timestamp:
May 15, 2019 3:36:34 PM (5 years ago)
Author:
Devin Rousso
Message:

REGRESSION (r242741) [Mac WK1 Debug] Layout Test inspector/timeline/exception-in-injected-script-while-recording.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=197442
<rdar://problem/50354090>

Reviewed by Joseph Pecoraro.

Ever since r198774, we don't allow a timeline recording to be active at the same time as the
debugger being paused. As such, these tests are unnecessary.

  • inspector/timeline/debugger-paused-while-recording.html: Removed.
  • inspector/timeline/debugger-paused-while-recording-expected.txt: Removed.
  • inspector/timeline/exception-in-injected-script-while-recording.html: Removed.
  • inspector/timeline/exception-in-injected-script-while-recording-expected.txt: Removed.
  • inspector/timeline/resources/timeline-helper.js: Removed.
  • TestExpectations:
Location:
trunk/LayoutTests
Files:
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r245361 r245362  
     12019-05-15  Devin Rousso  <drousso@apple.com>
     2
     3        REGRESSION (r242741) [Mac WK1 Debug] Layout Test inspector/timeline/exception-in-injected-script-while-recording.html is a flaky crash
     4        https://bugs.webkit.org/show_bug.cgi?id=197442
     5        <rdar://problem/50354090>
     6
     7        Reviewed by Joseph Pecoraro.
     8
     9        Ever since r198774, we don't allow a timeline recording to be active at the same time as the
     10        debugger being paused. As such, these tests are unnecessary.
     11
     12        * inspector/timeline/debugger-paused-while-recording.html: Removed.
     13        * inspector/timeline/debugger-paused-while-recording-expected.txt: Removed.
     14        * inspector/timeline/exception-in-injected-script-while-recording.html: Removed.
     15        * inspector/timeline/exception-in-injected-script-while-recording-expected.txt: Removed.
     16        * inspector/timeline/resources/timeline-helper.js: Removed.
     17        * TestExpectations:
     18
    1192019-05-15  Zalan Bujtas  <zalan@apple.com>
    220
  • trunk/LayoutTests/TestExpectations

    r245280 r245362  
    534534webkit.org/b/128736 inspector/debugger/setBreakpoint-dfg.html [ Failure Pass ]
    535535webkit.org/b/134982 inspector/debugger/setBreakpoint-dfg-and-modify-local.html [ Failure Pass ]
    536 
    537 webkit.org/b/142208 inspector/timeline/debugger-paused-while-recording.html [ Skip ]
    538 webkit.org/b/142208 inspector/timeline/exception-in-injected-script-while-recording.html [ Skip ]
    539536
    540537# This test is fast enough in release but quite slow in debug builds.
Note: See TracChangeset for help on using the changeset viewer.