1. 27 May, 2019 15 commits
  2. 25 May, 2019 1 commit
  3. 24 May, 2019 22 commits
  4. 23 May, 2019 2 commits
    • Francis McCabe's avatar
      Revert "Reland "[torque] move class tests to unittests"" · 0ef1982f
      Francis McCabe authored
      This reverts commit c33a1ef2.
      
      Reason for revert: fails win32 test:
      https://ci.chromium.org/p/v8/builders/ci/V8%20Win32%20-%20nosnap%20-%20shared/33658
      
      Original change's description:
      > Reland "[torque] move class tests to unittests"
      > 
      > This is a reland of f589d561
      > 
      > Now with an ASAN-container-overflow false positive workaround:
      > Somehow ASAN was unhappy about a simple
      > std::vector<std::string>::push_back.
      > Increasing the std::vector capacity before doing the push_back
      > strangely fixes the problem.
      > 
      > Original change's description:
      > > [torque] move class tests to unittests
      > >
      > > This avoids the generation of fake external classes.
      > >
      > > Bug: v8:7793
      > > Change-Id: I9744b299d3ec474d72b298b4f6143f95e345d1d9
      > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1625991
      > > Reviewed-by: Simon Zünd <szuend@chromium.org>
      > > Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
      > > Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#61778}
      > 
      > TBR: szuend@chromium.org, sigurds@chromium.org
      > Bug: v8:7793
      > Change-Id: Ifa1958e4d6e850ba27632aa95c7efaf5ca4bfefa
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1627970
      > Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
      > Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#61807}
      
      TBR=sigurds@chromium.org,tebbi@chromium.org,szuend@chromium.org
      
      Change-Id: I079e3ccf2c7a4778e3e6aabee85313ab5a070ee3
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:7793
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1626834Reviewed-by: 's avatarFrancis McCabe <fgm@chromium.org>
      Commit-Queue: Francis McCabe <fgm@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61808}
      0ef1982f
    • Tobias Tebbi's avatar
      Reland "[torque] move class tests to unittests" · c33a1ef2
      Tobias Tebbi authored
      This is a reland of f589d561
      
      Now with an ASAN-container-overflow false positive workaround:
      Somehow ASAN was unhappy about a simple
      std::vector<std::string>::push_back.
      Increasing the std::vector capacity before doing the push_back
      strangely fixes the problem.
      
      Original change's description:
      > [torque] move class tests to unittests
      >
      > This avoids the generation of fake external classes.
      >
      > Bug: v8:7793
      > Change-Id: I9744b299d3ec474d72b298b4f6143f95e345d1d9
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1625991
      > Reviewed-by: Simon Zünd <szuend@chromium.org>
      > Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
      > Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#61778}
      
      TBR: szuend@chromium.org, sigurds@chromium.org
      Bug: v8:7793
      Change-Id: Ifa1958e4d6e850ba27632aa95c7efaf5ca4bfefa
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1627970
      Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
      Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61807}
      c33a1ef2