OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tests_to_retry_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/launcher/
test_launcher.h
166
std::set<std::string>
tests_to_retry_
;
member in class:base::TestLauncher
test_launcher.cc
475
tests_to_retry_
.insert(result.full_name);
535
if (
tests_to_retry_
.empty() || retry_count_ >= retry_limit_) {
540
if (
tests_to_retry_
.size() >= broken_threshold) {
543
tests_to_retry_
.size());
555
std::vector<std::string> test_names(
tests_to_retry_
.begin(),
556
tests_to_retry_
.end());
558
tests_to_retry_
.clear();
865
tests_to_retry_
.clear();
903
if (
tests_to_retry_
.empty()) {
[
all
...]
Completed in 168 milliseconds