1. 08 Apr, 2020 20 commits
  2. 07 Apr, 2020 15 commits
  3. 06 Apr, 2020 5 commits
    • Frank Tang's avatar
      Roll test262 · 68c9e9f0
      Frank Tang authored
      https://chromium.googlesource.com/external/github.com/tc39/test262/+log/ae8694b4..62b8fce3
      
      62b8fce Deleting previously valid generated tests by Rick Waldron · 2 days ago master
      539c001 Updating test with 'o?.#field' to be valid program by Caio Lima · 2 days ago
      df59ad6 Add AsyncIteratorClose tests by Alexey Shvayka · 2 days ago
      fccd9c4 Add IteratorClose tests by Alexey Shvayka · 2 days ago
      966fc11 Migrate FinalizationRegistry tests to per-item callback API by Shu-yu Guo · 2 days ago
      4199a3b Add integer index property name test by Alexey Shvayka · 3 days ago
      b69390e Add string property name test by Alexey Shvayka · 3 days ago
      00cf7a1 Rename "trap-is-undefined-receiver.js" by Alexey Shvayka · 3 days ago
      40a1a6f Improve RegExp LegacyOctalEscapeSequence coverage (#2558) by Alexey Shvayka · 3 days ago
      772fd32 Promise.any: remove erroneous SpeciesConstructor tests until a better solution can be found. (#2562) by Rick Waldron · 3 days ago
      ffaae1f Logical Assignment Operators: additional syntax tests by Rick Waldron · 4 days ago
      2778324 Fix tests by Justin Ridgewell · 4 days ago
      78dbc40 Add logical-assignment-operators feature by Justin Ridgewell · 4 days ago
      fdf4675 Add tests for Logical Assignment by Justin Ridgewell · 4 days ago
      6499fa6 Adding missing cases of instance field without assignment and static field with assignment by Caio Lima · 4 days ago
      740e157 Adding test to cover case where there is a static field named as 'static' by Caio Lima · 4 days ago
      d279980 Add single quote string literal test by Alexey Shvayka · 4 days ago
      4742461 Add double quote string literal test by Alexey Shvayka · 4 days ago
      1150fe4 Add template literal test by Alexey Shvayka · 4 days ago
      b90a11e Add `throw` method test by Alexey Shvayka · 4 days ago
      543370c Add `return` method test by Alexey Shvayka · 4 days ago
      1bf4e15 Add `next` method test by Alexey Shvayka · 4 days ago
      
      Bug: v8:7834, v8:8179, v8:10394, v8:10395, v8:10396, v8:10397
      Change-Id: Ib5c0e842179b9592501215f8789529c1070b118b
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2136291
      Commit-Queue: Shu-yu Guo <syg@chromium.org>
      Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67030}
      68c9e9f0
    • Ng Zhi An's avatar
      Introduce WasmValue for debugging · 1bbed026
      Ng Zhi An authored
      WasmValue holds a Wasm value with its type. This will be exposed to the
      inspector (via a to-be-created class in debug_interface.h) for debugging
      in DevTools.
      
      Design at http://doc/1XQlX6DWsv6BPYnRtw-JZSASPEjsRlyXLnke7TTQ9Wrg.
      
      Bug: v8:10347
      Change-Id: Ib523e617d46fdf1adb13d13bf49749c4ce23a126
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2132720Reviewed-by: 's avatarHannes Payer <hpayer@chromium.org>
      Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
      Reviewed-by: 's avatarKim-Anh Tran <kimanh@chromium.org>
      Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
      Commit-Queue: Zhi An Ng <zhin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67029}
      1bbed026
    • Michael Lippautz's avatar
      Revert "cppgc: Stack scanning support for Windows native" · 8e4a5e97
      Michael Lippautz authored
      This reverts commit cff2617b.
      
      Reason for revert: Breaks https://ci.chromium.org/p/v8/builders/ci/V8%20Win64%20-%20msvc/13100?
      
      Original change's description:
      > cppgc: Stack scanning support for Windows native
      > 
      > Assumes that (is_clang = false && is_win) => Windows native (MSVC).
      > 
      > Cross-compile builds will use clang and not the native tools and thus
      > not fall into this category.
      > 
      > This CL adds x86 and x64 MASM trampolines that can be used with the
      > native Windows toolchain (ml.exe, ml64.exe), when using is_clang =
      > false.
      > 
      > Bug: chromium:1056170
      > Change-Id: Ic37ce721a76ce027ebf45bef441b8fba4789dc9b
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2137408
      > Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
      > Reviewed-by: Anton Bikineev <bikineev@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#67025}
      
      TBR=mlippautz@chromium.org,bikineev@chromium.org
      
      Change-Id: I86286d4f438468350a81b3965956d47ae35d1c6d
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: chromium:1056170
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2138432Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
      Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67028}
      8e4a5e97
    • Frank Tang's avatar
      [intl] Remove soon-to-be removed getAllFieldPositions · 3f8dc4b2
      Frank Tang authored
      Needed to land ICU67.1 soon.
      
      Bug: v8:10393
      Change-Id: I3c7737ca600d6ccfdc46ffaddfb318ce60bc7618
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2136489Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Frank Tang <ftang@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67027}
      3f8dc4b2
    • Ng Zhi An's avatar
      Reland "[wasm-simd][x64][ia32] Do not overwrite input register" · 44d3ae70
      Ng Zhi An authored
      This relands commit 7d955faa.
      
      Changed the test case to use i16x8 splat instead of i8x16 splat,
      the latter was causing issues when doing scalar lowering. This
      change still causes the regression test to fail without the fix.
      
      Original change's description:
      > [wasm-simd][x64][ia32] Do not overwrite input register
      >
      > We are ovewriting input register (contains the shift) when we are
      > masking it, instead, move to a temporary,then mask it.
      >
      > Bug: chromium:1065599
      > Change-Id: Iab72b94581239447e444746681387350b576e24a
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2125941
      > Commit-Queue: Zhi An Ng <zhin@chromium.org>
      > Reviewed-by: Deepti Gandluri <gdeepti@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#66997}
      
      Bug: chromium:1065599
      Change-Id: I0dc78ddb013652ef88c07d065c3f6877937c5300
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2136220Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
      Commit-Queue: Zhi An Ng <zhin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67026}
      44d3ae70