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:
coollixin 2023-09-22 12:40:08 +08:00
parent 10fc1b7de8
commit 4d276b16ec
95 changed files with 95 additions and 95 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"