Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Side by Side Diff: test/cctest/BUILD.gn

Issue 2042633002: [interpreter] Ensure optimizations preserve source positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/interpreter/bytecodes.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The V8 project authors. All rights reserved. 1 # Copyright 2016 The V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Please keep this file in sync with cctest.gyp. 5 # Please keep this file in sync with cctest.gyp.
6 6
7 import("../../gni/v8.gni") 7 import("../../gni/v8.gni")
8 8
9 executable("cctest") { 9 executable("cctest") {
10 testonly = true 10 testonly = true
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "heap/test-array-buffer-tracker.cc", 65 "heap/test-array-buffer-tracker.cc",
66 "heap/test-compaction.cc", 66 "heap/test-compaction.cc",
67 "heap/test-heap.cc", 67 "heap/test-heap.cc",
68 "heap/test-incremental-marking.cc", 68 "heap/test-incremental-marking.cc",
69 "heap/test-lab.cc", 69 "heap/test-lab.cc",
70 "heap/test-mark-compact.cc", 70 "heap/test-mark-compact.cc",
71 "heap/test-spaces.cc", 71 "heap/test-spaces.cc",
72 "interpreter/bytecode-expectations-printer.cc", 72 "interpreter/bytecode-expectations-printer.cc",
73 "interpreter/bytecode-expectations-printer.h", 73 "interpreter/bytecode-expectations-printer.h",
74 "interpreter/interpreter-tester.cc", 74 "interpreter/interpreter-tester.cc",
75 "interpreter/source-position-matcher.cc",
76 "interpreter/source-position-matcher.h",
75 "interpreter/test-bytecode-generator.cc", 77 "interpreter/test-bytecode-generator.cc",
76 "interpreter/test-interpreter-intrinsics.cc", 78 "interpreter/test-interpreter-intrinsics.cc",
77 "interpreter/test-interpreter.cc", 79 "interpreter/test-interpreter.cc",
80 "interpreter/test-source-positions.cc",
78 "libsampler/test-sampler.cc", 81 "libsampler/test-sampler.cc",
79 "print-extension.cc", 82 "print-extension.cc",
80 "profiler-extension.cc", 83 "profiler-extension.cc",
81 "test-accessors.cc", 84 "test-accessors.cc",
82 "test-api-accessors.cc", 85 "test-api-accessors.cc",
83 "test-api-fast-accessor-builder.cc", 86 "test-api-fast-accessor-builder.cc",
84 "test-api-interceptors.cc", 87 "test-api-interceptors.cc",
85 "test-api.cc", 88 "test-api.cc",
86 "test-api.h", 89 "test-api.h",
87 "test-array-list.cc", 90 "test-array-list.cc",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "$target_gen_dir/resources.cc", 361 "$target_gen_dir/resources.cc",
359 ] 362 ]
360 363
361 args = [ 364 args = [
362 rebase_path("$target_gen_dir/resources.cc", root_build_dir), 365 rebase_path("$target_gen_dir/resources.cc", root_build_dir),
363 "TEST", 366 "TEST",
364 ] 367 ]
365 args += rebase_path(sources, root_build_dir) 368 args += rebase_path(sources, root_build_dir)
366 } 369 }
367 # TODO(machenbach): Migrate generate-bytecode-expectations. 370 # TODO(machenbach): Migrate generate-bytecode-expectations.
OLDNEW
« no previous file with comments | « src/interpreter/bytecodes.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698