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

Side by Side Diff: test/cctest/cctest.gyp

Issue 2346103002: Fix BUILD.gn files and add presubmit step (Closed)
Patch Set: windows Created 4 years, 3 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 | « test/cctest/BUILD.gn ('k') | test/cctest/test-slots-buffer.cc » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 15 matching lines...) Expand all
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 # The sources are kept automatically in sync with BUILD.gn. 28 # The sources are kept automatically in sync with BUILD.gn.
29 29
30 { 30 {
31 'variables': { 31 'variables': {
32 'v8_code': 1, 32 'v8_code': 1,
33 'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc', 33 'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc',
34 'cctest_sources': [ ### gcmole(all) ### 34 'cctest_sources': [ ### gcmole(all) ###
35 'asmjs/test-asm-typer.cc', 35 'asmjs/test-asm-typer.cc',
36 'ast-types-fuzz.h',
36 'compiler/c-signature.h', 37 'compiler/c-signature.h',
38 'compiler/call-tester.h',
37 'compiler/codegen-tester.cc', 39 'compiler/codegen-tester.cc',
38 'compiler/codegen-tester.h', 40 'compiler/codegen-tester.h',
39 'compiler/code-assembler-tester.h', 41 'compiler/code-assembler-tester.h',
40 'compiler/function-tester.cc', 42 'compiler/function-tester.cc',
41 'compiler/function-tester.h', 43 'compiler/function-tester.h',
42 'compiler/graph-builder-tester.h', 44 'compiler/graph-builder-tester.h',
43 'compiler/test-basic-block-profiler.cc', 45 'compiler/test-basic-block-profiler.cc',
44 'compiler/test-branch-combine.cc', 46 'compiler/test-branch-combine.cc',
45 'compiler/test-run-unwinding-info.cc', 47 'compiler/test-run-unwinding-info.cc',
46 'compiler/test-gap-resolver.cc', 48 'compiler/test-gap-resolver.cc',
(...skipping 23 matching lines...) Expand all
70 'compiler/test-run-jsexceptions.cc', 72 'compiler/test-run-jsexceptions.cc',
71 'compiler/test-run-jsobjects.cc', 73 'compiler/test-run-jsobjects.cc',
72 'compiler/test-run-jsops.cc', 74 'compiler/test-run-jsops.cc',
73 'compiler/test-run-load-store.cc', 75 'compiler/test-run-load-store.cc',
74 'compiler/test-run-machops.cc', 76 'compiler/test-run-machops.cc',
75 'compiler/test-run-native-calls.cc', 77 'compiler/test-run-native-calls.cc',
76 'compiler/test-run-stackcheck.cc', 78 'compiler/test-run-stackcheck.cc',
77 'compiler/test-run-stubs.cc', 79 'compiler/test-run-stubs.cc',
78 'compiler/test-run-variables.cc', 80 'compiler/test-run-variables.cc',
79 'compiler/test-run-wasm-machops.cc', 81 'compiler/test-run-wasm-machops.cc',
82 'compiler/value-helper.h',
80 'cctest.cc', 83 'cctest.cc',
84 'cctest.h',
85 'expression-type-collector-macros.h',
81 'interpreter/interpreter-tester.cc', 86 'interpreter/interpreter-tester.cc',
87 'interpreter/interpreter-tester.h',
82 'interpreter/source-position-matcher.cc', 88 'interpreter/source-position-matcher.cc',
83 'interpreter/source-position-matcher.h', 89 'interpreter/source-position-matcher.h',
84 'interpreter/test-bytecode-generator.cc', 90 'interpreter/test-bytecode-generator.cc',
85 'interpreter/test-interpreter.cc', 91 'interpreter/test-interpreter.cc',
86 'interpreter/test-interpreter-intrinsics.cc', 92 'interpreter/test-interpreter-intrinsics.cc',
87 'interpreter/test-source-positions.cc', 93 'interpreter/test-source-positions.cc',
88 'interpreter/bytecode-expectations-printer.cc', 94 'interpreter/bytecode-expectations-printer.cc',
89 'interpreter/bytecode-expectations-printer.h', 95 'interpreter/bytecode-expectations-printer.h',
90 'gay-fixed.cc', 96 'gay-fixed.cc',
97 'gay-fixed.h',
91 'gay-precision.cc', 98 'gay-precision.cc',
99 'gay-precision.h',
92 'gay-shortest.cc', 100 'gay-shortest.cc',
101 'gay-shortest.h',
93 'heap/heap-tester.h', 102 'heap/heap-tester.h',
94 'heap/heap-utils.cc', 103 'heap/heap-utils.cc',
95 'heap/heap-utils.h', 104 'heap/heap-utils.h',
96 'heap/test-alloc.cc', 105 'heap/test-alloc.cc',
97 'heap/test-array-buffer-tracker.cc', 106 'heap/test-array-buffer-tracker.cc',
98 'heap/test-compaction.cc', 107 'heap/test-compaction.cc',
99 'heap/test-heap.cc', 108 'heap/test-heap.cc',
100 'heap/test-incremental-marking.cc', 109 'heap/test-incremental-marking.cc',
101 'heap/test-lab.cc', 110 'heap/test-lab.cc',
102 'heap/test-mark-compact.cc', 111 'heap/test-mark-compact.cc',
103 'heap/test-page-promotion.cc', 112 'heap/test-page-promotion.cc',
104 'heap/test-spaces.cc', 113 'heap/test-spaces.cc',
105 'libplatform/test-tracing.cc', 114 'libplatform/test-tracing.cc',
106 'libsampler/test-sampler.cc', 115 'libsampler/test-sampler.cc',
107 'parsing/test-scanner-streams.cc', 116 'parsing/test-scanner-streams.cc',
108 'print-extension.cc', 117 'print-extension.cc',
118 'print-extension.h',
109 'profiler-extension.cc', 119 'profiler-extension.cc',
120 'profiler-extension.h',
110 'test-access-checks.cc', 121 'test-access-checks.cc',
111 'test-accessors.cc', 122 'test-accessors.cc',
112 'test-api.cc', 123 'test-api.cc',
113 'test-api.h', 124 'test-api.h',
114 'test-api-accessors.cc', 125 'test-api-accessors.cc',
115 'test-api-interceptors.cc', 126 'test-api-interceptors.cc',
116 'test-api-fast-accessor-builder.cc', 127 'test-api-fast-accessor-builder.cc',
117 'test-array-list.cc', 128 'test-array-list.cc',
118 'test-ast.cc', 129 'test-ast.cc',
119 'test-atomicops.cc', 130 'test-atomicops.cc',
(...skipping 12 matching lines...) Expand all
132 'test-debug.cc', 143 'test-debug.cc',
133 'test-decls.cc', 144 'test-decls.cc',
134 'test-deoptimization.cc', 145 'test-deoptimization.cc',
135 'test-dictionary.cc', 146 'test-dictionary.cc',
136 'test-diy-fp.cc', 147 'test-diy-fp.cc',
137 'test-double.cc', 148 'test-double.cc',
138 'test-dtoa.cc', 149 'test-dtoa.cc',
139 'test-elements-kind.cc', 150 'test-elements-kind.cc',
140 'test-fast-dtoa.cc', 151 'test-fast-dtoa.cc',
141 'test-feedback-vector.cc', 152 'test-feedback-vector.cc',
153 'test-feedback-vector.h',
142 'test-field-type-tracking.cc', 154 'test-field-type-tracking.cc',
143 'test-fixed-dtoa.cc', 155 'test-fixed-dtoa.cc',
144 'test-flags.cc', 156 'test-flags.cc',
145 'test-func-name-inference.cc', 157 'test-func-name-inference.cc',
146 'test-global-handles.cc', 158 'test-global-handles.cc',
147 'test-global-object.cc', 159 'test-global-object.cc',
148 'test-hashing.cc', 160 'test-hashing.cc',
149 'test-hashmap.cc', 161 'test-hashmap.cc',
150 'test-heap-profiler.cc', 162 'test-heap-profiler.cc',
151 'test-hydrogen-types.cc', 163 'test-hydrogen-types.cc',
(...skipping 28 matching lines...) Expand all
180 'test-unbound-queue.cc', 192 'test-unbound-queue.cc',
181 'test-unboxed-doubles.cc', 193 'test-unboxed-doubles.cc',
182 'test-unique.cc', 194 'test-unique.cc',
183 'test-unscopables-hidden-prototype.cc', 195 'test-unscopables-hidden-prototype.cc',
184 'test-usecounters.cc', 196 'test-usecounters.cc',
185 'test-utils.cc', 197 'test-utils.cc',
186 'test-version.cc', 198 'test-version.cc',
187 'test-weakmaps.cc', 199 'test-weakmaps.cc',
188 'test-weaksets.cc', 200 'test-weaksets.cc',
189 'trace-extension.cc', 201 'trace-extension.cc',
202 'trace-extension.h',
203 'types-fuzz.h',
190 'wasm/test-run-wasm.cc', 204 'wasm/test-run-wasm.cc',
191 'wasm/test-run-wasm-64.cc', 205 'wasm/test-run-wasm-64.cc',
192 'wasm/test-run-wasm-asmjs.cc', 206 'wasm/test-run-wasm-asmjs.cc',
193 'wasm/test-run-wasm-interpreter.cc', 207 'wasm/test-run-wasm-interpreter.cc',
194 'wasm/test-run-wasm-js.cc', 208 'wasm/test-run-wasm-js.cc',
195 'wasm/test-run-wasm-module.cc', 209 'wasm/test-run-wasm-module.cc',
196 'wasm/test-run-wasm-relocation.cc', 210 'wasm/test-run-wasm-relocation.cc',
197 'wasm/test-signatures.h', 211 'wasm/test-signatures.h',
198 'wasm/test-wasm-function-name-table.cc', 212 'wasm/test-wasm-function-name-table.cc',
199 'wasm/test-wasm-stack.cc', 213 'wasm/test-wasm-stack.cc',
200 'wasm/test-wasm-trap-position.cc', 214 'wasm/test-wasm-trap-position.cc',
201 'wasm/wasm-run-utils.h', 215 'wasm/wasm-run-utils.h',
202 ], 216 ],
203 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### 217 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ###
204 'test-assembler-ia32.cc', 218 'test-assembler-ia32.cc',
205 'test-code-stubs.cc', 219 'test-code-stubs.cc',
220 'test-code-stubs.h',
206 'test-code-stubs-ia32.cc', 221 'test-code-stubs-ia32.cc',
207 'test-disasm-ia32.cc', 222 'test-disasm-ia32.cc',
208 'test-macro-assembler-ia32.cc', 223 'test-macro-assembler-ia32.cc',
209 'test-log-stack-tracer.cc', 224 'test-log-stack-tracer.cc',
210 'test-run-wasm-relocation-ia32.cc' 225 'test-run-wasm-relocation-ia32.cc'
211 ], 226 ],
212 'cctest_sources_x64': [ ### gcmole(arch:x64) ### 227 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
213 'test-assembler-x64.cc', 228 'test-assembler-x64.cc',
214 'test-code-stubs.cc', 229 'test-code-stubs.cc',
230 'test-code-stubs.h',
215 'test-code-stubs-x64.cc', 231 'test-code-stubs-x64.cc',
216 'test-disasm-x64.cc', 232 'test-disasm-x64.cc',
217 'test-macro-assembler-x64.cc', 233 'test-macro-assembler-x64.cc',
218 'test-log-stack-tracer.cc', 234 'test-log-stack-tracer.cc',
219 'test-run-wasm-relocation-x64.cc', 235 'test-run-wasm-relocation-x64.cc',
220 'wasm/test-run-wasm-simd.cc' 236 'wasm/test-run-wasm-simd.cc'
221 ], 237 ],
222 'cctest_sources_arm': [ ### gcmole(arch:arm) ### 238 'cctest_sources_arm': [ ### gcmole(arch:arm) ###
223 'test-assembler-arm.cc', 239 'test-assembler-arm.cc',
224 'test-code-stubs.cc', 240 'test-code-stubs.cc',
241 'test-code-stubs.h',
225 'test-code-stubs-arm.cc', 242 'test-code-stubs-arm.cc',
226 'test-disasm-arm.cc', 243 'test-disasm-arm.cc',
227 'test-macro-assembler-arm.cc', 244 'test-macro-assembler-arm.cc',
228 'test-run-wasm-relocation-arm.cc' 245 'test-run-wasm-relocation-arm.cc'
229 ], 246 ],
230 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### 247 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
231 'test-utils-arm64.cc', 248 'test-utils-arm64.cc',
249 'test-utils-arm64.h',
232 'test-assembler-arm64.cc', 250 'test-assembler-arm64.cc',
233 'test-code-stubs.cc', 251 'test-code-stubs.cc',
252 'test-code-stubs.h',
234 'test-code-stubs-arm64.cc', 253 'test-code-stubs-arm64.cc',
235 'test-disasm-arm64.cc', 254 'test-disasm-arm64.cc',
236 'test-fuzz-arm64.cc', 255 'test-fuzz-arm64.cc',
237 'test-javascript-arm64.cc', 256 'test-javascript-arm64.cc',
238 'test-js-arm64-variables.cc', 257 'test-js-arm64-variables.cc',
239 'test-run-wasm-relocation-arm64.cc' 258 'test-run-wasm-relocation-arm64.cc'
240 ], 259 ],
241 'cctest_sources_s390': [ ### gcmole(arch:s390) ### 260 'cctest_sources_s390': [ ### gcmole(arch:s390) ###
242 'test-assembler-s390.cc', 261 'test-assembler-s390.cc',
243 'test-code-stubs.cc', 262 'test-code-stubs.cc',
263 'test-code-stubs.h',
244 'test-disasm-s390.cc' 264 'test-disasm-s390.cc'
245 ], 265 ],
246 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### 266 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ###
247 'test-assembler-ppc.cc', 267 'test-assembler-ppc.cc',
248 'test-code-stubs.cc', 268 'test-code-stubs.cc',
269 'test-code-stubs.h',
249 'test-disasm-ppc.cc' 270 'test-disasm-ppc.cc'
250 ], 271 ],
251 'cctest_sources_mips': [ ### gcmole(arch:mips) ### 272 'cctest_sources_mips': [ ### gcmole(arch:mips) ###
252 'test-assembler-mips.cc', 273 'test-assembler-mips.cc',
253 'test-code-stubs.cc', 274 'test-code-stubs.cc',
275 'test-code-stubs.h',
254 'test-code-stubs-mips.cc', 276 'test-code-stubs-mips.cc',
255 'test-disasm-mips.cc', 277 'test-disasm-mips.cc',
256 'test-macro-assembler-mips.cc' 278 'test-macro-assembler-mips.cc'
257 ], 279 ],
258 'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ### 280 'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ###
259 'test-assembler-mips.cc', 281 'test-assembler-mips.cc',
260 'test-code-stubs.cc', 282 'test-code-stubs.cc',
283 'test-code-stubs.h',
261 'test-code-stubs-mips.cc', 284 'test-code-stubs-mips.cc',
262 'test-disasm-mips.cc', 285 'test-disasm-mips.cc',
263 'test-macro-assembler-mips.cc' 286 'test-macro-assembler-mips.cc'
264 ], 287 ],
265 'cctest_sources_mips64': [ ### gcmole(arch:mips64) ### 288 'cctest_sources_mips64': [ ### gcmole(arch:mips64) ###
266 'test-assembler-mips64.cc', 289 'test-assembler-mips64.cc',
267 'test-code-stubs.cc', 290 'test-code-stubs.cc',
291 'test-code-stubs.h',
268 'test-code-stubs-mips64.cc', 292 'test-code-stubs-mips64.cc',
269 'test-disasm-mips64.cc', 293 'test-disasm-mips64.cc',
270 'test-macro-assembler-mips64.cc' 294 'test-macro-assembler-mips64.cc'
271 ], 295 ],
272 'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ### 296 'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ###
273 'test-assembler-mips64.cc', 297 'test-assembler-mips64.cc',
274 'test-code-stubs.cc', 298 'test-code-stubs.cc',
299 'test-code-stubs.h',
275 'test-code-stubs-mips64.cc', 300 'test-code-stubs-mips64.cc',
276 'test-disasm-mips64.cc', 301 'test-disasm-mips64.cc',
277 'test-macro-assembler-mips64.cc' 302 'test-macro-assembler-mips64.cc'
278 ], 303 ],
279 'cctest_sources_x87': [ ### gcmole(arch:x87) ### 304 'cctest_sources_x87': [ ### gcmole(arch:x87) ###
280 'test-assembler-x87.cc', 305 'test-assembler-x87.cc',
281 'test-code-stubs.cc', 306 'test-code-stubs.cc',
307 'test-code-stubs.h',
282 'test-code-stubs-x87.cc', 308 'test-code-stubs-x87.cc',
283 'test-disasm-x87.cc', 309 'test-disasm-x87.cc',
284 'test-macro-assembler-x87.cc', 310 'test-macro-assembler-x87.cc',
285 'test-log-stack-tracer.cc', 311 'test-log-stack-tracer.cc',
286 'test-run-wasm-relocation-x87.cc' 312 'test-run-wasm-relocation-x87.cc'
287 ], 313 ],
288 }, 314 },
289 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], 315 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],
290 'targets': [ 316 'targets': [
291 { 317 {
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 '../../gypfiles/isolate.gypi', 516 '../../gypfiles/isolate.gypi',
491 ], 517 ],
492 'sources': [ 518 'sources': [
493 'cctest.isolate', 519 'cctest.isolate',
494 ], 520 ],
495 }, 521 },
496 ], 522 ],
497 }], 523 }],
498 ], 524 ],
499 } 525 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-slots-buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698