!121 fix FUZZ Case failed

Merge pull request !121 from 杨阳/fix_fuzz
This commit is contained in:
openharmony_ci 2022-12-17 13:36:01 +00:00 committed by Gitee
commit 9d096a13ec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 5 additions and 0 deletions

View File

@ -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,
]
}

View File

@ -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,
]
}

View File

@ -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,
]
}

View File

@ -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,
]
}

View File

@ -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,
]
}