1. 24 Oct, 2017 3 commits
  2. 23 Oct, 2017 1 commit
  3. 19 Oct, 2017 4 commits
  4. 18 Oct, 2017 2 commits
  5. 17 Oct, 2017 2 commits
    • Eric Holk's avatar
      Revert "[test] Fix win-asan symbolizer path" · 4054cf27
      Eric Holk authored
      This reverts commit 135576ff.
      
      Reason for revert: V8 Win32 ASAN failures: https://build.chromium.org/p/client.v8/builders/V8%20Win32%20ASAN/builds/73
      
      It appears these failures were lurking there already, but were hidden because of the bug this CL fixed. Opened https://crbug.com/v8/6953 about these issues.
      
      Original change's description:
      > [test] Fix win-asan symbolizer path
      > 
      > This makes the symbolizer path relative, as the absolute paths contain
      > a drive letter + colon on windows. The colon is confused by the
      > sanitizer as an option separator.
      > 
      > The test driver changes the cwd to the V8 root dir in each
      > invocation.
      > 
      > Bug: chromium:726584
      > Change-Id: Icf4e5a55bba5dec8e59a3dfe3eccdf7224e65c33
      > Reviewed-on: https://chromium-review.googlesource.com/721124
      > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#48652}
      
      TBR=glider@chromium.org,rnk@chromium.org,machenbach@chromium.org,sergiyb@chromium.org,etienneb@chromium.org
      
      Change-Id: Ic78527950f6a239a03658e042d7244c9781d05db
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: chromium:726584
      Reviewed-on: https://chromium-review.googlesource.com/723825Reviewed-by: 's avatarEric Holk <eholk@chromium.org>
      Commit-Queue: Eric Holk <eholk@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#48653}
      4054cf27
    • Michael Achenbach's avatar
      [test] Fix win-asan symbolizer path · 135576ff
      Michael Achenbach authored
      This makes the symbolizer path relative, as the absolute paths contain
      a drive letter + colon on windows. The colon is confused by the
      sanitizer as an option separator.
      
      The test driver changes the cwd to the V8 root dir in each
      invocation.
      
      Bug: chromium:726584
      Change-Id: Icf4e5a55bba5dec8e59a3dfe3eccdf7224e65c33
      Reviewed-on: https://chromium-review.googlesource.com/721124Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#48652}
      135576ff
  6. 16 Oct, 2017 3 commits
  7. 13 Oct, 2017 3 commits
  8. 12 Oct, 2017 1 commit
  9. 11 Oct, 2017 2 commits
  10. 10 Oct, 2017 1 commit
    • Eric Holk's avatar
      [wasm] Remove --wasm-guard-pages flag · 69d790e5
      Eric Holk authored
      This flag was originally added as a staging mechanism to let us land and test
      guard regions without the full trap handler feature landing. Additionally, we
      thought we might enable guard regions without trap handlers on some systems.
      
      Trap handlers are now supported, and there's not a real compelling reason for
      why we need guard regions without trap handlers. Keeping the separate flag leads
      to confusion, since some code treats guard regions and trap handlers the same,
      while other code treats them as independent.
      
      Removing this flag and its associated special cases makes everything more
      uniform and predictable.
      
      R=gdeepti@chromium.org
      
      Change-Id: Icebab91d1f1e0c55e7a35c75b880085d37fa14ae
      Reviewed-on: https://chromium-review.googlesource.com/706570Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
      Reviewed-by: 's avatarMircea Trofin <mtrofin@chromium.org>
      Commit-Queue: Eric Holk <eholk@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#48411}
      69d790e5
  11. 05 Oct, 2017 1 commit
  12. 10 Aug, 2017 1 commit
    • Enrico Bacis's avatar
      [test] Use glob expansion in test selection · 80423e89
      Enrico Bacis authored
      The run_test.py tool test selection only expands asterisks at the end of
      the test name. This CL introduces glob expansion in test selection
      (asterisks are expanded anywhere in the path).
      
      This is useful when tests that belong to the same area have different
      prefixes. For example wasm cctests have two different prefixes:
      'cctest/test-run-wasm*' and 'cctest/test-wasm*'. With this CL it is
      possible to specify the selector 'cctest/*wasm*' to run them all.
      
      R=machenbach@chromium.org
      
      Change-Id: I1c7cc5136b21e71f3eaf69fb98d5dfd77d336e2a
      Reviewed-on: https://chromium-review.googlesource.com/609000Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Enrico Bacis <enricobacis@google.com>
      Cr-Commit-Position: refs/heads/master@{#47274}
      80423e89
  13. 27 Jul, 2017 1 commit
  14. 18 Jul, 2017 1 commit
  15. 13 Jul, 2017 1 commit
  16. 23 Jun, 2017 1 commit
  17. 09 Jun, 2017 1 commit
  18. 08 Jun, 2017 1 commit
  19. 07 Jun, 2017 2 commits
  20. 29 May, 2017 1 commit
  21. 24 May, 2017 2 commits
  22. 09 May, 2017 5 commits
    • Michael Achenbach's avatar
      Reland "[test] Don't flatten testcfg globals" · d790a99d
      Michael Achenbach authored
      This reverts commit dd9dbf4d.
      
      Reason for revert: Fixed
      
      Bug: v8:6375
      Change-Id: Ied3fb991ba6f5774f5a2e6f13947b53f61196650
      Reviewed-on: https://chromium-review.googlesource.com/500133Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#45193}
      d790a99d
    • Michael Achenbach's avatar
      [test] Load the same suites in sub and parent test processes · dfddbd2d
      Michael Achenbach authored
      Before this fix, all existing suites would get wastefully initialized in each subprocess.
      
      Bug: v8:6375
      Change-Id: I68d961cde143754724735aecbac605852f89c7d9
      Reviewed-on: https://chromium-review.googlesource.com/500187Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#45188}
      dfddbd2d
    • Michael Achenbach's avatar
      Revert "Reland "[test] Don't flatten testcfg globals"" · dd9dbf4d
      Michael Achenbach authored
      This reverts commit 9a90717d.
      
      Reason for revert: Erroneous submit...
      
      Original change's description:
      > Reland "[test] Don't flatten testcfg globals"
      > 
      > This reverts commit 4fdf7cdf.
      > 
      > Reason for revert: Fixed
      > 
      > Original change's description:
      > > Revert "[test] Don't flatten testcfg globals"
      > > 
      > > This reverts commit 4fa473cb.
      > > 
      > > Reason for revert: Problems when v8 isn't located in a folder called "v8".
      > > 
      > > Original change's description:
      > > > [test] Don't flatten testcfg globals
      > > > 
      > > > This loads each test's testcfg.py as a unique module rather than flattening all into testcfg. Other than accessing LoadTestSuite there should be no references into testcfg files.
      > > > 
      > > > Bug: v8:6375
      > > > Change-Id: If863c1b35096b2589111e8091bb7d68f135da674
      > > > Reviewed-on: https://chromium-review.googlesource.com/498807
      > > > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
      > > > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > > > Cr-Commit-Position: refs/heads/master@{#45178}
      > > 
      > > TBR=jkummerow@chromium.org,machenbach@chromium.org
      > > NOPRESUBMIT=true
      > > NOTREECHECKS=true
      > > NOTRY=true
      > > Bug: v8:6375
      > > 
      > > Change-Id: I3600b54279c0d98a39475432c5b2163f510153f0
      > > Reviewed-on: https://chromium-review.googlesource.com/500130
      > > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#45180}
      > 
      > TBR=jkummerow@chromium.org,machenbach@chromium.org,v8-reviews@googlegroups.com
      > NOPRESUBMIT=true
      > NOTREECHECKS=true
      > NOTRY=true
      > Bug: v8:6375
      > 
      > Change-Id: I8198b74ff8e1c3aa179769bef24f204dc705da67
      > Reviewed-on: https://chromium-review.googlesource.com/500131
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#45181}
      
      TBR=jkummerow@chromium.org,machenbach@chromium.org,v8-reviews@googlegroups.com
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      Bug: v8:6375
      
      Change-Id: Id8ab1c3482806b613a024d4fff5c84a7ab0d2b0b
      Reviewed-on: https://chromium-review.googlesource.com/500132Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#45182}
      dd9dbf4d
    • Michael Achenbach's avatar
      Reland "[test] Don't flatten testcfg globals" · 9a90717d
      Michael Achenbach authored
      This reverts commit 4fdf7cdf.
      
      Reason for revert: Fixed
      
      Original change's description:
      > Revert "[test] Don't flatten testcfg globals"
      > 
      > This reverts commit 4fa473cb.
      > 
      > Reason for revert: Problems when v8 isn't located in a folder called "v8".
      > 
      > Original change's description:
      > > [test] Don't flatten testcfg globals
      > > 
      > > This loads each test's testcfg.py as a unique module rather than flattening all into testcfg. Other than accessing LoadTestSuite there should be no references into testcfg files.
      > > 
      > > Bug: v8:6375
      > > Change-Id: If863c1b35096b2589111e8091bb7d68f135da674
      > > Reviewed-on: https://chromium-review.googlesource.com/498807
      > > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
      > > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#45178}
      > 
      > TBR=jkummerow@chromium.org,machenbach@chromium.org
      > NOPRESUBMIT=true
      > NOTREECHECKS=true
      > NOTRY=true
      > Bug: v8:6375
      > 
      > Change-Id: I3600b54279c0d98a39475432c5b2163f510153f0
      > Reviewed-on: https://chromium-review.googlesource.com/500130
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#45180}
      
      TBR=jkummerow@chromium.org,machenbach@chromium.org,v8-reviews@googlegroups.com
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      Bug: v8:6375
      
      Change-Id: I8198b74ff8e1c3aa179769bef24f204dc705da67
      Reviewed-on: https://chromium-review.googlesource.com/500131Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#45181}
      9a90717d
    • Michael Achenbach's avatar
      Revert "[test] Don't flatten testcfg globals" · 4fdf7cdf
      Michael Achenbach authored
      This reverts commit 4fa473cb.
      
      Reason for revert: Problems when v8 isn't located in a folder called "v8".
      
      Original change's description:
      > [test] Don't flatten testcfg globals
      > 
      > This loads each test's testcfg.py as a unique module rather than flattening all into testcfg. Other than accessing LoadTestSuite there should be no references into testcfg files.
      > 
      > Bug: v8:6375
      > Change-Id: If863c1b35096b2589111e8091bb7d68f135da674
      > Reviewed-on: https://chromium-review.googlesource.com/498807
      > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#45178}
      
      TBR=jkummerow@chromium.org,machenbach@chromium.org
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      Bug: v8:6375
      
      Change-Id: I3600b54279c0d98a39475432c5b2163f510153f0
      Reviewed-on: https://chromium-review.googlesource.com/500130Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#45180}
      4fdf7cdf