Add runtime_core ut to ggw

Issue: #IB5A2I

Signed-off-by: renguangxuan <renguangxuan@huawei.com>
Change-Id: Id3fdedef8b3db07f37ce68ee5b1f29d9edd5dfdb
This commit is contained in:
renguangxuan 2024-11-19 10:16:32 +08:00
parent a4bd45d11e
commit f72f1522eb
3 changed files with 5 additions and 5 deletions

View File

@ -367,18 +367,16 @@ group("runtime_core_host_unittest") {
"$ark_root/arkplatform/tests:host_unittest", "$ark_root/arkplatform/tests:host_unittest",
"$ark_root/assembler/tests:host_unittest", "$ark_root/assembler/tests:host_unittest",
"$ark_root/bytecode_optimizer/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/libark_defect_scan_aux/tests/unittest:host_unittest",
"$ark_root/libpandabase/tests:host_unittest",
"$ark_root/libpandafile/tests:host_unittest", "$ark_root/libpandafile/tests:host_unittest",
"$ark_root/libziparchive/tests:host_unittest", "$ark_root/libziparchive/tests:host_unittest",
"$ark_root/platforms/tests:host_unittest", "$ark_root/platforms/tests:host_unittest",
"$ark_root/verifier/tests:host_unittest", "$ark_root/verifier/tests:host_unittest",
] ]
if (!ark_standalone_build) { if (!ark_standalone_build) {
deps += [ deps += [ "$ark_root/disassembler/tests:host_unittest" ]
"$ark_root/compiler/tests:host_unittest",
"$ark_root/disassembler/tests:host_unittest",
"$ark_root/libpandabase/tests:host_unittest",
]
} }
} }

View File

@ -0,0 +1 @@
# Know failure list for ut - debug - x64 - runtime_core

View File

@ -0,0 +1 @@
# Know failure list for ut - release - x64 - runtime_core