1. 07 Nov, 2016 1 commit
    • jgruber's avatar
      [debugger] Further stepping support in test wrapper · ea48d094
      jgruber authored
      This CL adds further support to the test wrapper. We are now able to
      run almost all mjsunit/debug-step-* tests using the inspector backend.
      
      debug-stepframe-* tests are not yet supported since inspector does not
      know a 'frame' step type.
      
      The interface has also been improved to be able to move these tests to
      inspector mostly without modification.
      
      BUG=v8:5330
      
      Review-Url: https://codereview.chromium.org/2466273005
      Cr-Commit-Position: refs/heads/master@{#40800}
      ea48d094
  2. 11 Mar, 2016 1 commit
    • vogelheim's avatar
      Fix expression positions for for-loops. · de4f3d3e
      vogelheim authored
      FullCodegen generates 2 statement positions for the loop init block, like so:
      
        for(var i = 0; i....
            ^   ^
      
      This change removes the first of those, updates unit tests,
      and removes text expectations for Ignition.
      
      ---
      An alternative would be to emulate the existing behaviour in Ignition, but:
      - The new behaviour seems more logical,
      - Ignition generates no bytecodes for the 'var', meaning there is no code position to attach the break position to.
      
      BUG=v8:4690
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1784883002
      
      Cr-Commit-Position: refs/heads/master@{#34717}
      de4f3d3e
  3. 07 Mar, 2016 3 commits
  4. 16 Dec, 2015 1 commit
  5. 07 Jul, 2015 1 commit