Skip to content

Commit d05871b

Browse files
Ben L. TitzerCommit Bot
authored andcommitted
[test-api] Extract arraybufs and typed arrays
Extract tests related to array buffers and typed arrays to their own .cc files. R=mstarzinger@chromium.org Change-Id: Ic80205d02b62db1565670ecf2bb4c0dbe52fab49 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1662301 Commit-Queue: Ben Titzer <titzer@chromium.org> Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#62219}
1 parent c7d57dd commit d05871b

5 files changed

Lines changed: 1122 additions & 1115 deletions

File tree

test/cctest/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,10 @@ v8_source_set("cctest_sources") {
163163
"test-accessors.cc",
164164
"test-allocation.cc",
165165
"test-api-accessors.cc",
166+
"test-api-array-buffer.cc",
166167
"test-api-interceptors.cc",
167168
"test-api-stack-traces.cc",
169+
"test-api-typed-array.cc",
168170
"test-api.cc",
169171
"test-api.h",
170172
"test-array-list.cc",

0 commit comments

Comments
 (0)