OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tests_by_status
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/launcher/
test_results_tracker.cc
185
TestStatusMap
tests_by_status
(GetTestStatusMapForCurrentIteration());
187
PrintTests(
tests_by_status
[TestResult::TEST_FAILURE].begin(),
188
tests_by_status
[TestResult::TEST_FAILURE].end(),
190
PrintTests(
tests_by_status
[TestResult::TEST_FAILURE_ON_EXIT].begin(),
191
tests_by_status
[TestResult::TEST_FAILURE_ON_EXIT].end(),
193
PrintTests(
tests_by_status
[TestResult::TEST_TIMEOUT].begin(),
194
tests_by_status
[TestResult::TEST_TIMEOUT].end(),
196
PrintTests(
tests_by_status
[TestResult::TEST_CRASH].begin(),
197
tests_by_status
[TestResult::TEST_CRASH].end(),
199
PrintTests(
tests_by_status
[TestResult::TEST_SKIPPED].begin()
325
TestStatusMap
tests_by_status
;
local
332
TestStatusMap
tests_by_status
;
local
[
all
...]
test_launcher.cc
895
TestResultsTracker::TestStatusMap
tests_by_status
(
897
if (!
tests_by_status
[TestResult::TEST_UNKNOWN].empty())
[
all
...]
Completed in 94 milliseconds