| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | package.json | 16 "compile": "npm run tsc", 18 "build": "npm run clean && npm run compile && npm run webpack && npm run pack:linter", 21 "pretest": " npm run fix", 22 "test": "npm run test_all && npm run test_ts_import_ets", 23 …"test_all": "npm run testrunner -- -d test/main,test/rules,test/regression,test/extended_features,… 24 "test_main": "npm run testrunner -- -d test/main", 25 "test_ohmurl": "npm run testrunner -- -d test/ohmurl", 26 "test_interop": "npm run testrunner -- -d test/interop", 27 "test_sdk": "npm run testrunner -- -d test/sdkwhite", 28 "test_concurrent": "npm run testrunner -- -d test/concurrent", [all …]
|
| D | README.md | 19 Run the following command to install project dependencies: 25 Run the following command to install ohos-typescript: 28 npm run install-ohos-typescript 31 Run the following command to build project sources: 34 npm run build 39 Run the following command from the same directory: 65 To run all tests, use the following command: 71 To run only certain tests, use the `testrunner` command with corresponding arguments: 74 npm run testrunner -- [args] 80 npm run testrunner -- -d test/main -p {array,object}* [all …]
|
| /arkcompiler/ets_frontend/test/scripts/ |
| D | readme.md | 5 2. Run xts test which in auto_xts_test 6 3. Run sdk_test which in sdk_test 7 4. Run performance test which in performance_test 8 5. Run spider script which in get commit log 13 …t will run downloading sdk,xts, sdk_test,performance_test, get commit log script, and send email, … 14 If you do not want to run test immediately, delete run_all() 18 Do not close the cmd or terminal, or it will not run at the time you specified. 19 All tests can run without others, read the seperate readme for more details.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| D | package.json | 13 "postinstall": "npm run build", 16 "compile": "npm run tsc", 17 "build": "npm run clean && npm run compile", 19 "pretest": "npm run fix && npm run eslint-check", 20 "test_main": "npm run compile && rimraf test/results && node build/src/TestRunner.js test", 22 "eslint-fix": "npm run eslint-check -- --fix", 24 "fix": "npm run prettier-fix && npm run eslint-fix", 26 …"test": "npm run compile && TEST_OUT=build/test_artifacts && rimraf ${TEST_OUT} && node build/src/…
|
| D | README.md | 20 npm run build 23 ## Run section in DECLGEN TOOL FOR `.d.ets` FILES GENERATION 26 npm run declgen -- <declgen options> 32 npm run build 33 npm run webpack 34 npm run declgen -- -f my_file.ts 41 To see all available options, run the following command: 44 npm run declgen -- --help 63 npm run test
|
| /arkcompiler/runtime_core/taihe/compiler/tests/ |
| D | test_semantic_error.py | 93 test_instance.run() 106 test_instance.run() 117 test_instance.run() 130 test_instance.run() 146 test_instance.run() 166 test_instance.run() 177 test_instance.run() 201 test_instance.run() 215 test_instance.run() 229 test_instance.run() [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/ |
| D | README.md | 6 ## Build abckit and run scenario tests: 11 ## Run separate test or tests 20 `"AbckitScenarioCTestClean*"` - run only c api tests 21 `"AbckitScenarioCppTestClean*"` - run only cpp api tests 22 `"*<name>"` - run test with name `<name>` from c and ccp apis 23 `"AbckitScenarioCppTestClean.<name>"` - run test with name `<name>` from ccp apis 24 `"AbckitScenarioCTestClean.<name>"` - run test with name `<name>` from c apis 28 # Run tests with debug output 34 and run tests from `out/x64.debug`
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/ |
| D | package.json | 9 "build": "npm run clean && tsc", 10 "build_debug": "npm run clean && tsc --sourceMap", 12 …"mixed_hap:gen_decl": "npm run build && node ./dist/entry.js test/demo_mix_hap/build_config_decl.j… 14 "mixed_hap:run": "npm run mixed_hap:gen_decl && npm run mixed_hap:gen_abc", 16 "demo_hap:gen_abc": "npm run build && node ./dist/entry.js test/demo_hap/build_config.json"
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | readme.md | 5 2) Verify if the application of the compiled package can run normally (this feature is under develo… 22 #### Daily Run 23 The daily run will download the SDK built on the current day from the trunk branch and use it to pe… 24 Run the command: `python entry.py` 26 #### Manual Run 27 Run the command: `python run.py` 28 By default, it will run all the test items. Optional parameters can be viewed through `--help`.
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 50 --verify-tests Run verifier against positive tests (option for test checking) 51 --with-quickener Run quickener tool after assembly 53 …-a, --run-all Run all tests, ignore "runner-option: ignore" tag in test definit… 54 …--run-ignored Run ignored tests, which have "runner-option: ignore" tag in test def… 63 --prlimit OPTS Run panda via prlimit with options 81 To run all tests, add `-a` options. 83 To run only tests with `ignore` runner option, add `--run-ignored` options. 95 Run all tests marked with bugid 1316. 107 ### How to run all tests 110 If you want to run all tests, you can do the following: [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | README.md | 50 --verify-tests Run verifier against positive tests (option for test checking) 51 --with-quickener Run quickener tool after assembly 53 …-a, --run-all Run all tests, ignore "runner-option: ignore" tag in test definit… 54 …--run-ignored Run ignored tests, which have "runner-option: ignore" tag in test def… 63 --prlimit OPTS Run panda via prlimit with options 81 To run all tests, add `-a` options. 83 To run only tests with `ignore` runner option, add `--run-ignored` options. 95 Run all tests marked with bugid 1316. 107 ### How to run all tests 110 If you want to run all tests, you can do the following: [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/ |
| D | package.json | 13 "test": "npm run copyCollectionDefintion && vitest", 14 "testonce": "npm run copyCollectionDefintion && vitest --no-color run", 15 "coverage": "npm run copyCollectionDefintion && vitest run --coverage", 16 "heapdump": "npm run build && node --expose-gc out/tests/HeapDumpTest.js",
|
| /arkcompiler/toolchain/tooling/dynamic/client/tcpServer/test/js_test_case/ |
| D | js_test.py | 37 subprocess.run( 62 subprocess.run( 133 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 138 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 142 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 149 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 153 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 163 … subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 176 subprocess.run( 184 subprocess.run( [all …]
|
| /arkcompiler/runtime_core/taihe/scripts/ |
| D | test | 17 coverage run --parallel-mode --module taihe.cli.tryit "$@" 20 run-core-tests() { 27 run-ani-tests() { 47 run-cmake-test() { 59 run-pytest() { 61 coverage run --parallel-mode --module pytest 70 run-pytest 73 run-ani-tests "" 75 run-ani-tests $1
|
| /arkcompiler/ets_frontend/ets2panda/bindings/ |
| D | package.json | 17 "test:build": "npm run test:clean && npm run test:compile", 18 "test": "npm run test:build && node dist-test/test/run_tests.js ./test", 21 "run": "npm run clean && npm run compile", string
|
| /arkcompiler/ets_runtime/test/aottest/supercallforward/ |
| D | supercallforward.ts | 25 function run(cb: () => void) { function 265 run(testChild0Arg); 266 run(testChild1Arg); 267 run(testChild2Arg); 268 run(testChild3Arg); 269 run(testGrandChild0Arg); 270 run(testGrandChild1Arg); 271 run(testGrandChild2Arg); 272 run(testGrandChild3Arg); 277 run(testChildRestArgs0Arg); [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_unit.py | 74 run: RunResult = res.execution_forks[0] 75 test.assertTrue(95.587 == run.avg_time) 76 test.assertTrue(90.999 == run.iterations[0]) 77 test.assertTrue(0 == len(run.warmup)) 78 test.assertTrue('ns/op' == run.unit) 89 run: RunResult = res.execution_forks[0] 90 test.assertTrue(101.1 == run.avg_time) 91 test.assertTrue(100.0 == run.iterations[0]) 92 test.assertTrue(1 == len(run.warmup)) 93 test.assertTrue('ns/op' == run.unit)
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | README.md | 3 Checked tests is the tests that have additional functionality to check result of the test being run. 17 * **RUN** run panda application, following named arguments are allowed: 23 - *force_jit: bool* - run jit compilation for every executed method 26 * **RUN_PAOC** run paoc application on the compiled panda file. Output panda file will be passed to… 27 … run. Thus, `RUN_PAOC` command must be placed before `RUN` command. Following options are allowed: 34 …- *output: string* - name of AOT file to be generated (incompatible to subsequent `RUN` call for n… 35 …- *pgo_use_profdata: bool* - usese profile data for PGO. Should be used after `RUN` call with `pgo… 36 …ing. Output profdata will be passed to the following AOT run that use PGO. Syntax sugar for `RUN` … 37 … runs paoc to compile panda file using collected profdata. Should be run after `RUN` with `pgo_emi…
|
| D | aot_cha_vcalls.pa | 48 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 56 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 63 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 68 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 72 #! RUN options: "", entry: "AotChaTest::main", abort: 6 77 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… 83 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… 88 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… 94 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… 98 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/ |
| D | README.md | 15 Each type could only be run in separate launch of `vmb`. 21 ## How to run 38 # Run Dynamic-To-Static benches: 41 # Run Static-To-Dynamic benches: 44 # Run Dynamic-To-Dynamic benches: 47 # Run Static-To-Static benches: 59 # List command-specific options: vmb [gen,run,report,all,version,list] --help 75 --ark-custom-option=--run-gc-in-place=false \ 86 # run 1: 89 # run 2:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | eaworker_coroutines.ets | 126 let job0 = ew.run<number>(testFooLaunch); 127 let job1 = ew.run<void>(testAddSchedule); 128 let job2 = ew.run<number>(testRecursiveLaunch); 129 let job3 = ew.run<boolean>(testLaunchThrow); 143 let job0 = ew.run<number>(testFooAsync); 144 let job1 = ew.run<void>(testAddAsyncSchedule); 145 let job2 = ew.run<number>(testRecursiveAsync); 146 let job3 = ew.run<boolean>(testLaunchThrow); 159 let job1 = ew.run<number>(testFooLaunch); 160 let job2 = ew.run<number>(testFooAsync); [all …]
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | run_type.h | 23 // small slot is allocated from cache run in thread-local buffer first. 34 // this supports a maximum of (256 * 8 == 2048 byte) run 35 // we need to extend this if we want to config multiple-page run 44 // this stores a config for each kind of run (represented by an index) 47 // this map maps a size ((size >> 3 - 1) to be precise) to a run config 51 const bool isSmall; // this kind of run is composed of small-sized slots. 53 const uint8_t numPagesPerRun; // pages per run 55 const uint32_t size; // slot size of this kind of run
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_extends/ |
| D | ts_inline_extends.ts | 19 run() { 20 print("A.run") 25 run() { method in B 26 print("B.run") 37 this.obj.run()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/ |
| D | CMakeLists.txt | 187 # the app dir contains main entry to run the case 278 … run_sts_app_mode(${TARGET}-run-sts-app-mode ${WORK_DIR} "@app.module1.MainAbility" "${ABC_FILES}" 282 add_dependencies(${TARGET}-run-sts-app-mode ${TARGET}-app) 287 DEPENDS ${TARGET}-run-sts-app-mode 306 … run_sts_app_mode(${TARGET}-run-sts-app-mode ${WORK_DIR} "@app.module1.MainAbility" "${ABC_FILES}" 309 add_dependencies(${TARGET}-run-sts-app-mode ${TARGET}-app ${TARGET_INCOMPATIBLE_FOO}) 314 DEPENDS ${TARGET}-run-sts-app-mode 324 …run_sts_app_mode(${TARGET}-extends-final-run-sts-app-mode ${WORK_DIR} "@app.module4.MainAbility" "… 326 add_dependencies(${TARGET}-extends-final-run-sts-app-mode ${TARGET}-app) 329 DEPENDS ${TARGET}-extends-final-run-sts-app-mode [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | run.py | 106 log.info('Batch run %s tests, starting from %d', self.tests_per_batch, i + 1) 110 log.error('Batch run failed in pre-phase!') 115 log.warning('Aborting batch run...') 121 log.warning('Aborting run...') 130 log.warning('Aborting run...') 134 def run(self, bench_units: List[BenchUnit]) -> Tuple[List[BenchUnit], ExtInfo, Timer]: member in VmbRunner 135 log.info("Starting RUN phase...") 138 # run suite in serial or batch mode 139 # if platform expose 'run_batch' method run it in batch mode 149 log.passed('Dry run finished in %s', elapsed) [all …]
|