aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/cctest.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/cctest.gyp')
-rw-r--r--deps/v8/test/cctest/cctest.gyp28
1 files changed, 21 insertions, 7 deletions
diff --git a/deps/v8/test/cctest/cctest.gyp b/deps/v8/test/cctest/cctest.gyp
index 4d1c467ea0..1b851e44cf 100644
--- a/deps/v8/test/cctest/cctest.gyp
+++ b/deps/v8/test/cctest/cctest.gyp
@@ -59,7 +59,6 @@
'compiler/test-codegen-deopt.cc',
'compiler/test-control-reducer.cc',
'compiler/test-gap-resolver.cc',
- 'compiler/test-graph-reducer.cc',
'compiler/test-graph-visualizer.cc',
'compiler/test-instruction.cc',
'compiler/test-js-context-specialization.cc',
@@ -74,6 +73,7 @@
'compiler/test-node-cache.cc',
'compiler/test-node.cc',
'compiler/test-operator.cc',
+ 'compiler/test-osr.cc',
'compiler/test-pipeline.cc',
'compiler/test-representation-change.cc',
'compiler/test-run-deopt.cc',
@@ -87,10 +87,7 @@
'compiler/test-run-properties.cc',
'compiler/test-run-stackcheck.cc',
'compiler/test-run-variables.cc',
- 'compiler/test-schedule.cc',
- 'compiler/test-scheduler.cc',
'compiler/test-simplified-lowering.cc',
- 'compiler/test-typer.cc',
'cctest.cc',
'gay-fixed.cc',
'gay-precision.cc',
@@ -100,12 +97,13 @@
'test-accessors.cc',
'test-alloc.cc',
'test-api.cc',
+ 'test-api.h',
+ 'test-api-interceptors.cc',
'test-ast.cc',
'test-atomicops.cc',
'test-bignum.cc',
'test-bignum-dtoa.cc',
'test-bit-vector.cc',
- 'test-checks.cc',
'test-circular-queue.cc',
'test-compiler.cc',
'test-constantpool.cc',
@@ -113,7 +111,6 @@
'test-cpu-profiler.cc',
'test-date.cc',
'test-debug.cc',
- 'test-declarative-accessors.cc',
'test-decls.cc',
'test-deoptimization.cc',
'test-dictionary.cc',
@@ -140,6 +137,7 @@
'test-microtask-delivery.cc',
'test-mark-compact.cc',
'test-mementos.cc',
+ 'test-migrations.cc',
'test-object-observe.cc',
'test-ordered-hash-table.cc',
'test-parsing.cc',
@@ -168,7 +166,9 @@
'test-weakmaps.cc',
'test-weaksets.cc',
'test-weaktypedarrays.cc',
- 'trace-extension.cc'
+ 'trace-extension.cc',
+ '../../src/startup-data-util.h',
+ '../../src/startup-data-util.cc'
],
'conditions': [
['v8_target_arch=="ia32"', {
@@ -212,6 +212,20 @@
'test-js-arm64-variables.cc'
],
}],
+ ['v8_target_arch=="ppc"', {
+ 'sources': [ ### gcmole(arch:ppc) ###
+ 'test-assembler-ppc.cc',
+ 'test-code-stubs.cc',
+ 'test-disasm-ppc.cc'
+ ],
+ }],
+ ['v8_target_arch=="ppc64"', {
+ 'sources': [ ### gcmole(arch:ppc64) ###
+ 'test-assembler-ppc.cc',
+ 'test-code-stubs.cc',
+ 'test-disasm-ppc.cc'
+ ],
+ }],
['v8_target_arch=="mipsel"', {
'sources': [ ### gcmole(arch:mipsel) ###
'test-assembler-mips.cc',