# ets_plugin_separation_test **Repository Path**: kurnevichstanislav/ets_plugin_separation_test ## Basic Information - **Project Name**: ets_plugin_separation_test - **Description**: 暂无描述 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony/arkcompiler_runtime_core - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1161 - **Created**: 2025-04-23 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # How to run ets-func-tests and cts tests locally ## Prerequisites ```bash $ export ARK_ROOT=/path/to/panda $ export BUILD=/path/to/panda/build ``` ## Run ets-func-tests in INT mode ```bash $ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-func-tests --build-dir $BUILD --processes=`nproc` ``` ## Run ets-func-tests in JIT mode ```bash $ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-func-tests --build-dir $BUILD --jit --ark-args='--compiler-ignore-failures=false' --processes=`nproc` ``` ## Run cts tests ```bash $ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-cts --build-dir $BUILD --processes=`nproc` ```