Drop failed ut

Issue: #IB5787

Signed-off-by: renguangxuan <renguangxuan@huawei.com>
Change-Id: I61908661581eeba96dd3585aa196e5f8f5bc73c3
This commit is contained in:
renguangxuan 2024-11-18 19:31:26 +08:00
parent a11fdfc43a
commit 7f22732af0

View File

@ -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",
]
}
}