| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index b6fc5332ee7fb856216261fd7689993dda3ac04d..e0da276976a55c733d47d327a92a301268a92ca6 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -33,7 +33,9 @@
|
| 'generated_file': '<(SHARED_INTERMEDIATE_DIR)/resources.cc',
|
| 'cctest_sources': [ ### gcmole(all) ###
|
| 'asmjs/test-asm-typer.cc',
|
| + 'ast-types-fuzz.h',
|
| 'compiler/c-signature.h',
|
| + 'compiler/call-tester.h',
|
| 'compiler/codegen-tester.cc',
|
| 'compiler/codegen-tester.h',
|
| 'compiler/code-assembler-tester.h',
|
| @@ -77,8 +79,12 @@
|
| 'compiler/test-run-stubs.cc',
|
| 'compiler/test-run-variables.cc',
|
| 'compiler/test-run-wasm-machops.cc',
|
| + 'compiler/value-helper.h',
|
| 'cctest.cc',
|
| + 'cctest.h',
|
| + 'expression-type-collector-macros.h',
|
| 'interpreter/interpreter-tester.cc',
|
| + 'interpreter/interpreter-tester.h',
|
| 'interpreter/source-position-matcher.cc',
|
| 'interpreter/source-position-matcher.h',
|
| 'interpreter/test-bytecode-generator.cc',
|
| @@ -88,8 +94,11 @@
|
| 'interpreter/bytecode-expectations-printer.cc',
|
| 'interpreter/bytecode-expectations-printer.h',
|
| 'gay-fixed.cc',
|
| + 'gay-fixed.h',
|
| 'gay-precision.cc',
|
| + 'gay-precision.h',
|
| 'gay-shortest.cc',
|
| + 'gay-shortest.h',
|
| 'heap/heap-tester.h',
|
| 'heap/heap-utils.cc',
|
| 'heap/heap-utils.h',
|
| @@ -106,7 +115,9 @@
|
| 'libsampler/test-sampler.cc',
|
| 'parsing/test-scanner-streams.cc',
|
| 'print-extension.cc',
|
| + 'print-extension.h',
|
| 'profiler-extension.cc',
|
| + 'profiler-extension.h',
|
| 'test-access-checks.cc',
|
| 'test-accessors.cc',
|
| 'test-api.cc',
|
| @@ -139,6 +150,7 @@
|
| 'test-elements-kind.cc',
|
| 'test-fast-dtoa.cc',
|
| 'test-feedback-vector.cc',
|
| + 'test-feedback-vector.h',
|
| 'test-field-type-tracking.cc',
|
| 'test-fixed-dtoa.cc',
|
| 'test-flags.cc',
|
| @@ -187,6 +199,8 @@
|
| 'test-weakmaps.cc',
|
| 'test-weaksets.cc',
|
| 'trace-extension.cc',
|
| + 'trace-extension.h',
|
| + 'types-fuzz.h',
|
| 'wasm/test-run-wasm.cc',
|
| 'wasm/test-run-wasm-64.cc',
|
| 'wasm/test-run-wasm-asmjs.cc',
|
| @@ -203,6 +217,7 @@
|
| 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ###
|
| 'test-assembler-ia32.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-ia32.cc',
|
| 'test-disasm-ia32.cc',
|
| 'test-macro-assembler-ia32.cc',
|
| @@ -212,6 +227,7 @@
|
| 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
|
| 'test-assembler-x64.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-x64.cc',
|
| 'test-disasm-x64.cc',
|
| 'test-macro-assembler-x64.cc',
|
| @@ -222,6 +238,7 @@
|
| 'cctest_sources_arm': [ ### gcmole(arch:arm) ###
|
| 'test-assembler-arm.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-arm.cc',
|
| 'test-disasm-arm.cc',
|
| 'test-macro-assembler-arm.cc',
|
| @@ -229,8 +246,10 @@
|
| ],
|
| 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
|
| 'test-utils-arm64.cc',
|
| + 'test-utils-arm64.h',
|
| 'test-assembler-arm64.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-arm64.cc',
|
| 'test-disasm-arm64.cc',
|
| 'test-fuzz-arm64.cc',
|
| @@ -241,16 +260,19 @@
|
| 'cctest_sources_s390': [ ### gcmole(arch:s390) ###
|
| 'test-assembler-s390.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-disasm-s390.cc'
|
| ],
|
| 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ###
|
| 'test-assembler-ppc.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-disasm-ppc.cc'
|
| ],
|
| 'cctest_sources_mips': [ ### gcmole(arch:mips) ###
|
| 'test-assembler-mips.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-mips.cc',
|
| 'test-disasm-mips.cc',
|
| 'test-macro-assembler-mips.cc'
|
| @@ -258,6 +280,7 @@
|
| 'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ###
|
| 'test-assembler-mips.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-mips.cc',
|
| 'test-disasm-mips.cc',
|
| 'test-macro-assembler-mips.cc'
|
| @@ -265,6 +288,7 @@
|
| 'cctest_sources_mips64': [ ### gcmole(arch:mips64) ###
|
| 'test-assembler-mips64.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-mips64.cc',
|
| 'test-disasm-mips64.cc',
|
| 'test-macro-assembler-mips64.cc'
|
| @@ -272,6 +296,7 @@
|
| 'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ###
|
| 'test-assembler-mips64.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-mips64.cc',
|
| 'test-disasm-mips64.cc',
|
| 'test-macro-assembler-mips64.cc'
|
| @@ -279,6 +304,7 @@
|
| 'cctest_sources_x87': [ ### gcmole(arch:x87) ###
|
| 'test-assembler-x87.cc',
|
| 'test-code-stubs.cc',
|
| + 'test-code-stubs.h',
|
| 'test-code-stubs-x87.cc',
|
| 'test-disasm-x87.cc',
|
| 'test-macro-assembler-x87.cc',
|
|
|