| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 4 # IGNORE benchmark1 [benchmark2 benchmark3 ...] [FUNCS func1 func2 ...] [ARM32 ARM64 X86_64] [AOT J… 7 # IGNORE benchmark - ignoring a benchmark or CTS-assembly test (bo… 8 # IGNORE benchmark FUNCS function - ignoring a single function of a benchmark or … 9 # IGNORE benchmark FUNCS function ARM32 ARM64 OSR - ignoring OSR-compilation of a single function… 10 # IGNORE benchmark JIT - ignoring JIT-compilation of a benchmark or CT… 12 # Add ignore flags here: 15 IGNORE literalarrays-01 FUNCS function main ARM32 16 IGNORE literalarrays-02 FUNCS function main ARM32 17 IGNORE literalarrays-03 FUNCS function main ARM32 18 IGNORE literalarrays-04 FUNCS function main ARM32
|
| D | benchmark_coverage.sh | 91 # Checks if a test is in the ignore list: 94 local filtered_ignore_list=$(grep "^IGNORE.*$1" "$IGNORE_FUNCTIONS") || status=$? 95 # Check if the ignore list contains lines with current benchmark/CTS-test name: 103 # Check architecture ignore compound: 152 --compiler-ignore-failures=false --paoc-mode="$PAOC_MODE" \ 181 echo -n " --compiler-ignore-failures=false" >> "$LOG_ERROR" 282 --compiler-ignore-failures=false --paoc-mode="$PAOC_MODE" \ 309 echo -n " --compiler-ignore-failures=false" >> "$LOG_ERROR" 369 * add the ignore flag for the specified functions in the $IGNORE_FUNCTIONS
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | ts_ignore.sts | 16 // @ts-ignore 21 /* @ts-ignore: Unreachable code error */ 25 let a: number = 0 // @ts-ignore: suppresses CTE for the next line 52 // @ts-ignore 58 // @ts-ignore 75 // @ts-ignore 80 @ts-ignore (shouldn't be reported) 85 @ts-ignore (shouldn't be reported)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/ |
| D | index.ts | 16 //@ts-ignore -- to avoid @types/node missing 18 //@ts-ignore -- to avoid @types/node missing 29 //@ts-ignore -- to avoid @types/node missing 80 //@ts-ignore -- to ignore compile-time check, as TSTestUserClass is only acquired in runtime 85 //@ts-ignore -- to ignore compile-time check, as TSTestUserClass is only acquired in runtime 99 //@ts-ignore -- to ignore compile-time check, as TSTestUserClass is only acquired in runtime
|
| D | index.js | 27 //@ts-ignore -- to avoid @types/node missing 29 //@ts-ignore -- to avoid @types/node missing 36 //@ts-ignore -- to avoid @types/node missing 80 //@ts-ignore -- to ignore compile-time check, as TSTestUserClass is only acquired in runtime 84 //@ts-ignore -- to ignore compile-time check, as TSTestUserClass is only acquired in runtime 98 //@ts-ignore -- to ignore compile-time check, as TSTestUserClass is only acquired in runtime
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 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… 78 …t all tests in `cts-generated` directory. Tests which have runner options `ignore` will be ignored. 83 To run only tests with `ignore` runner option, add `--run-ignored` options. 109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will… 143 …ns (`--run-all`) is defined, otherwise tests will be excluded, if they have `ignore` runner option. 165 …. Update all tests that have `bugid: [number]` and `ignore: true` - remove bugid relation and `ign…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | README.md | 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… 78 …t all tests in `cts-generated` directory. Tests which have runner options `ignore` will be ignored. 83 To run only tests with `ignore` runner option, add `--run-ignored` options. 109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will… 143 …ns (`--run-all`) is defined, otherwise tests will be excluded, if they have `ignore` runner option. 165 …. Update all tests that have `bugid: [number]` and `ignore: true` - remove bugid relation and `ign…
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_base.rb | 42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument 47 content.puts "## runner-option: ignore" if ignore 49 tags.append 'ignore' if ignore
|
| D | generator.rb | 56 TEST_IGNORE = 'ignore' 63 TEST_TEMPLATE_CASE_IGNORE = 'ignore' 73 CASE_IGNORE = 'ignore'
|
| D | command.rb | 70 ignore = template_case[Generator::TEST_TEMPLATE_CASE_IGNORE] || false 80 …cess_case_values file_name, current_case, index, sig_name, test_dir, template, bugids, ignore, tags 97 …ess_case_values(file_name, current_case, index, sig_name, test_dir, template, bugids, ignore, tags) argument 101 output = test_case.create_single_test_case bugids, ignore, tags
|
| D | single_test.rb | 41 ignore = @command[Generator::TEST_IGNORE] || false 47 … write_runner_options content, run_options, ignore, bugids, tags, description, test_panda_options
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | test_base.rb | 42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument 47 content.puts "## runner-option: ignore" if ignore 49 tags.append 'ignore' if ignore
|
| D | generator.rb | 56 TEST_IGNORE = 'ignore' 63 TEST_TEMPLATE_CASE_IGNORE = 'ignore' 73 CASE_IGNORE = 'ignore'
|
| D | command.rb | 70 ignore = template_case[Generator::TEST_TEMPLATE_CASE_IGNORE] || false 80 …cess_case_values file_name, current_case, index, sig_name, test_dir, template, bugids, ignore, tags 97 …ess_case_values(file_name, current_case, index, sig_name, test_dir, template, bugids, ignore, tags) argument 101 output = test_case.create_single_test_case bugids, ignore, tags
|
| D | single_test.rb | 41 ignore = @command[Generator::TEST_IGNORE] || false 47 … write_runner_options content, run_options, ignore, bugids, tags, description, test_panda_options
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/test/ |
| D | README.md | 46 pytest -s -W ignore test_viewer.py 50 pytest -s -W ignore test_viewer.py::test_start
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/test/ |
| D | README.md | 44 pytest -s -W ignore test_ap.py 48 pytest -s -W ignore test_ap.py::test_import_file
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 226 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore") 238 self.error = err.decode("utf-8", errors="ignore") 291 self.output = out.decode("utf-8", errors="ignore") 296 self.error = err.decode("utf-8", errors="ignore") 321 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore") 331 self.error = err.decode("utf-8", errors="ignore") 506 gen_abc_output = gen_abc_out.decode("utf-8", errors="ignore") 521 abc_to_asm_output = abc_to_asm_out.decode("utf-8", errors="ignore") 527 self.error += "\n" + gen_abc_err.decode("utf-8", errors="ignore") 529 self.error += "\n" + abc_to_asm_err.decode("utf-8", errors="ignore") [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe146.md | 9 with special comments is not allowed. In particular, ``@ts-ignore`` and 25 // @ts-ignore
|
| /arkcompiler/runtime_core/static_core/scripts/cmake-checker/ |
| D | cmake_checker.py | 56 ignore = False 62 # Check if root directory matches any ignore path 65 ignore = True 69 if ignore:
|
| /arkcompiler/ets_runtime/test/ |
| D | run_ts_test262.py | 130 out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore"), path) 153 if ("SUCCESS" not in out.decode("utf-8", errors="ignore")) | ( 154 "AsyncTestFailure" in out.decode("utf-8", errors="ignore")): 155 …lines = get_error_message(out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignor…
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.h | 62 class Ignore { 64 Ignore() = default; 74 … double, const ir::AstNode *, std::vector<const ir::AstNode *>, Constant, Nullable, Ignore>; 112 value_ = Ignore(); in Property() 177 } while (std::holds_alternative<Property::Ignore>((*it).Value())); in AddList()
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | entry.py | 43 stdout_utf8 = stdout.decode("utf-8", errors="ignore") 44 stderr_utf8 = stderr.decode("utf-8", errors="ignore")
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/polyaccess/ |
| D | polyaccess.ts | 53 // @ts-ignore 58 // @ts-ignore
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | stobj.v.yaml | 161 ignore: true 164 ignore: true 167 ignore: true 170 ignore: true 174 ignore: true 457 ignore: true 461 ignore: true 464 ignore: true 467 ignore: true
|