From 7d1d795e7d1a37765eee2e29152163ca3d22dd87 Mon Sep 17 00:00:00 2001 From: yang-19970325 Date: Sat, 17 Dec 2022 16:39:27 +0800 Subject: [PATCH] fix FUZZ Case failed Issue:#I66KJU Signed-off-by: yang-19970325 Change-Id: Ib49c5475e80814686567e5c0e412d9216c433543 --- test/fuzztest/pttypesinternalpropertydesp_fuzzer/BUILD.gn | 1 + test/fuzztest/pttypesinternalpropertydespcreate_fuzzer/BUILD.gn | 1 + test/fuzztest/pttypesinternalpropertydespname_fuzzer/BUILD.gn | 1 + test/fuzztest/pttypesinternalpropertydesptojson_fuzzer/BUILD.gn | 1 + test/fuzztest/pttypesinternalpropertydespvalue_fuzzer/BUILD.gn | 1 + 5 files changed, 5 insertions(+) diff --git a/test/fuzztest/pttypesinternalpropertydesp_fuzzer/BUILD.gn b/test/fuzztest/pttypesinternalpropertydesp_fuzzer/BUILD.gn index e93cb4e..30c5f20 100755 --- a/test/fuzztest/pttypesinternalpropertydesp_fuzzer/BUILD.gn +++ b/test/fuzztest/pttypesinternalpropertydesp_fuzzer/BUILD.gn @@ -32,6 +32,7 @@ ohos_fuzztest("PtTypesInternalPropertyDespFuzzTest") { "//arkcompiler/ets_runtime:libark_jsruntime", "//arkcompiler/toolchain/tooling:libark_ecma_debugger_set", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", + "//third_party/libuv:uv", sdk_libc_secshared_dep, ] } diff --git a/test/fuzztest/pttypesinternalpropertydespcreate_fuzzer/BUILD.gn b/test/fuzztest/pttypesinternalpropertydespcreate_fuzzer/BUILD.gn index d9d1db5..3fc9af0 100755 --- a/test/fuzztest/pttypesinternalpropertydespcreate_fuzzer/BUILD.gn +++ b/test/fuzztest/pttypesinternalpropertydespcreate_fuzzer/BUILD.gn @@ -31,6 +31,7 @@ ohos_fuzztest("PtTypesInternalPropertyDespCreateFuzzTest") { "//arkcompiler/ets_runtime:libark_jsruntime", "//arkcompiler/toolchain/tooling:libark_ecma_debugger_set", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", + "//third_party/libuv:uv", sdk_libc_secshared_dep, ] } diff --git a/test/fuzztest/pttypesinternalpropertydespname_fuzzer/BUILD.gn b/test/fuzztest/pttypesinternalpropertydespname_fuzzer/BUILD.gn index 7564d76..1f9f52a 100755 --- a/test/fuzztest/pttypesinternalpropertydespname_fuzzer/BUILD.gn +++ b/test/fuzztest/pttypesinternalpropertydespname_fuzzer/BUILD.gn @@ -31,6 +31,7 @@ ohos_fuzztest("PtTypesInternalPropertyDespNameFuzzTest") { "//arkcompiler/ets_runtime:libark_jsruntime", "//arkcompiler/toolchain/tooling:libark_ecma_debugger_set", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", + "//third_party/libuv:uv", sdk_libc_secshared_dep, ] } diff --git a/test/fuzztest/pttypesinternalpropertydesptojson_fuzzer/BUILD.gn b/test/fuzztest/pttypesinternalpropertydesptojson_fuzzer/BUILD.gn index ba464ff..c00781e 100755 --- a/test/fuzztest/pttypesinternalpropertydesptojson_fuzzer/BUILD.gn +++ b/test/fuzztest/pttypesinternalpropertydesptojson_fuzzer/BUILD.gn @@ -31,6 +31,7 @@ ohos_fuzztest("PtTypesInternalPropertyDespToJsonFuzzTest") { "//arkcompiler/ets_runtime:libark_jsruntime", "//arkcompiler/toolchain/tooling:libark_ecma_debugger_set", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", + "//third_party/libuv:uv", sdk_libc_secshared_dep, ] } diff --git a/test/fuzztest/pttypesinternalpropertydespvalue_fuzzer/BUILD.gn b/test/fuzztest/pttypesinternalpropertydespvalue_fuzzer/BUILD.gn index f62a7ea..81fa4aa 100755 --- a/test/fuzztest/pttypesinternalpropertydespvalue_fuzzer/BUILD.gn +++ b/test/fuzztest/pttypesinternalpropertydespvalue_fuzzer/BUILD.gn @@ -31,6 +31,7 @@ ohos_fuzztest("PtTypesInternalPropertyDespValueFuzzTest") { "//arkcompiler/ets_runtime:libark_jsruntime", "//arkcompiler/toolchain/tooling:libark_ecma_debugger_set", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", + "//third_party/libuv:uv", sdk_libc_secshared_dep, ] }