/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/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/test/typeinfer/automatedcases/ |
D | jsDeclarationsJSDocRedirectedLookups.ts | 76 // 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
|
D | emitStatementsBeforeSuperCallWithDefineFields.ts | 24 // @ts-ignore 40 // @ts-ignore
|
D | emitStatementsBeforeSuperCall.ts | 24 // @ts-ignore 40 // @ts-ignore
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | util.ts | 195 // @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/ |
D | b2.ts | 29 AssertType(({ // @ts-ignore ...b2, a}), "error"); 30 AssertType({ // @ts-ignore ...b2, a}, "error"); 32 // @ts-ignore
|
D | b1.ts | 29 AssertType(({ // @ts-ignore ...b1, a}), "error"); 30 AssertType({ // @ts-ignore ...b1, a}, "error"); 32 // @ts-ignore
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandasm.ts | 31 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
|
D | debuginfo.ts | 93 // @ts-ignore 95 // @ts-ignore 97 // @ts-ignore 99 // @ts-ignore 101 // @ts-ignore 104 // @ts-ignore
|
D | ecmaModule.ts | 150 // @ts-ignore 183 // @ts-ignore 220 // @ts-ignore 249 // @ts-ignore 254 // @ts-ignore
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | runner.py | 200 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/ |
D | README.md | 46 pytest -s -W ignore test_viewer.py 50 pytest -s -W ignore test_viewer.py::test_start
|
/arkcompiler/ets_runtime/test/ |
D | run_ts_test262.py | 129 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/ |
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 | 45 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/ |
D | polyaccess.ts | 53 // @ts-ignore 58 // @ts-ignore
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | stobj.v.yaml | 290 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 …]
|
D | test-schema.json | 169 "ignore": { object 204 "ignore": { object 258 "ignore": { object
|
/arkcompiler/runtime_core/tests/cts-generator/runner/ |
D | single_test_runner.rb | 274 @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/ |
D | test_reporter.rb | 58 @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/ |
D | functionBuilder.ts | 45 // @ts-ignore 49 // @ts-ignore
|