Searched refs:ignores (Results 1 - 14 of 14) sorted by relevance
/third_party/cJSON/tests/unity/auto/ |
H A D | unity_test_summary.rb | 42 ignore_output << output[:ignores] unless output[:ignores].empty? 87 results = { failures: [], ignores: [], successes: [] } 92 when 'IGNORE' then results[:ignores] << line_out
|
H A D | unity_test_summary.py | 37 ignores = details['ignores'] 39 if len(ignores) > 0: ignore_output.append('n'.join(ignores)) 86 results = { 'failures': [], 'ignores': [], 'successes': [] } 101 results['ignores'].append(line_out)
|
H A D | stylize_as_junit.rb | 145 when 'IGNORE' then results[:ignores] << { test: test_name, line: src_line, message: msg } 169 ignores: [], 206 result = results[:ignores]
|
/third_party/unity/auto/ |
H A D | unity_test_summary.rb | 42 ignore_output << output[:ignores] unless output[:ignores].empty? 87 results = { failures: [], ignores: [], successes: [] } 96 when 'IGNORE' then results[:ignores] << line_out
|
H A D | unity_test_summary.py | 37 ignores = details['ignores'] 39 if len(ignores) > 0: ignore_output.append('n'.join(ignores)) 86 results = { 'failures': [], 'ignores': [], 'successes': [] } 101 results['ignores'].append(line_out)
|
H A D | stylize_as_junit.rb | 145 when 'IGNORE' then results[:ignores] << { test: test_name, line: src_line, message: msg } 166 ignores: [], 203 result = results[:ignores]
|
/third_party/ninja/misc/ |
H A D | ci.py | 5 ignores = [ variable 23 if any([path.startswith(x) for x in ignores]):
|
/third_party/python/Lib/test/ |
H A D | test_type_comments.py | 74 ignores = """\ 311 for tree in self.parse_all(ignores): 322 tree = self.classic_parse(ignores)
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
H A D | rubydomain.py | 491 ignores = self.domain.env.config['modindex_common_prefix'] 492 ignores = sorted(ignores, key=len, reverse=True) 503 for ignore in ignores:
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | gen_restricted_traces.py | 334 ignores = ['%s/' % trace for trace in traces] 336 out_file.write('\n'.join(sorted(ignores)))
|
/third_party/curl/scripts/ |
H A D | cd2cd | 34 on and it ignores errors on single files. 220 # this ignores errors
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1290 default C<BROKEN> function ignores the C<BROKEN_ARG>, but you can
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1290 default C<BROKEN> function ignores the C<BROKEN_ARG>, but you can
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 4798 % sufficient for this purpose, as it ignores stretch and shrink parts 7942 % etc. don't get their TeX definitions. This ignores all spaces in
|
Completed in 17 milliseconds