OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_test_id
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/
gtest_main.cpp
851
// Next test to run is [next_testcase_id:
next_test_id
].
853
size_t
next_test_id
= 0;
local
862
std::string test_name = testcase_list[next_testcase_id].GetTestName(
next_test_id
);
863
ChildProcInfo child_proc = RunChildProcess(test_name, next_testcase_id,
next_test_id
,
866
if (++
next_test_id
== testcase_list[next_testcase_id].TestCount()) {
867
next_test_id
= 0;
[
all
...]
Completed in 408 milliseconds