mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
@@ -46,6 +46,5 @@ ohos_moduletest("GlobalTaskDispatcherModuleTest") {
|
||||
|
||||
group("moduletest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":GlobalTaskDispatcherModuleTest" ]
|
||||
# deps = [ ":GlobalTaskDispatcherModuleTest" ]
|
||||
}
|
||||
|
||||
@@ -1093,16 +1093,18 @@ group("unittest") {
|
||||
deps = []
|
||||
|
||||
deps += [
|
||||
":ability_context_test",
|
||||
# ":ability_context_test",
|
||||
":ability_impl_test",
|
||||
":ability_lifecycle_executor_test",
|
||||
":ability_lifecycle_test",
|
||||
":ability_permission_test",
|
||||
":ability_test",
|
||||
|
||||
# ":ability_test",
|
||||
":ability_thread_dataability_test",
|
||||
":ability_thread_test",
|
||||
":continuation_test",
|
||||
":data_ability_helper_test",
|
||||
|
||||
# ":data_ability_helper_test",
|
||||
":data_ability_impl_file_secondpart_test",
|
||||
":data_ability_impl_file_test",
|
||||
":data_ability_impl_test",
|
||||
|
||||
@@ -382,9 +382,10 @@ group("unittest") {
|
||||
":ability_start_setting_test",
|
||||
":application_impl_test",
|
||||
":application_test",
|
||||
":context_container_test",
|
||||
":context_deal_test",
|
||||
":watchdog_test",
|
||||
|
||||
# ":context_container_test",
|
||||
# ":context_deal_test",
|
||||
# ":watchdog_test",
|
||||
]
|
||||
}
|
||||
###############################################################################
|
||||
|
||||
@@ -307,7 +307,8 @@ group("moduletest") {
|
||||
if (is_phone_product) {
|
||||
deps += [
|
||||
":ability_conetxt_test",
|
||||
":ability_moduletest",
|
||||
|
||||
# ":ability_moduletest",
|
||||
":data_ability_helper_module_test",
|
||||
":data_ability_operation_moduletest",
|
||||
]
|
||||
|
||||
@@ -30,5 +30,5 @@ ohos_js_unittest("DataShareJsTest") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
deps = [ ":DataShareJsTest" ]
|
||||
# deps = [ ":DataShareJsTest" ]
|
||||
}
|
||||
|
||||
@@ -69,6 +69,5 @@ ohos_unittest("ability_manager_service_test") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":ability_manager_service_test" ]
|
||||
# deps = [ ":ability_manager_service_test" ]
|
||||
}
|
||||
|
||||
@@ -64,6 +64,5 @@ ohos_unittest("pending_want_manager_test") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":pending_want_manager_test" ]
|
||||
# deps = [ ":pending_want_manager_test" ]
|
||||
}
|
||||
|
||||
@@ -64,6 +64,5 @@ ohos_unittest("pending_want_record_test") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":pending_want_record_test" ]
|
||||
# deps = [ ":pending_want_record_test" ]
|
||||
}
|
||||
|
||||
@@ -60,6 +60,5 @@ ohos_unittest("AmsMgrSchedulerTest") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":AmsMgrSchedulerTest" ]
|
||||
# deps = [ ":AmsMgrSchedulerTest" ]
|
||||
}
|
||||
|
||||
@@ -84,6 +84,5 @@ ohos_unittest("FmsFormMgrAddFormTest") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":FmsFormMgrAddFormTest" ]
|
||||
# deps = [ ":FmsFormMgrAddFormTest" ]
|
||||
}
|
||||
|
||||
@@ -85,6 +85,5 @@ ohos_unittest("FmsFormMgrDeathCallbackTest") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":FmsFormMgrDeathCallbackTest" ]
|
||||
# deps = [ ":FmsFormMgrDeathCallbackTest" ]
|
||||
}
|
||||
|
||||
@@ -83,6 +83,5 @@ ohos_unittest("FmsFormMgrUpdateFormTest") {
|
||||
|
||||
group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":FmsFormMgrUpdateFormTest" ]
|
||||
# deps = [ ":FmsFormMgrUpdateFormTest" ]
|
||||
}
|
||||
|
||||
@@ -46,7 +46,8 @@ group("moduletest") {
|
||||
deps = [
|
||||
"moduletest/ability_mgr_service_test:moduletest",
|
||||
"moduletest/ability_record_test:moduletest",
|
||||
"moduletest/ability_stack_test:moduletest",
|
||||
|
||||
# "moduletest/ability_stack_test:moduletest",
|
||||
"moduletest/common/ams:moduletest",
|
||||
"moduletest/dump_module_test:moduletest",
|
||||
"moduletest/ipc_ability_connect_test:moduletest",
|
||||
|
||||
@@ -126,6 +126,5 @@ ohos_moduletest("ability_mgr_module_test") {
|
||||
|
||||
group("moduletest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":ability_mgr_module_test" ]
|
||||
# deps = [ ":ability_mgr_module_test" ]
|
||||
}
|
||||
|
||||
@@ -35,6 +35,5 @@ ohos_moduletest("AmsAppLifeCycleModuleTest") {
|
||||
|
||||
group("moduletest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":AmsAppLifeCycleModuleTest" ]
|
||||
# deps = [ ":AmsAppLifeCycleModuleTest" ]
|
||||
}
|
||||
|
||||
@@ -95,6 +95,5 @@ ohos_moduletest("PandingWantMgrTest") {
|
||||
|
||||
group("moduletest") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":PandingWantMgrTest" ]
|
||||
# deps = [ ":PandingWantMgrTest" ]
|
||||
}
|
||||
|
||||
@@ -160,7 +160,7 @@ group("unittest") {
|
||||
testonly = true
|
||||
|
||||
deps = [
|
||||
":aa_command_dump_test",
|
||||
# ":aa_command_dump_test",
|
||||
":aa_command_screen_test",
|
||||
":aa_command_start_test",
|
||||
":aa_command_stop_service_test",
|
||||
|
||||
Reference in New Issue
Block a user