Files
ark_runtime_core/bundle.json
T
wangyantian 274a8ea371 Add fuzztest
Cherry-pick from https://gitee.com/openharmony/ark_runtime_core/pulls/143

Add 10 fuzzing tests for these functions:
- CheckHeader, OpenFromMemory(1 arg), OpenFromMemory(2 arg), OpenPandaFileFromMemory, OpenPandaFileOrZip
- Open, OpenPandaFile, OpenUncompressedArchive, MethodDataAccessor, LiteralDataAccessor

Issue: #I59NOD

Test: Fuzz test on Windows, with device rk3568

Signed-off-by: wangyantian <wangyantian@huawei.com>
Change-Id: I51b6e6e2bc08eb42a1fee73ab8586fc19823a873
2022-05-28 21:47:02 +08:00

38 lines
899 B
JSON

{
"name": "@ohos/ark_runtime_core",
"version": "",
"description": "方舟运行时的公共组件",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "ark/runtime_core"
},
"component": {
"name": "ark",
"subsystem": "ark",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//ark/runtime_core:ark_packages"
],
"inner_kits": [],
"test": [
"//ark/runtime_core/tests/fuzztest:fuzztest"
]
}
}
}