mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-23 15:40:03 +00:00
fuzz_test_output_path 命名冲突
issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I83IQT Signed-off-by: coollixin <lixin581@huawei.com>
This commit is contained in:
parent
10fc1b7de8
commit
4d276b16ec
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerAddInspectedHeapObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofileraddinspectedheapobject_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerCollectgarbageFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/heapprofilercollectgarbage_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerDisableFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdisable_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerDispatchFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerdispatch_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerEnableFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerenable_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerGetheapObjectIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetheapobjectid_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerGetObjectByHeapObjectIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetobjectbyheapobjectid_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerGetSamplingProfileFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetsamplingprofile_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerStartSamplingFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstartsampling_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerStartTrackingHeapObjectsFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/agent/heapprofiler/heapprofilerstarttrackingheapobjects_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerStopSamplingFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstopsampling_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerStopTrackingHeapObjectsFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/agent/heapprofiler/heapprofilerstoptrackingheapobjects_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("HeapprofilerTakeHeapSnapshotFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/agent/heapprofiler/heapprofilertakeheapsnapshot_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BackendBreakpointFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/backend/backendbreakpoint_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BackendExceptionFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/backend/backendexception_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BackendLoadModuleFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/backend/backendloadmodule_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BackendNativeCallingFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/backend/backendnativecalling_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BackendSingleStepFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/backend/backendsinglestep_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtBase64DecodeFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64decode_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtBase64EncodeFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptbase64/baseptbase64encode_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsBreakpointGetBreakpointIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointgetbreakpointid_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsBreakpointGetLocationFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointgetlocation_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsBreakpointGetNameFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointgetname_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsBreakpointSetBreakpointIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetbreakpointid_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsBreakpointSetLocationFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedGetCallFramesFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetcallframes_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedGetDataFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetdata_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedGetHitBreakpointsFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgethitbreakpoints_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedGetNameFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetname_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedGetReasonFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetreason_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedGetReasonStringFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetreasonstring_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedHasDataFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedhasdata_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedHasHitBreakpointsFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedhashitbreakpoints_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedSetCallFramesFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetcallframes_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedSetDataFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetdata_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedSetHitBreakpointsFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("BasePtsPausedSetReasonFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetreason_fuzzer"
|
||||
|
||||
|
@ -18,7 +18,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("ConnectServerFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/connectserver_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("DispatchProtocolMessageFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/dispatchprotocolmessage_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("InitializeDebuggerFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/initializedebugger_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/protocolhandler_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerDispatchFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/protocolhandlerdispatch_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerGetFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/protocolhandlerget_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerNotifFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/protocolhandlernotif_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerProcessFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/protocolhandlerprocess_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerResponseFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"$toolchain_root/test/fuzztest/protocolhandlerresponse_fuzzer"
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerRunFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/protocolhandlerrun_fuzzer"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("ProtocolHandlerWaitFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/protocolhandlerwait_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesBreakpointParseIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesbreakpointparseid_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesBreakpointToStringFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesbreakpointtostring_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetails_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsColumnFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailscolumn_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsCreateFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailscreate_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsExceptionFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsexception_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsExceptionIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsexceptionid_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsExecutionContextIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsexecutioncontextid_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsLineFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsline_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsScriptIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsscriptid_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsTextFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailstext_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsToJsonFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailstojson_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesExceptionDetailsUrlFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsurl_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesFunctionRemoteObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesGeneratorFunctionRemoteObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesgeneratorfunctionremoteobject_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesInternalPropertyDespFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydesp_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesInternalPropertyDespCreateFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespcreate_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesInternalPropertyDespNameFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespname_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesInternalPropertyDespToJsonFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydesptojson_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesInternalPropertyDespValueFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespvalue_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesObjectRemoteObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesobjectremoteobject_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrimitiveRemoteObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesprimitiveremoteobject_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrivatePropertyDespFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydesp_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrivatePropertyDespCreateFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespcreate_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrivatePropertyDespGetFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespget_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrivatePropertyDespNameFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespname_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrivatePropertyDespSetFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespset_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrivatePropertyDespToJsonFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydesptojson_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesPrivatePropertyDespValueFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespvalue_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesremoteobject_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectDescriptionFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectdescription_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectGetClassNameFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetclassname_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectGetSubTypeFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetsubtype_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectGetTypeFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgettype_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectGetValueFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectHasClassNameFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjecthasclassname_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectHasSubTypeFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjecthassubtype_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectObjectIdFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectobjectid_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectSetClassNameFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetclassname_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectSetSubTypeFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetsubtype_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectSetTypeFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsettype_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectSetValueFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetvalue_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesRemoteObjectUnserializableValueFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "//arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectunserializablevalue_fuzzer"
|
||||
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesStringRemoteObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypesstringremoteobject_fuzzer"
|
||||
|
@ -19,7 +19,7 @@ import("//build/test.gni")
|
||||
|
||||
##################################fuzztest#####################################
|
||||
ohos_fuzztest("PtTypesSymbolRemoteObjectFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file =
|
||||
"//arkcompiler/toolchain/test/fuzztest/pttypessymbolremoteobject_fuzzer"
|
||||
|
@ -18,7 +18,7 @@ import("//build/test.gni")
|
||||
|
||||
####################################fuzztest##################################
|
||||
ohos_fuzztest("WsServerFuzzTest") {
|
||||
module_out_path = fuzz_test_output_path
|
||||
module_out_path = toolchain_output_path
|
||||
|
||||
fuzz_config_file = "$toolchain_root/test/fuzztest/wsserver_fuzzer"
|
||||
|
||||
|
@ -14,4 +14,4 @@
|
||||
import("../ets_runtime/js_runtime_config.gni")
|
||||
|
||||
toolchain_root = "//arkcompiler/toolchain"
|
||||
fuzz_test_output_path = "toolchain/toolchain"
|
||||
toolchain_output_path = "toolchain/toolchain"
|
||||
|
Loading…
Reference in New Issue
Block a user