1. 04 May, 2021 6 commits
  2. 03 May, 2021 28 commits
  3. 02 May, 2021 2 commits
  4. 01 May, 2021 1 commit
  5. 30 Apr, 2021 3 commits
    • Clemens Backes's avatar
      [wasm][test] Fix for gcc 7.4 · cd3d4b5e
      Clemens Backes authored
      This fixes a compiler warning on gcc 7.4.
      
      R=ahaas@chromium.org
      CC=machenbach@chromium.org
      
      Bug: v8:11716
      Change-Id: I385765f1ac3de17eea1bb56109869636f8ae9d95
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2862779
      Commit-Queue: Clemens Backes <clemensb@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Auto-Submit: Clemens Backes <clemensb@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#74310}
      cd3d4b5e
    • Jakob Kummerow's avatar
      [cctest] Make sure FLAG_stack_size settings have effect · a43f3818
      Jakob Kummerow authored
      Using the default cctest TEST(...) macro causes later writes to
      FLAG_stack_size to have no effect, because the StackGuard reads
      that flag's value during Isolate initialization, which is done
      before the test body is executed. This patch changes the two
      existing tests that accidentally did this to UNINITIALIZED_TEST,
      putting them in charge of Isolate creation, thereby ensuring that
      the intended stack size is configured correctly.
      
      Change-Id: Ib030795ef46f23d576f6dbbd26b347ac804b5085
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2862778Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Commit-Queue: Yang Guo <yangguo@chromium.org>
      Auto-Submit: Jakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#74309}
      a43f3818
    • Dan Elphick's avatar
      Reland "[build] Fix gn check failures in v8/third_party" · 6bb5688f
      Dan Elphick authored
      This is a reland of e13a744a
      
      Fixed jsoncpp BUILD.gn errors by removing missing files.
      
      Original change's description:
      > [build] Fix gn check failures in v8/third_party
      >
      > This removes the blanket exclusion for third_party but leaves
      > third_party/icu excluded (which is the same as chrome).
      >
      > Most fixed issues are to do with previously removed header files and
      > missing dependencies.
      >
      > Bug: v8:7330
      > Change-Id: I7e634e35c0620a1f3db9aba01119921e4f781e3e
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2856838
      > Auto-Submit: Dan Elphick <delphick@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#74295}
      
      Bug: v8:7330
      Cq-Include-Trybots: luci.v8.try:v8_linux64_perfetto_dbg_ng
      Change-Id: I4c2c63cc3cb6fb3fabe33717b20ac4a1efeec09b
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2862772Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Dan Elphick <delphick@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#74308}
      6bb5688f