Home
last modified time | relevance | path

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

123456

/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/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
Dsingle_test.rb41 ignore = @command[Generator::TEST_IGNORE] || false
47 … write_runner_options content, run_options, ignore, bugids, tags, description, test_panda_options
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DjsDeclarationsJSDocRedirectedLookups.ts76 // ignore the errors to try to ensure they're emitted as `any` in declaration emit
77 // @ts-ignore
82 // @ts-ignore
87 // @ts-ignore
92 // @ts-ignore
97 // @ts-ignore
DemitStatementsBeforeSuperCallWithDefineFields.ts24 // @ts-ignore
40 // @ts-ignore
DemitStatementsBeforeSuperCall.ts24 // @ts-ignore
40 // @ts-ignore
/arkcompiler/ets_frontend/ts2panda/src/base/
Dutil.ts195 // @ts-ignore
439 // @ts-ignore
443 // @ts-ignore
450 // @ts-ignore
452 // @ts-ignore
456 // @ts-ignore
476 // @ts-ignore
488 // @ts-ignore
494 // @ts-ignore
497 // @ts-ignore
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/unusedImportWithSpread/
Db2.ts29 AssertType(({ // @ts-ignore ...b2, a}), "error");
30 AssertType({ // @ts-ignore ...b2, a}, "error");
32 // @ts-ignore
Db1.ts29 AssertType(({ // @ts-ignore ...b1, a}), "error");
30 AssertType({ // @ts-ignore ...b1, a}, "error");
32 // @ts-ignore
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts31 public rt: string | undefined; // return type is always 'any', so we ignore it in json
171 // @ts-ignore
173 // @ts-ignore
183 // @ts-ignore
185 // @ts-ignore
195 // @ts-ignore
197 // @ts-ignore
Ddebuginfo.ts93 // @ts-ignore
95 // @ts-ignore
97 // @ts-ignore
99 // @ts-ignore
101 // @ts-ignore
104 // @ts-ignore
DecmaModule.ts150 // @ts-ignore
183 // @ts-ignore
220 // @ts-ignore
249 // @ts-ignore
254 // @ts-ignore
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py200 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
212 self.error = err.decode("utf-8", errors="ignore")
277 out = output_res.decode("utf-8", errors="ignore")
278 err = err.decode("utf-8", errors="ignore")
322 self.error = err.decode("utf-8", errors="ignore")
359 out = out.decode("utf-8", errors="ignore")
360 err = err.decode("utf-8", errors="ignore")
421 self.output = out.decode("utf-8", errors="ignore")
426 self.error = err.decode("utf-8", errors="ignore")
844 self.error = err.decode("utf-8", errors="ignore")
[all …]
/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/test/
Drun_ts_test262.py129 out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore"), path)
152 if ("SUCCESS" not in out.decode("utf-8", errors="ignore")) | (
153 "AsyncTestFailure" in out.decode("utf-8", errors="ignore")):
154 …lines = get_error_message(out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignor…
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h62 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/
Dentry.py45 stdout_utf8 = stdout.decode("utf-8", errors="ignore")
46 stderr_utf8 = stderr.decode("utf-8", errors="ignore")
/arkcompiler/ets_runtime/test/aottest/aot_type_test/polyaccess/
Dpolyaccess.ts53 // @ts-ignore
58 // @ts-ignore
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dstobj.v.yaml290 ignore: true
293 ignore: true
296 ignore: true
299 ignore: true
303 ignore: true
344 ignore: true
347 ignore: true
350 ignore: true
803 ignore: true
807 ignore: true
[all …]
Dtest-schema.json169 "ignore": { object
204 "ignore": { object
258 "ignore": { object
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb274 @reporter.verbose_log "ignore = #{@runner_options['ignore']}"
298 if @runner_options['ignore'] & !run_all_and_ignored
308 if !@runner_options['ignore'] & $run_ignore & !$run_all
313 @reporter.log_ignore_ignored if @runner_options['ignore'] & ($run_all | $run_ignore)
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dtest_reporter.rb58 @logger.log 2, "Skip test #{@pa_file}, because 'runner_option: ignore' tag is defined"
62 @logger.log 2, "Skip test #{@pa_file}, because run only test with 'runner_option: ignore' tag"
66 @logger.log 2, "Execute test #{@pa_file}, since 'runner_option: ignore' tag is ignored"
/arkcompiler/ets_frontend/ts2panda/src/function/
DfunctionBuilder.ts45 // @ts-ignore
49 // @ts-ignore

123456