Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_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
Dbenchmark_coverage.sh92 # Checks if a test is in the ignore list:
95 local filtered_ignore_list=$(grep "^IGNORE.*$1" $IGNORE_FUNCTIONS) || status=$?
96 # Check if the ignore list contains lines with current benchmark/CTS-test name:
104 # Check architecture ignore compound:
155 --compiler-ignore-failures=false --paoc-mode=$PAOC_MODE \
187 echo -n " --compiler-ignore-failures=false" >> $LOG_ERROR
300 --compiler-ignore-failures=false --paoc-mode=$PAOC_MODE \
330 echo -n " --compiler-ignore-failures=false" >> $LOG_ERROR
395 * add the ignore flag for the specified functions in the $IGNORE_FUNCTIONS
/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_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_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
216 // @ts-ignore
245 // @ts-ignore
250 // @ts-ignore
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py165 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
177 self.error = err.decode("utf-8", errors="ignore")
239 out = output_res.decode("utf-8", errors="ignore")
240 err = err.decode("utf-8", errors="ignore")
284 self.error = err.decode("utf-8", errors="ignore")
321 out = out.decode("utf-8", errors="ignore")
322 err = err.decode("utf-8", errors="ignore")
383 self.output = out.decode("utf-8", errors="ignore")
388 self.error = err.decode("utf-8", errors="ignore")
814 self.error = err.decode("utf-8", errors="ignore")
[all …]
/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/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
Dthrow.yaml231 ignore: true
235 ignore: true
242 ignore: true
249 ignore: true
285 ignore: true
289 ignore: true
296 ignore: true
303 ignore: true
1186 ignore: true
1216 ignore: true
[all …]
Dfldai.64.yaml147 ignore: true
153 ignore: true
Dfldai.yaml141 ignore: true
147 ignore: true
Dlda.str.yaml90 ignore: true
94 ignore: true
104 ignore: true
108 ignore: true
Dcalle.polymorphic.short.yaml110 ignore: true
114 ignore: true
118 ignore: true
133 ignore: true
/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
/arkcompiler/runtime_core/runtime/
Dlock_order_graph.cpp95 // If this node belongs to some previously found loop, we ignore it. in CheckForTerminationLoops()
99 // This node is terminating, ignore it. in CheckForTerminationLoops()
125 // So here we ignore this self-loop as a false loop. in CheckForTerminationLoops()
/arkcompiler/runtime_core/scripts/
Dinstall-third-party81 git apply --ignore-space-change --check "$patch"
82 git am --ignore-space-change "$patch"

12345