Home
last modified time | relevance | path

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

12345678910>>...17

/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.ets16 // @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
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DRuleConfig.ts20 public ignore: GlobMatch; property in RuleConfig
33 if (config.ignore) {
34 if (config.ignore.length > 0) {
35 this.ignore = new GlobMatch(config.ignore);
38 this.ignore = new GlobMatch(config.excluded);
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Doptions.py31 def __init__(self, params: dict[str, Any] | None = None): # type: ignore[explicit-any]
37 …def __get_value_from_steps(value: list[Any], parts: list[str]) -> Any | None: # type: ignore[expl…
50 def values(self) -> list[tuple[str, Any]]: # type: ignore[explicit-any]
56 def get_value(self, option: str | list[str]) -> Any | None: # type: ignore[explicit-any]
72 def to_dict(self) -> dict[str, Any]: # type: ignore[explicit-any]
73 result: dict[str, Any] = {} # type: ignore[explicit-any]
93 …def __get_value_from_parameters(self, parts: list[str]) -> Any | None: # type: ignore[explici…
102 …def __get_value_from_properties(self, parts: list[str]) -> Any | None: # type: ignore[explicit-an…
107 …def __get_value_from_property(self, parts: list[str]) -> Any | None: # type: ignore[explicit-any]
Dyaml_document.py33 self._document: dict[str, Any] | None = None # type: ignore[explicit-any]
37 def load(config_path: Path) -> dict[str, Any]: # type: ignore[explicit-any]
39 data: dict[str, Any] = yaml.safe_load(stream) # type: ignore[explicit-any]
43 def save(config_path: str, data: dict[str, Any]) -> None: # type: ignore[explicit-any]
Doptions_collections.py40 …def __init__(self, name: str, args: dict[str, Any], parent: IOptions): # type: ignore[explicit-any]
44 self.__args: dict[str, Any] = args # type: ignore[explicit-any]
48 self.__parameters: dict[str, Any] = ( # type: ignore[explicit-any]
85 def parameters(self) -> dict[str, Any]: # type: ignore[explicit-any]
88 …def get_parameter(self, key: str, default: Any | None = None) -> Any | None: # type: ignore[expli…
91 …args(self, key: str, default_value: Any | None = None) -> Any | None: # type: ignore[explicit-any]
Dstep.py31 PropType = str | int | bool | list[str] | dict[str, Any] | BaseEnum # type: ignore[explicit-any]
60 def __init__(self, name: str, step_body: dict[str, Any]): # type: ignore[explicit-any]
89 def __get_int_property(step_body: dict[str, Any], # type: ignore[explicit-any]
98 def __get_bool_property(step_body: dict[str, Any], # type: ignore[explicit-any]
107 def __get_list_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any]
116 def __get_dict_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any]
125 def __get_str_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any]
134 …def __get_path_property(step_body: dict[str, Any], name: str) -> Path | None: # type: ignore[expl…
144 def __get_kind_property(step_body: dict[str, Any], name: str, # type: ignore[explicit-any]
156 def __get_property(step_body: dict[str, Any], # type: ignore[explicit-any]
Dcli_args_wrapper.py26 args: dict[str, Any] | None = None # type: ignore[explicit-any]
29 def setup(args: dict[str, Any]) -> None: # type: ignore[explicit-any]
/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/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/plugins/ets/playground/frontend/src/services/
Dcode.ts30 // @ts-ignore
39 // @ts-ignore
48 // @ts-ignore
56 // @ts-ignore
/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/arkanalyzer/src/utils/
DgetAllFiles.ts32 ignore: string[] = [],
36 let ignoreFiles: Set<string> = new Set(ignore);
62 getAllFiles(realFile, exts, ignore, filenameArr, visited);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/
Dthrow_neg.params.yaml24 // ignore
31 // ignore
/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

12345678910>>...17