Commit dc597278 authored by jameslahm's avatar jameslahm Committed by V8 LUCI CQ

[test] Move cctest/test-deoptimization to unittests/

... deoptimizer/deoptimization-unittest.

Bug: v8:12781
Change-Id: I453d02f6ead59ee274af600197dedc01cb144a4e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3705237
Commit-Queue: 王澳 <wangao.james@bytedance.com>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81181}
parent c6cec7c9
...@@ -180,7 +180,6 @@ v8_source_set("cctest_sources") { ...@@ -180,7 +180,6 @@ v8_source_set("cctest_sources") {
"test-cpu-profiler.cc", "test-cpu-profiler.cc",
"test-debug-helper.cc", "test-debug-helper.cc",
"test-debug.cc", "test-debug.cc",
"test-deoptimization.cc",
"test-descriptor-array.cc", "test-descriptor-array.cc",
"test-dictionary.cc", "test-dictionary.cc",
"test-disasm-regex-helper.cc", "test-disasm-regex-helper.cc",
......
This diff is collapsed.
...@@ -331,6 +331,7 @@ v8_source_set("unittests_sources") { ...@@ -331,6 +331,7 @@ v8_source_set("unittests_sources") {
"date/date-cache-unittest.cc", "date/date-cache-unittest.cc",
"date/date-unittest.cc", "date/date-unittest.cc",
"debug/debug-property-iterator-unittest.cc", "debug/debug-property-iterator-unittest.cc",
"deoptimizer/deoptimization-unittest.cc",
"diagnostics/eh-frame-iterator-unittest.cc", "diagnostics/eh-frame-iterator-unittest.cc",
"diagnostics/eh-frame-writer-unittest.cc", "diagnostics/eh-frame-writer-unittest.cc",
"diagnostics/gdb-jit-unittest.cc", "diagnostics/gdb-jit-unittest.cc",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment