| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | package.json | 15 "compile": "npm run tsc", 16 "build": "npm run clean && npm run compile && npm run webpack && npm run pack:linter", 17 "postinstall": "node scripts/install-ohos-typescript.mjs && npm run build", 19 "pretest": " npm run fix", 20 "test": "npm run test_main && npm run test_rules && npm run test_regression", 21 "test_main": "npm run compile && rimraf test/results && node build/src/TestRunner.js test", 22 …"test_regression": "npm run compile && rimraf test_regression/results && node build/src/TestRunner… 23 …"test_rules": "npm run compile && rimraf test_rules/results && node build/src/TestRunner.js test_r… 24 …"test_extended_features": "npm run compile && rimraf test_extended_features/results && node build/… 27 "eslint-fix": "npm run eslint-check -- --fix", [all …]
|
| /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 && npm run webpack && npm run pack:declgen", 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.sts` FILES GENERATION 26 npm run declgen -- <declgen options> 32 npm run build 33 npm run declgen -- -f my_file.ts 40 To see all available options, run the following command: 43 npm run declgen -- --help 62 npm run test
|
| /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/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/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/toolchain/tooling/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/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/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/tests/checked/ |
| 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/tests/vm-benchmarks/ |
| D | readme.md | 17 # Run all js and ts examples on Node (needs node and tsc): 18 ./run-vmb.sh all -p node_host `pwd`/examples/benchmarks 20 # Run all only js examples on Node (needs node installed): 21 ./run-vmb.sh all -l js -p node_host `pwd`/examples/benchmarks 24 ./run-vmb.sh help 27 ./run-vmb.sh list 32 Wrapper script `run-vmb.sh` has all the module functionality, 46 # Run all js and ts tests in current dir 49 # Run only js tests with tag 'sanity' from 'examples' 57 # Run sts and ts tests on ArkTS in [all …]
|
| /arkcompiler/ets_frontend/test262/ |
| D | README.md | 16 ## 2 Run test cases 37 --es51 Run test262 ES5.1 version 39 Run test262 - ES2015. all: Contains all use cases for 42 --esnext Run test262 - ES.next. 43 --engine FILE Other engine binarys to run tests with 47 --threads THREADS Run this many tests in parallel. Note that the browser 50 --ark-aot Run test262 with aot 61 ### 2.2 Run all the test cases 67 ### 2.3 Run `es51` related test cases 75 ### 2.4 Run `es2015` related test cases [all …]
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | package.json | 12 "build": "npm run clean && node node_modules/typescript/lib/tsc.js", 14 "test": "npm run test:ut && npm run test:grammar", 15 …"test:ut": "npm run pre_run_test && node --expose-gc ./node_modules/mocha/bin/mocha --require ts-n… 17 "coverage": "nyc npm run test", 18 "coverage_ut": "nyc npm run test:ut",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | launch_test.sts | 17 //! RUN force_jit: true, options: "", entry: "ETSGLOBAL::main" 26 //! RUN force_jit: true, options: "--compiler-force-unresolved=true", entry: "ETSGLOBAL::m… 44 //! RUN entry: "ETSGLOBAL::main" 54 //! RUN entry: "ETSGLOBAL::main" 57 //! RUN force_jit: true, options: "", entry: "ETSGLOBAL::main1" 74 //! RUN entry: "ETSGLOBAL::main1" 84 //! RUN entry: "ETSGLOBAL::main1" 87 //! RUN force_jit: true, options: "--compiler-force-unresolved=true", entry: "ETSGLOBAL::m… 105 //! RUN entry: "ETSGLOBAL::main1" 115 //! RUN entry: "ETSGLOBAL::main1" [all …]
|
| D | optimize_load_readonly_static.sts | 62 //! RUN options: "--compiler-enable-jit=false", entry: "ETSGLOBAL::checkGetBaseX" 65 //! RUN force_jit: true, options: "--compiler-regex='(ETSGLOBAL::getBaseX|Base::<cctor>)'"… 91 //! RUN options: "--compiler-enable-jit=false", entry: "ETSGLOBAL::checkGetBaseX" 94 //! RUN options: "--compiler-regex='ETSGLOBAL::getBaseX' --no-async-jit=true --compiler-ho… 109 //! RUN options: "--compiler-enable-jit=false", entry: "ETSGLOBAL::checkGetNotReadonlyX" 112 //! RUN force_jit: true, options: "--compiler-regex='(ETSGLOBAL::getNotReadonlyX|NotReadon… 138 //! RUN options: "--compiler-enable-jit=false", entry: "ETSGLOBAL::checkGetNotReadonlyX" 141 //! RUN options: "--compiler-regex='ETSGLOBAL::getNotReadonlyX' --no-async-jit=true --comp… 157 //! RUN options: "--compiler-enable-jit=false", entry: "ETSGLOBAL::checkBaseX" 160 //! RUN force_jit: true, options: "--compiler-regex='(ETSGLOBAL::checkBaseX|Base::<cctor>)… [all …]
|
| /arkcompiler/toolchain/test/autotest/aw/ |
| D | utils.py | 76 mount_result = subprocess.run(mount_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 84 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 94 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 106 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 112 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 117 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 122 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 127 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 132 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 137 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | README.md | 1 # How to run ets-func-tests and cts tests locally 8 ## Run ets-func-tests in INT mode 13 ## Run ets-func-tests in JIT mode 18 ## Run cts tests
|
| /arkcompiler/runtime_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: 18 - *force_jit: bool* - run jit compilation for every executed method 23 * **RUN_PAOC** run paoc application on the compiled panda file. Output panda file will be passed to… 24 run. Thus, `RUN_PAOC` command must be placed before `RUN` command.
|
| D | cross_peephole.pa | 18 #! RUN force_jit: true, options: "--compiler-cross-arch=arm", entry: "_GLOBAL::main" 20 #! RUN force_jit: true, options: "--compiler-cross-arch=arm64", entry: "_GLOBAL::main" 26 #! RUN options: "", entry: "_GLOBAL::main" 29 #! RUN options: "", entry: "_GLOBAL::main" 36 #! RUN force_jit: true, options: "", entry: "_GLOBAL::main" 56 #! RUN options: "", entry: "_GLOBAL::main"
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass.h | 236 return pass.Run(data_, std::forward<Args>(args)...); in RunPass() 245 bool Run(PassData* data) in Run() function 250 if (!preCompileChecker.Run()) { in Run() 260 bool Run(PassData* data) in Run() function 266 pgoTypeInfer.Run(); in Run() 273 bool Run(PassData *data) in Run() function 299 bool Run(PassData *data) in Run() function 313 inductionVariableAnalysis.Run(); in Run() 320 bool Run(PassData* data) in Run() function 357 bool Run(PassData* data) in Run() function [all …]
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | compiler_bisect.py | 32 and this script will set it to different values and run your script to find minimal subsets 34 Run `./compiler_bisect.py [COMMAND] [ARGS]...` 42 Or put command in `run.sh` and do `./compiler_bisect ./run.sh` 136 # expect_fail - if not None, print additional info for unexpected run result 137 def run(compiled_methods, noinline_methods, passes, dump=False, verbose=False, expect_fail=None): function 155 res = subprocess.run(cmd_and_args, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 189 def run(self, verbose=False): member in Runner 190 return run(self.opts.compiled.values, self.opts.inline.neg_values, 199 if self.run(): 267 print_color(Colors.OKCYAN, f'Run without compiled methods') [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/ |
| D | package.json | 9 "build": "npm run clean && npm run tsc", 10 "postinstall": "npm run build"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/ |
| D | js_call.sts | 20 //! RUN force_jit: true, entry: "callSequence", options: "--compiler-regex=ETSGLOBAL::call… 32 //! RUN force_jit: true, entry: "callSequence", options: "--compiler-regex=ETSGLOBAL::call… 76 //! RUN entry: "callSequence" 102 //! RUN entry: "callSequence" 123 //! RUN force_jit: true, entry: "callChain", options: "--compiler-regex=ETSGLOBAL::callCha… 131 //! RUN force_jit: true, entry: "callChain", options: "--compiler-regex=ETSGLOBAL::callCha… 172 //! RUN entry: "callChain" 176 //! RUN entry: "callChain" 199 //! RUN entry: "callChain" 213 //! RUN force_jit: true, entry: "newChain", options: "--compiler-regex=ETSGLOBAL::newChain… [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/ |
| D | package.json | 9 "build": "npm run clean && npm run tsc", 10 "postinstall": "npm run build"
|