mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 06:40:32 +00:00
Drop failed ut
Issue: #IB5787 Signed-off-by: renguangxuan <renguangxuan@huawei.com> Change-Id: I61908661581eeba96dd3585aa196e5f8f5bc73c3
This commit is contained in:
parent
a11fdfc43a
commit
7f22732af0
8
BUILD.gn
8
BUILD.gn
@ -367,16 +367,18 @@ group("runtime_core_host_unittest") {
|
||||
"$ark_root/arkplatform/tests:host_unittest",
|
||||
"$ark_root/assembler/tests:host_unittest",
|
||||
"$ark_root/bytecode_optimizer/tests:host_unittest",
|
||||
"$ark_root/compiler/tests:host_unittest",
|
||||
"$ark_root/libark_defect_scan_aux/tests/unittest:host_unittest",
|
||||
"$ark_root/libpandabase/tests:host_unittest",
|
||||
"$ark_root/libpandafile/tests:host_unittest",
|
||||
"$ark_root/libziparchive/tests:host_unittest",
|
||||
"$ark_root/platforms/tests:host_unittest",
|
||||
"$ark_root/verifier/tests:host_unittest",
|
||||
]
|
||||
if (!ark_standalone_build) {
|
||||
deps += [ "$ark_root/disassembler/tests:host_unittest" ]
|
||||
deps += [
|
||||
"$ark_root/compiler/tests:host_unittest",
|
||||
"$ark_root/disassembler/tests:host_unittest",
|
||||
"$ark_root/libpandabase/tests:host_unittest",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user