OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failed_count
(Results
1 - 2
of
2
) sorted by null
/system/bt/test/
run_unit_tests.sh
101
failed_count
=0
104
"${test_command[@]}" ||
failed_count
=$(( $
failed_count
+ 1 ))
107
if [ $
failed_count
!= 0 ]; then
108
failed_tests+=( "${name} ${
failed_count
}/${iterations}" )
/external/jsoncpp/test/
rununittests.py
44
failed_count
= len(failures)
45
pass_count = len(test_names) -
failed_count
46
if
failed_count
:
51
pass_count, len(test_names),
failed_count
))
Completed in 2127 milliseconds