mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 06:40:32 +00:00
Add runtime_core ut to ggw
Issue: #IB5A2I Signed-off-by: renguangxuan <renguangxuan@huawei.com> Change-Id: Id3fdedef8b3db07f37ce68ee5b1f29d9edd5dfdb
This commit is contained in:
parent
a4bd45d11e
commit
f72f1522eb
8
BUILD.gn
8
BUILD.gn
@ -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",
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
test/ignorelist/ignored-ut-debug-x64-runtime_core.txt
Normal file
1
test/ignorelist/ignored-ut-debug-x64-runtime_core.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Know failure list for ut - debug - x64 - runtime_core
|
1
test/ignorelist/ignored-ut-release-x64-runtime_core.txt
Normal file
1
test/ignorelist/ignored-ut-release-x64-runtime_core.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Know failure list for ut - release - x64 - runtime_core
|
Loading…
Reference in New Issue
Block a user