cctest.gyp 16.3 KB
Newer Older
1
# Copyright 2012 the V8 project authors. All rights reserved.
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above
#       copyright notice, this list of conditions and the following
#       disclaimer in the documentation and/or other materials provided
#       with the distribution.
#     * Neither the name of Google Inc. nor the names of its
#       contributors may be used to endorse or promote products derived
#       from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

28
# The sources are kept automatically in sync with BUILD.gn.
machenbach's avatar
machenbach committed
29

30
{
jkummerow@chromium.org's avatar
jkummerow@chromium.org committed
31
  'variables': {
32
    'v8_code': 1,
jkummerow@chromium.org's avatar
jkummerow@chromium.org committed
33
    'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc',
34
    'cctest_sources': [  ### gcmole(all) ###
jpp's avatar
jpp committed
35
      'asmjs/test-asm-typer.cc',
36
      'ast-types-fuzz.h',
37
      'compiler/c-signature.h',
38
      'compiler/call-tester.h',
39 40 41
      'compiler/codegen-tester.cc',
      'compiler/codegen-tester.h',
      'compiler/code-assembler-tester.h',
42
      'compiler/function-tester.cc',
43 44 45 46
      'compiler/function-tester.h',
      'compiler/graph-builder-tester.h',
      'compiler/test-basic-block-profiler.cc',
      'compiler/test-branch-combine.cc',
47
      'compiler/test-run-unwinding-info.cc',
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
      'compiler/test-gap-resolver.cc',
      'compiler/test-graph-visualizer.cc',
      'compiler/test-code-assembler.cc',
      'compiler/test-instruction.cc',
      'compiler/test-js-context-specialization.cc',
      'compiler/test-js-constant-cache.cc',
      'compiler/test-js-typed-lowering.cc',
      'compiler/test-jump-threading.cc',
      'compiler/test-linkage.cc',
      'compiler/test-loop-assignment-analysis.cc',
      'compiler/test-loop-analysis.cc',
      'compiler/test-machine-operator-reducer.cc',
      'compiler/test-multiple-return.cc',
      'compiler/test-node.cc',
      'compiler/test-operator.cc',
      'compiler/test-osr.cc',
      'compiler/test-representation-change.cc',
      'compiler/test-run-bytecode-graph-builder.cc',
      'compiler/test-run-calls-to-external-references.cc',
      'compiler/test-run-deopt.cc',
      'compiler/test-run-inlining.cc',
      'compiler/test-run-intrinsics.cc',
      'compiler/test-run-jsbranches.cc',
      'compiler/test-run-jscalls.cc',
      'compiler/test-run-jsexceptions.cc',
      'compiler/test-run-jsobjects.cc',
      'compiler/test-run-jsops.cc',
      'compiler/test-run-load-store.cc',
      'compiler/test-run-machops.cc',
      'compiler/test-run-native-calls.cc',
      'compiler/test-run-stackcheck.cc',
      'compiler/test-run-stubs.cc',
      'compiler/test-run-variables.cc',
      'compiler/test-run-wasm-machops.cc',
82
      'compiler/value-helper.h',
83
      'cctest.cc',
84 85
      'cctest.h',
      'expression-type-collector-macros.h',
86
      'interpreter/interpreter-tester.cc',
87
      'interpreter/interpreter-tester.h',
88 89 90 91 92 93 94 95 96
      'interpreter/source-position-matcher.cc',
      'interpreter/source-position-matcher.h',
      'interpreter/test-bytecode-generator.cc',
      'interpreter/test-interpreter.cc',
      'interpreter/test-interpreter-intrinsics.cc',
      'interpreter/test-source-positions.cc',
      'interpreter/bytecode-expectations-printer.cc',
      'interpreter/bytecode-expectations-printer.h',
      'gay-fixed.cc',
97
      'gay-fixed.h',
98
      'gay-precision.cc',
99
      'gay-precision.h',
100
      'gay-shortest.cc',
101
      'gay-shortest.h',
102 103 104 105 106 107 108 109 110 111 112 113
      'heap/heap-tester.h',
      'heap/heap-utils.cc',
      'heap/heap-utils.h',
      'heap/test-alloc.cc',
      'heap/test-array-buffer-tracker.cc',
      'heap/test-compaction.cc',
      'heap/test-heap.cc',
      'heap/test-incremental-marking.cc',
      'heap/test-lab.cc',
      'heap/test-mark-compact.cc',
      'heap/test-page-promotion.cc',
      'heap/test-spaces.cc',
114
      'libplatform/test-tracing.cc',
115
      'libsampler/test-sampler.cc',
116
      'parsing/test-scanner-streams.cc',
117
      'parsing/test-scanner.cc',
118
      'print-extension.cc',
119
      'print-extension.h',
120
      'profiler-extension.cc',
121
      'profiler-extension.h',
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
      'test-access-checks.cc',
      'test-accessors.cc',
      'test-api.cc',
      'test-api.h',
      'test-api-accessors.cc',
      'test-api-interceptors.cc',
      'test-api-fast-accessor-builder.cc',
      'test-array-list.cc',
      'test-ast.cc',
      'test-atomicops.cc',
      'test-bignum.cc',
      'test-bignum-dtoa.cc',
      'test-bit-vector.cc',
      'test-circular-queue.cc',
      'test-code-cache.cc',
      'test-code-layout.cc',
      'test-code-stub-assembler.cc',
      'test-compiler.cc',
      'test-constantpool.cc',
      'test-conversions.cc',
      'test-cpu-profiler.cc',
      'test-date.cc',
      'test-debug.cc',
      'test-decls.cc',
      'test-deoptimization.cc',
      'test-dictionary.cc',
      'test-diy-fp.cc',
      'test-double.cc',
      'test-dtoa.cc',
      'test-elements-kind.cc',
      'test-fast-dtoa.cc',
      'test-feedback-vector.cc',
154
      'test-feedback-vector.h',
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
      'test-field-type-tracking.cc',
      'test-fixed-dtoa.cc',
      'test-flags.cc',
      'test-func-name-inference.cc',
      'test-global-handles.cc',
      'test-global-object.cc',
      'test-hashing.cc',
      'test-hashmap.cc',
      'test-heap-profiler.cc',
      'test-hydrogen-types.cc',
      'test-identity-map.cc',
      'test-inobject-slack-tracking.cc',
      'test-list.cc',
      'test-liveedit.cc',
      'test-lockers.cc',
      'test-log.cc',
      'test-mementos.cc',
172
      'test-modules.cc',
173
      'test-object.cc',
174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
      'test-parsing.cc',
      'test-platform.cc',
      'test-profile-generator.cc',
      'test-random-number-generator.cc',
      'test-receiver-check-hidden-prototype.cc',
      'test-regexp.cc',
      'test-representation.cc',
      'test-sampler-api.cc',
      'test-serialize.cc',
      'test-simd.cc',
      'test-strings.cc',
      'test-symbols.cc',
      'test-strtod.cc',
      'test-thread-termination.cc',
      'test-threads.cc',
      'test-trace-event.cc',
      'test-transitions.cc',
      'test-typedarrays.cc',
192
      'test-ast-types.cc',
193 194 195 196 197 198 199 200 201 202 203
      'test-types.cc',
      'test-unbound-queue.cc',
      'test-unboxed-doubles.cc',
      'test-unique.cc',
      'test-unscopables-hidden-prototype.cc',
      'test-usecounters.cc',
      'test-utils.cc',
      'test-version.cc',
      'test-weakmaps.cc',
      'test-weaksets.cc',
      'trace-extension.cc',
204 205
      'trace-extension.h',
      'types-fuzz.h',
206 207 208 209 210 211
      'wasm/test-run-wasm.cc',
      'wasm/test-run-wasm-64.cc',
      'wasm/test-run-wasm-asmjs.cc',
      'wasm/test-run-wasm-interpreter.cc',
      'wasm/test-run-wasm-js.cc',
      'wasm/test-run-wasm-module.cc',
212
      'wasm/test-run-wasm-relocation.cc',
213 214 215 216 217 218 219 220 221
      'wasm/test-signatures.h',
      'wasm/test-wasm-function-name-table.cc',
      'wasm/test-wasm-stack.cc',
      'wasm/test-wasm-trap-position.cc',
      'wasm/wasm-run-utils.h',
    ],
    'cctest_sources_ia32': [  ### gcmole(arch:ia32) ###
      'test-assembler-ia32.cc',
      'test-code-stubs.cc',
222
      'test-code-stubs.h',
223 224 225 226 227 228 229 230 231
      'test-code-stubs-ia32.cc',
      'test-disasm-ia32.cc',
      'test-macro-assembler-ia32.cc',
      'test-log-stack-tracer.cc',
      'test-run-wasm-relocation-ia32.cc'
    ],
    'cctest_sources_x64': [  ### gcmole(arch:x64) ###
      'test-assembler-x64.cc',
      'test-code-stubs.cc',
232
      'test-code-stubs.h',
233 234 235 236
      'test-code-stubs-x64.cc',
      'test-disasm-x64.cc',
      'test-macro-assembler-x64.cc',
      'test-log-stack-tracer.cc',
237 238
      'test-run-wasm-relocation-x64.cc',
      'wasm/test-run-wasm-simd.cc'
239 240 241 242
    ],
    'cctest_sources_arm': [  ### gcmole(arch:arm) ###
      'test-assembler-arm.cc',
      'test-code-stubs.cc',
243
      'test-code-stubs.h',
244 245 246 247 248 249 250
      'test-code-stubs-arm.cc',
      'test-disasm-arm.cc',
      'test-macro-assembler-arm.cc',
      'test-run-wasm-relocation-arm.cc'
    ],
    'cctest_sources_arm64': [  ### gcmole(arch:arm64) ###
      'test-utils-arm64.cc',
251
      'test-utils-arm64.h',
252 253
      'test-assembler-arm64.cc',
      'test-code-stubs.cc',
254
      'test-code-stubs.h',
255 256 257 258 259 260 261 262 263 264
      'test-code-stubs-arm64.cc',
      'test-disasm-arm64.cc',
      'test-fuzz-arm64.cc',
      'test-javascript-arm64.cc',
      'test-js-arm64-variables.cc',
      'test-run-wasm-relocation-arm64.cc'
    ],
    'cctest_sources_s390': [  ### gcmole(arch:s390) ###
      'test-assembler-s390.cc',
      'test-code-stubs.cc',
265
      'test-code-stubs.h',
266 267 268 269 270
      'test-disasm-s390.cc'
    ],
    'cctest_sources_ppc': [  ### gcmole(arch:ppc) ###
      'test-assembler-ppc.cc',
      'test-code-stubs.cc',
271
      'test-code-stubs.h',
272 273 274 275 276
      'test-disasm-ppc.cc'
    ],
    'cctest_sources_mips': [  ### gcmole(arch:mips) ###
      'test-assembler-mips.cc',
      'test-code-stubs.cc',
277
      'test-code-stubs.h',
278 279 280 281 282 283 284
      'test-code-stubs-mips.cc',
      'test-disasm-mips.cc',
      'test-macro-assembler-mips.cc'
    ],
    'cctest_sources_mipsel': [  ### gcmole(arch:mipsel) ###
      'test-assembler-mips.cc',
      'test-code-stubs.cc',
285
      'test-code-stubs.h',
286 287 288 289 290 291 292
      'test-code-stubs-mips.cc',
      'test-disasm-mips.cc',
      'test-macro-assembler-mips.cc'
    ],
    'cctest_sources_mips64': [  ### gcmole(arch:mips64) ###
      'test-assembler-mips64.cc',
      'test-code-stubs.cc',
293
      'test-code-stubs.h',
294 295 296 297 298 299 300
      'test-code-stubs-mips64.cc',
      'test-disasm-mips64.cc',
      'test-macro-assembler-mips64.cc'
    ],
    'cctest_sources_mips64el': [  ### gcmole(arch:mips64el) ###
      'test-assembler-mips64.cc',
      'test-code-stubs.cc',
301
      'test-code-stubs.h',
302 303 304 305 306 307 308
      'test-code-stubs-mips64.cc',
      'test-disasm-mips64.cc',
      'test-macro-assembler-mips64.cc'
    ],
    'cctest_sources_x87': [  ### gcmole(arch:x87) ###
      'test-assembler-x87.cc',
      'test-code-stubs.cc',
309
      'test-code-stubs.h',
310 311 312 313 314 315
      'test-code-stubs-x87.cc',
      'test-disasm-x87.cc',
      'test-macro-assembler-x87.cc',
      'test-log-stack-tracer.cc',
      'test-run-wasm-relocation-x87.cc'
    ],
jkummerow@chromium.org's avatar
jkummerow@chromium.org committed
316
  },
317
  'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],
318 319 320 321 322
  'targets': [
    {
      'target_name': 'cctest',
      'type': 'executable',
      'dependencies': [
jkummerow@chromium.org's avatar
jkummerow@chromium.org committed
323
        'resources',
324
        '../../src/v8.gyp:v8_libplatform',
325 326
      ],
      'include_dirs': [
327
        '../..',
328
      ],
329
      'sources': [
330 331
        '../common/wasm/wasm-module-runner.cc',
        '../common/wasm/wasm-module-runner.h',
332
        '<@(cctest_sources)',
jkummerow@chromium.org's avatar
jkummerow@chromium.org committed
333
        '<(generated_file)',
334 335 336
      ],
      'conditions': [
        ['v8_target_arch=="ia32"', {
337 338
          'sources': [
            '<@(cctest_sources_ia32)',
339 340 341
          ],
        }],
        ['v8_target_arch=="x64"', {
342 343
          'sources': [
            '<@(cctest_sources_x64)',
344 345 346
          ],
        }],
        ['v8_target_arch=="arm"', {
347 348
          'sources': [
            '<@(cctest_sources_arm)',
349 350
          ],
        }],
351
        ['v8_target_arch=="arm64"', {
352 353
          'sources': [
            '<@(cctest_sources_arm64)',
354 355
          ],
        }],
356
        ['v8_target_arch=="s390"', {
357 358
          'sources': [
            '<@(cctest_sources_s390)',
359 360 361
          ],
        }],
        ['v8_target_arch=="s390x"', {
362 363
          'sources': [
            '<@(cctest_sources_s390)',
364 365
          ],
        }],
366
        ['v8_target_arch=="ppc"', {
367 368
          'sources': [
            '<@(cctest_sources_ppc)',
369 370 371
          ],
        }],
        ['v8_target_arch=="ppc64"', {
372 373
          'sources': [
            '<@(cctest_sources_ppc)',
374 375
          ],
        }],
376
        ['v8_target_arch=="mips"', {
377 378
          'sources': [
            '<@(cctest_sources_mips)',
379 380
          ],
        }],
381
        ['v8_target_arch=="mipsel"', {
382 383
          'sources': [
            '<@(cctest_sources_mipsel)',
384 385
          ],
        }],
386
        ['v8_target_arch=="mips64"', {
387 388
          'sources': [
            '<@(cctest_sources_mips64)',
389 390
          ],
        }],
391
        ['v8_target_arch=="mips64el"', {
392 393
          'sources': [
            '<@(cctest_sources_mips64el)',
394 395
          ],
        }],
danno@chromium.org's avatar
danno@chromium.org committed
396
        ['v8_target_arch=="x87"', {
397 398
          'sources': [
            '<@(cctest_sources_x87)',
danno@chromium.org's avatar
danno@chromium.org committed
399 400
          ],
        }],
401
        [ 'OS=="linux" or OS=="qnx"', {
402 403 404 405 406 407 408 409
          'sources': [
            'test-platform-linux.cc',
          ],
        }],
        [ 'OS=="win"', {
          'sources': [
            'test-platform-win32.cc',
          ],
410 411 412 413 414 415
          'msvs_settings': {
            'VCCLCompilerTool': {
              # MSVS wants this for gay-{precision,shortest}.cc.
              'AdditionalOptions': ['/bigobj'],
            },
          },
416
        }],
417
        ['v8_target_arch=="ppc" or v8_target_arch=="ppc64" \
418 419
          or v8_target_arch=="arm" or v8_target_arch=="arm64" \
          or v8_target_arch=="s390" or v8_target_arch=="s390x"', {
420 421 422 423
          # disable fmadd/fmsub so that expected results match generated code in
          # RunFloat64MulAndFloat64Add1 and friends.
          'cflags': ['-ffp-contract=off'],
        }],
424 425 426
        ['OS=="aix"', {
          'ldflags': [ '-Wl,-bbigtoc' ],
        }],
427 428 429
        ['component=="shared_library"', {
          # cctest can't be built against a shared library, so we need to
          # depend on the underlying static target in that case.
430
          'dependencies': ['../../src/v8.gyp:v8_maybe_snapshot'],
431
        }, {
432
          'dependencies': ['../../src/v8.gyp:v8'],
433
        }],
434 435
      ],
    },
jkummerow@chromium.org's avatar
jkummerow@chromium.org committed
436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470
    {
      'target_name': 'resources',
      'type': 'none',
      'variables': {
        'file_list': [
           '../../tools/splaytree.js',
           '../../tools/codemap.js',
           '../../tools/csvparser.js',
           '../../tools/consarray.js',
           '../../tools/profile.js',
           '../../tools/profile_view.js',
           '../../tools/logreader.js',
           'log-eq-of-logging-and-traversal.js',
        ],
      },
      'actions': [
        {
          'action_name': 'js2c',
          'inputs': [
            '../../tools/js2c.py',
            '<@(file_list)',
          ],
          'outputs': [
            '<(generated_file)',
          ],
          'action': [
            'python',
            '../../tools/js2c.py',
            '<@(_outputs)',
            'TEST',  # type
            '<@(file_list)',
          ],
        }
      ],
    },
471 472 473 474
    {
      'target_name': 'generate-bytecode-expectations',
      'type': 'executable',
      'dependencies': [
475
        '../../src/v8.gyp:v8_libplatform',
476 477 478 479
      ],
      'conditions': [
        ['component=="shared_library"', {
          # Same as cctest, we need to depend on the underlying static target.
480
          'dependencies': ['../../src/v8.gyp:v8_maybe_snapshot'],
481
        }, {
482
          'dependencies': ['../../src/v8.gyp:v8'],
483 484 485 486 487 488
        }],
      ],
      'include_dirs+': [
        '../..',
      ],
      'sources': [
489 490 491
        'interpreter/bytecode-expectations-printer.cc',
        'interpreter/bytecode-expectations-printer.h',
        'interpreter/generate-bytecode-expectations.cc',
492 493
      ],
    },
494
  ],
495 496 497 498
  'conditions': [
    ['test_isolation_mode != "noop"', {
      'targets': [
        {
499
          'target_name': 'cctest_exe_run',
500 501 502 503 504
          'type': 'none',
          'dependencies': [
            'cctest',
          ],
          'includes': [
505
            '../../gypfiles/isolate.gypi',
506
          ],
507 508 509 510 511 512 513 514 515 516 517
          'sources': [
            'cctest_exe.isolate',
          ],
        },
        {
          'target_name': 'cctest_run',
          'type': 'none',
          'dependencies': [
            'cctest_exe_run',
          ],
          'includes': [
518
            '../../gypfiles/isolate.gypi',
519
          ],
520 521 522 523 524 525 526
          'sources': [
            'cctest.isolate',
          ],
        },
      ],
    }],
  ],
527
}