• jgruber's avatar
    [debug-wrapper] Adapt tests, breakpoint.actual_location · 1834ab72
    jgruber authored
    Adapted various tests to restrictions of inspector protocol:
    
    * osr-typing-debug-change: Don't set function variable value.
    * debug-evaluate-locals: Add variable introduced by eval, run typeof
      inside evaluate().
    * regress-419663: Don't set duplicate breakpoints.
    * regress-crbug-465298: Compare against function name instead of value.
    * regress-crbug-621361: Make evaluate return string results.
    * debug-script: Various counts were off due to new way tests are called.
                    Added new inspector script type.
    
    Breakpoints now contain the actual break position, and remote object
    reconstruction has been extended a bit.
    
    BUG=v8:5530
    
    Review-Url: https://codereview.chromium.org/2505363002
    Cr-Commit-Position: refs/heads/master@{#41129}
    1834ab72
Name
Last commit
Last update
..
async-task-event.js Loading commit data...
evaluate-across-microtasks.js Loading commit data...
promise-all-caught.js Loading commit data...
promise-all-uncaught.js Loading commit data...
promise-race-caught.js Loading commit data...
promise-race-uncaught.js Loading commit data...
reentry.js Loading commit data...
reject-after-resolve.js Loading commit data...
reject-caught-all.js Loading commit data...
reject-caught-by-default-reject-handler.js Loading commit data...
reject-caught-late.js Loading commit data...
reject-caught-uncaught.js Loading commit data...
reject-in-constructor.js Loading commit data...
reject-uncaught-all.js Loading commit data...
reject-uncaught-late.js Loading commit data...
reject-uncaught-uncaught.js Loading commit data...
reject-with-invalid-reject.js Loading commit data...
reject-with-throw-in-reject.js Loading commit data...
reject-with-undefined-reject.js Loading commit data...
stepin-constructor.js Loading commit data...
stepin-handler.js Loading commit data...
throw-caught-all.js Loading commit data...
throw-caught-by-default-reject-handler.js Loading commit data...
throw-caught-late.js Loading commit data...
throw-caught-uncaught.js Loading commit data...
throw-eventually-caught.js Loading commit data...
throw-finally-caught-all.js Loading commit data...
throw-in-constructor.js Loading commit data...
throw-uncaught-all.js Loading commit data...
throw-uncaught-uncaught.js Loading commit data...
throw-with-throw-in-reject.js Loading commit data...
try-reject-in-constructor.js Loading commit data...
try-throw-reject-in-constructor.js Loading commit data...