• Feng Yu's avatar
    [test] Migrate cctest/compiler/test-codegen to unittests/ · 4392e0a4
    Feng Yu authored
    This changeset include:
    1. [prepare for migrate] move `cctest/compiler/value-helper.h`,
    `cctest/compiler/c-signature.h`, and `cctest/compiler/call-tester.h` to
    `test/common` directory because both `test-codegen` and a lot of cctest file
    include it.
    2. [prepare for migrate] separate the tester helper part of `test-codegen`
    into a new `codegen-tester` file.
    3. finally, migrate test-codegen.cc to `codegen-unittest.cc`
    
    Bug: v8:12781
    Change-Id: Ia2f52c1d3b6b62501066dc1c4308a2c09d699e92
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3831146Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#82630}
    4392e0a4
Name
Last commit
Last update
..
code-assembler-tester.h Loading commit data...
codegen-tester.cc Loading commit data...
codegen-tester.h Loading commit data...
function-tester.cc Loading commit data...
function-tester.h Loading commit data...
graph-and-builders.h Loading commit data...
node-observer-tester.h Loading commit data...
serializer-tester.h Loading commit data...
test-atomic-load-store-codegen.cc Loading commit data...
test-basic-block-profiler.cc Loading commit data...
test-branch-combine.cc Loading commit data...
test-calls-with-arraylike-or-spread.cc Loading commit data...
test-code-assembler.cc Loading commit data...
test-code-generator.cc Loading commit data...
test-concurrent-shared-function-info.cc Loading commit data...
test-gap-resolver.cc Loading commit data...
test-graph-visualizer.cc Loading commit data...
test-instruction-scheduler.cc Loading commit data...
test-instruction.cc Loading commit data...
test-js-constant-cache.cc Loading commit data...
test-js-context-specialization.cc Loading commit data...
test-js-typed-lowering.cc Loading commit data...
test-jump-threading.cc Loading commit data...
test-linkage.cc Loading commit data...
test-loop-analysis.cc Loading commit data...
test-machine-operator-reducer.cc Loading commit data...
test-multiple-return.cc Loading commit data...
test-node.cc Loading commit data...
test-operator.cc Loading commit data...
test-representation-change.cc Loading commit data...
test-run-bytecode-graph-builder.cc Loading commit data...
test-run-calls-to-external-references.cc Loading commit data...
test-run-deopt.cc Loading commit data...
test-run-jsbranches.cc Loading commit data...
test-run-jscalls.cc Loading commit data...
test-run-jsexceptions.cc Loading commit data...
test-run-jsobjects.cc Loading commit data...
test-run-jsops.cc Loading commit data...
test-run-load-store.cc Loading commit data...
test-run-machops.cc Loading commit data...
test-run-native-calls.cc Loading commit data...
test-run-stackcheck.cc Loading commit data...
test-run-tail-calls.cc Loading commit data...
test-run-unwinding-info.cc Loading commit data...
test-run-variables.cc Loading commit data...
test-sloppy-equality.cc Loading commit data...
test-verify-type.cc Loading commit data...