OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failure_output
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/unity/auto/
unity_test_summary.rb
33
failure_output
= []
42
failure_output
<< output[:failures] unless output[:failures].empty?
64
@report +=
failure_output
.flatten.join("\n")
unity_test_summary.py
27
failure_output
= []
38
if len(failures) > 0:
failure_output
.append('\n'.join(failures))
57
self.report += '\n'.join(
failure_output
)
/src/crypto/external/apache2/openssl/dist/test/
run_tests.pl
183
my @
failure_output
= ();
254
if (scalar $self->failed > 0 && @
failure_output
) {
258
print $_, "\n" foreach (("", @
failure_output
));
/src/crypto/external/bsd/openssl/dist/test/
run_tests.pl
177
my @
failure_output
= ();
227
if (scalar $self->failed > 0 && @
failure_output
) {
231
print $_, "\n" foreach (("", @
failure_output
));
Completed in 34 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026