Modify the module_output_path.

issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I82LW2

Signed-off-by: yqhan <hanyuqing2@huawei.com>
This commit is contained in:
yqhan 2023-09-19 15:38:21 +08:00
parent 0e309bc050
commit 2f32e55e1b
279 changed files with 280 additions and 278 deletions

View File

@ -113,3 +113,5 @@ enable_local_code_sign = false
if (have_local_code_sign && enable_target_compilation) {
enable_local_code_sign = true
}
fuzz_test_output_path = "ets_runtime/ets_runtime"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ArrayBufferRefNewFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnew_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ArrayBufferRefNewWithTwoParametersFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnewwithtwoparameters_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ArrayListFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("BigInt64ArrayRefNewFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/bigint64arrayrefnew_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
####################################fuzztest##################################
ohos_fuzztest("BigIntToInt64FuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
####################################fuzztest##################################
ohos_fuzztest("BigIntToUint64FuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("BigUint64ArrayRefNewFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/biguint64arrayrefnew_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("BinaryToTextFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "$js_root/test/fuzztest/binarytotext_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("BooleanRefNewBoolFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/booleanrefnewbool_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
####################################fuzztest##################################
ohos_fuzztest("BuildJsStackTraceFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "$js_root/test/fuzztest/buildjsstacktrace_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuildNativeAndJsStackTraceFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/buildnativeandJsstacktrace_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferAllocateArrayBufferFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferallocatearraybuffer_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferArrayBufferConstructorFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferCloneArrayBufferFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferclonearraybuffer_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferFastSetValueInBufferFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferfastsetvalueinbuffer_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferGetValueFromBufferForBigIntFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforbigint_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferGetValueFromBufferForFloatFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforfloat_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferGetValueFromBufferForIntegerFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforinteger_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferIsViewFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferSetValueInBufferForByteFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffersetvalueinbufferforbyte_fuzzer"

View File

@ -20,7 +20,7 @@ import("//build/test.gni")
##################################fuzztest#####################################
ohos_fuzztest("BuiltinsArrayBufferSetValueInBufferForUint8ClampedFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffersetvalueinbufferforuint8clamped_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequeForEachFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequeforeach_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequeGetFirstFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequegetfirst_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequeGetLastFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequegetlast_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequeHasFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequehas_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequeInsertEndFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequeinsertend_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequeInsertFrontFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containersdequeinsertfront_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequeIteratorFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequeiterator_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequePopFirstFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequepopfirst_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersDequePopLastFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containersdequepoplast_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmap_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapClearFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapclear_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapEntriesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapentries_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapForEachFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapforeach_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapGetFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapget_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapGetLengthFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containershashmapgetlength_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapHasKeyFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmaphaskey_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapHasValueFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmaphasvalue_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapIsEmptyFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapisempty_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapKeysFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapkeys_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapRemoveFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapremove_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapReplaceFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapreplace_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapSetFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapSetAllFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapsetall_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashMapValuesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashmapvalues_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetAddFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsetadd_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetClearFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsetclear_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetConstructorFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containershashsetconstructor_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetEntriesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsetentries_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetForEachFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsetforeach_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetGetLengthFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containershashsetgetlength_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetHasFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsethas_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetIsEmptyFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsetisempty_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetRemoveFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsetremove_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersHashSetValuesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containershashsetvalues_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmap_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapAtFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapat_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapClearFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapEntriesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapForEachFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapHasAllFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapIsEmptyFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapKeysFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapLengthFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapRemoveFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapSetAllFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapSetAndGetFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetandget_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapToStringFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightMapValuesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetAddFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetadd_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetAddAllFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetaddall_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetClearFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetEntriesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetEqualFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetequal_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetForeachFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetforeach_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetGetIndexOfFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetindexof_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetGetIteratorObjFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetiteratorobj_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetGetSizeFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetsize_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetGetValueAtFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetvalueat_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetHasFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetHasAllFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethasall_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetHasHashFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetIsEmptyFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetisempty_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetRemoveFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetremove_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetToArrayFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettoarray_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetToStringFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLightWeightSetValuesFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListAddFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistadd_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListAddFirstFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistaddfirst_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListClearFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistclear_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListCloneFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistclone_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListConvertToArrayFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistconverttoarray_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListForEachFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistforeach_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListGetFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file =
"//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistget_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListGetFirstFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistgetfirst_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListGetIndexOfFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistgetindexof_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListGetIteratorObjFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistgetiteratorobj_fuzzer"

View File

@ -19,7 +19,7 @@ import("//build/ohos.gni")
##################################fuzztest#####################################
ohos_fuzztest("ContainersLinkedListGetLastFuzzTest") {
module_out_path = "arkcompiler/ets_runtime"
module_out_path = fuzz_test_output_path
fuzz_config_file = "//arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistgetlast_fuzzer"

Some files were not shown because too many files have changed in this diff Show More