Changeset 183665 in webkit


Ignore:
Timestamp:
Apr 30, 2015 8:42:31 PM (9 years ago)
Author:
Joseph Pecoraro
Message:

Unreviewed gardening. Update results of inspector tests.

  • inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt:
  • inspector-protocol/debugger/regress-133182-expected.txt:
  • inspector-protocol/debugger/regress-133182.html:
  • inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
  • inspector-protocol/debugger/terminate-dedicated-worker-while-paused-expected.txt:
  • inspector-protocol/page/deny-X-FrameOption-expected.txt:
  • inspector/debugger/search-scripts-expected.txt:
Location:
trunk/LayoutTests
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r183664 r183665  
     12015-04-30  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Unreviewed gardening. Update results of inspector tests.
     4
     5        * inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt:
     6        * inspector-protocol/debugger/regress-133182-expected.txt:
     7        * inspector-protocol/debugger/regress-133182.html:
     8        * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
     9        * inspector-protocol/debugger/terminate-dedicated-worker-while-paused-expected.txt:
     10        * inspector-protocol/page/deny-X-FrameOption-expected.txt:
     11        * inspector/debugger/search-scripts-expected.txt:
     12
    1132015-04-30  Joseph Pecoraro  <pecoraro@apple.com>
    214
  • trunk/LayoutTests/inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt

    r162676 r183665  
    33Found breakpoint.js
    44inside breakpointBasic
    5 PASS: Paused in debugger: reason = "other"
     5PASS: Paused in debugger: reason = "Breakpoint"
    66PASS: The debugger should not stop on the exception thrown by a console command while paused on a breakpoint.
    77
  • trunk/LayoutTests/inspector-protocol/debugger/regress-133182-expected.txt

    r169221 r183665  
    1 CONSOLE MESSAGE: line 48: [1] Testing statement '({}).a.b.c.d;'
    2 CONSOLE MESSAGE: line 49: [1] Paused and about to step
    3 CONSOLE MESSAGE: line 61: [1] Resumed
    4 CONSOLE MESSAGE: line 53: [1] Paused after stepping
    5 CONSOLE MESSAGE: line 61: [1] Resumed
     1CONSOLE MESSAGE: line 47: [1] Testing statement '({}).a.b.c.d;'
     2CONSOLE MESSAGE: line 48: [1] Paused and about to step
     3CONSOLE MESSAGE: line 60: [1] Resumed
     4CONSOLE MESSAGE: line 52: [1] Paused after stepping
     5CONSOLE MESSAGE: line 60: [1] Resumed
    66CONSOLE MESSAGE: line 1: TypeError: undefined is not an object (evaluating '({}).a.b')
    7 CONSOLE MESSAGE: line 48: [2] Testing statement 'exceptionBasic();'
    8 CONSOLE MESSAGE: line 49: [2] Paused and about to step
    9 CONSOLE MESSAGE: line 61: [2] Resumed
    10 CONSOLE MESSAGE: line 53: [2] Paused after stepping
    11 CONSOLE MESSAGE: line 61: [2] Resumed
     7CONSOLE MESSAGE: line 47: [2] Testing statement 'exceptionBasic();'
     8CONSOLE MESSAGE: line 48: [2] Paused and about to step
     9CONSOLE MESSAGE: line 60: [2] Resumed
     10CONSOLE MESSAGE: line 52: [2] Paused after stepping
     11CONSOLE MESSAGE: line 60: [2] Resumed
    1212CONSOLE MESSAGE: line 3: TypeError: undefined is not an object (evaluating '({}).a.b')
    13 CONSOLE MESSAGE: line 48: [3] Testing statement 'exceptionDOM();'
    14 CONSOLE MESSAGE: line 49: [3] Paused and about to step
    15 CONSOLE MESSAGE: line 61: [3] Resumed
    16 CONSOLE MESSAGE: line 53: [3] Paused after stepping
    17 CONSOLE MESSAGE: line 61: [3] Resumed
     13CONSOLE MESSAGE: line 47: [3] Testing statement 'exceptionDOM();'
     14CONSOLE MESSAGE: line 48: [3] Paused and about to step
     15CONSOLE MESSAGE: line 60: [3] Resumed
     16CONSOLE MESSAGE: line 52: [3] Paused after stepping
     17CONSOLE MESSAGE: line 60: [3] Resumed
    1818CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
    19 CONSOLE MESSAGE: line 48: [4] Testing statement 'exceptionInHostFunction();'
    20 CONSOLE MESSAGE: line 49: [4] Paused and about to step
    21 CONSOLE MESSAGE: line 61: [4] Resumed
    22 CONSOLE MESSAGE: line 53: [4] Paused after stepping
    23 CONSOLE MESSAGE: line 61: [4] Resumed
     19CONSOLE MESSAGE: line 47: [4] Testing statement 'exceptionInHostFunction();'
     20CONSOLE MESSAGE: line 48: [4] Paused and about to step
     21CONSOLE MESSAGE: line 60: [4] Resumed
     22CONSOLE MESSAGE: line 52: [4] Paused after stepping
     23CONSOLE MESSAGE: line 60: [4] Resumed
    2424CONSOLE MESSAGE: line 24: exception in host function
    25 CONSOLE MESSAGE: line 48: [5] Testing statement 'throwString();'
    26 CONSOLE MESSAGE: line 49: [5] Paused and about to step
    27 CONSOLE MESSAGE: line 61: [5] Resumed
    28 CONSOLE MESSAGE: line 53: [5] Paused after stepping
    29 CONSOLE MESSAGE: line 61: [5] Resumed
     25CONSOLE MESSAGE: line 47: [5] Testing statement 'throwString();'
     26CONSOLE MESSAGE: line 48: [5] Paused and about to step
     27CONSOLE MESSAGE: line 60: [5] Resumed
     28CONSOLE MESSAGE: line 52: [5] Paused after stepping
     29CONSOLE MESSAGE: line 60: [5] Resumed
    3030CONSOLE MESSAGE: line 13: exception string
    31 CONSOLE MESSAGE: line 48: [6] Testing statement 'throwParam({x:1});'
    32 CONSOLE MESSAGE: line 49: [6] Paused and about to step
    33 CONSOLE MESSAGE: line 61: [6] Resumed
    34 CONSOLE MESSAGE: line 53: [6] Paused after stepping
    35 CONSOLE MESSAGE: line 61: [6] Resumed
     31CONSOLE MESSAGE: line 47: [6] Testing statement 'throwParam({x:1});'
     32CONSOLE MESSAGE: line 48: [6] Paused and about to step
     33CONSOLE MESSAGE: line 60: [6] Resumed
     34CONSOLE MESSAGE: line 52: [6] Paused after stepping
     35CONSOLE MESSAGE: line 60: [6] Resumed
    3636CONSOLE MESSAGE: line 18: [object Object]
    37 CONSOLE MESSAGE: line 48: [7] Testing statement 'throwParam(new Error('error message'));'
    38 CONSOLE MESSAGE: line 49: [7] Paused and about to step
    39 CONSOLE MESSAGE: line 61: [7] Resumed
    40 CONSOLE MESSAGE: line 53: [7] Paused after stepping
    41 CONSOLE MESSAGE: line 61: [7] Resumed
     37CONSOLE MESSAGE: line 47: [7] Testing statement 'throwParam(new Error('error message'));'
     38CONSOLE MESSAGE: line 48: [7] Paused and about to step
     39CONSOLE MESSAGE: line 60: [7] Resumed
     40CONSOLE MESSAGE: line 52: [7] Paused after stepping
     41CONSOLE MESSAGE: line 60: [7] Resumed
    4242CONSOLE MESSAGE: line 18: Error: error message
    4343Regression test for https://bugs.webkit.org/show_bug.cgi?id=133182
  • trunk/LayoutTests/inspector-protocol/debugger/regress-133182.html

    r169221 r183665  
    2222    function triggerNextUncaughtException()
    2323    {
    24 
    2524        // Evaluate statement and expect to pause.
    2625        if (testIndex < statementsWithUncaughtExceptions.length) {
     
    3433        InspectorTest.completeTest();
    3534    }
    36 
    3735
    3836    InspectorTest.sendCommand("Debugger.enable", {});
  • trunk/LayoutTests/inspector-protocol/debugger/setBreakpoint-actions-expected.txt

    r163071 r183665  
    1 CONSOLE MESSAGE: log-action-before
     1CONSOLE MESSAGE: line 19: log-action-before
    22CONSOLE MESSAGE: line 1: eval-action
    3 CONSOLE MESSAGE: log-action-after
    4 CONSOLE MESSAGE: log-action-before
     3CONSOLE MESSAGE: line 19: log-action-after
     4CONSOLE MESSAGE: line 19: log-action-before
    55CONSOLE MESSAGE: line 1: eval-action
    6 CONSOLE MESSAGE: log-action-after
     6CONSOLE MESSAGE: line 19: log-action-after
    77Debugger.setBreakpoint options.actions
    88
  • trunk/LayoutTests/inspector-protocol/debugger/terminate-dedicated-worker-while-paused-expected.txt

    r154822 r183665  
    1 Test that inspected page won't crash if inspected worker is terminated while it is paused. Test passes if it doesn't crash. Bug 101065.
     1Test that inspected page won't crash if inspected worker is terminated while it is paused. Test passes if it doesn't crash.
     2
     3Bug 101065.
    24Started worker
    35Worker created
  • trunk/LayoutTests/inspector-protocol/page/deny-X-FrameOption-expected.txt

    r163568 r183665  
    1 CONSOLE MESSAGE: Refused to display 'deny-X-FrameOption.html' in a frame because it set 'X-Frame-Options' to 'deny'.
     1CONSOLE MESSAGE: line 30: Refused to display 'deny-X-FrameOption.html' in a frame because it set 'X-Frame-Options' to 'deny'.
    22
    33deny-X-FrameOption.html:30:17
  • trunk/LayoutTests/inspector/debugger/search-scripts-expected.txt

    r176358 r183665  
    1414SCRIPT: LayoutTests/inspector/debugger/search-scripts.html
    1515RESULTS: 1
    16   LINE: 0
    17   CONTENT: (function(event) {runTest(); // SEARCHTEST: onload attribute string
     16  LINE: 1
     17  CONTENT: runTest(); // SEARCHTEST: onload attribute string
    1818
    1919SCRIPT: eval1.js
Note: See TracChangeset for help on using the changeset viewer.