Home
last modified time | relevance | path

Searched full:ignore (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/static_core/compiler/tools/
Dignore_checked_coverage.txt4 # 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
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dts_ignore.sts16 // @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/
Dindex.ts16 //@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
Dindex.js27 //@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/static_core/tests/cts-generator/
DREADME.md53 …-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/
DREADME.md53 …-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/tests-u-runner/runner/plugins/srcdumper/
DREADME.md16 ## Ignore list:
19 If you add new test and it fails with FailKind.ES2PANDA_FAIL, without a doubt, add it to ignore lis…
21 …fails with FailKind.SRC_DUMPER_FAIL, you can fix src dumper or add it to ignore list in FailKind.S…
40 Main goal is to reduce ignore list (FailKind.SRC_DUMPER_FAIL).
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dtest_base.rb42 …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
Dgenerator.rb56 TEST_IGNORE = 'ignore'
63 TEST_TEMPLATE_CASE_IGNORE = 'ignore'
73 CASE_IGNORE = 'ignore'
Dcommand.rb70 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
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb42 …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
Dgenerator.rb56 TEST_IGNORE = 'ignore'
63 TEST_TEMPLATE_CASE_IGNORE = 'ignore'
73 CASE_IGNORE = 'ignore'
Dcommand.rb70 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
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
DREADME.md46 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/
DREADME.md44 pytest -s -W ignore test_ap.py
48 pytest -s -W ignore test_ap.py::test_import_file
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe146.md9 with special comments is not allowed. In particular, ``@ts-ignore`` and
25 // @ts-ignore
/arkcompiler/ets_runtime/test/aottest/createarraywithbuffer3/
Dcreatearraywithbuffer3.ts20 // @ts-ignore
24 // @ts-ignore
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/services/
Dcommon.ts49 // @ts-ignore
85 // @ts-ignore
121 // @ts-ignore
155 // @ts-ignore
Dcode.ts27 // @ts-ignore
36 // @ts-ignore
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/disasmView/
DDisasmCode.test.tsx34 // @ts-ignore
68 // @ts-ignore
79 // @ts-ignore
91 // @ts-ignore
/arkcompiler/runtime_core/static_core/scripts/cmake-checker/
Dcmake_checker.py56 ignore = False
62 # Check if root directory matches any ignore path
65 ignore = True
69 if ignore:
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py229 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
241 self.error = err.decode("utf-8", errors="ignore")
294 self.output = out.decode("utf-8", errors="ignore")
299 self.error = err.decode("utf-8", errors="ignore")
324 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
334 self.error = err.decode("utf-8", errors="ignore")
509 gen_abc_output = gen_abc_out.decode("utf-8", errors="ignore")
524 abc_to_asm_output = abc_to_asm_out.decode("utf-8", errors="ignore")
530 self.error += "\n" + gen_abc_err.decode("utf-8", errors="ignore")
532 self.error += "\n" + abc_to_asm_err.decode("utf-8", errors="ignore")
[all …]
/arkcompiler/ets_runtime/test/
Drun_ts_test262.py130 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_runtime/test/aottest/aot_type_test/polyaccess/
Dpolyaccess.ts53 // @ts-ignore
58 // @ts-ignore
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dentry.py43 stdout_utf8 = stdout.decode("utf-8", errors="ignore")
44 stderr_utf8 = stderr.decode("utf-8", errors="ignore")

12345678910>>...14