# ArkRegress **Repository Path**: openharmony_fork/ark-regress ## Basic Information - **Project Name**: ArkRegress - **Description**: Integrate V8 regression test cases. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-01-11 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Regress #### 介绍 Integrate V8 regression test cases. # 执行命令 ## OpenHarmony ```shell ./build.sh --product-name rk3568 --build-target ark_runtime_host_unittest --gn-args run_regress_test=true ``` ## 独立编译仓 ```shell python3 ark.py x64.release regresstest ``` # 查看结果 ## OpenHarmony + 执行结果:out/rk3568/obj/arkcompiler/ets_runtime/test/regresstest/regresstest/result.txt + 执行日志(具体失败原因):out/rk3568/obj/arkcompiler/ets_runtime/test/regresstest/regresstest/test.log ## 独立编译仓 + 执行结果:out/x64.release/regresstest/result.txt + 执行日志(具体失败原因):out/x64.release/regresstest/test.log