OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tests_failed
(Results
1 - 2
of
2
) sorted by null
/external/markdown/MarkdownTest/
MarkdownTest.pl
42
my $
tests_failed
= 0;
83
$
tests_failed
++;
88
print "$tests_passed passed; $
tests_failed
failed.\n";
/external/chromium_org/chrome/test/perf/
dom_checker_uitest.cc
160
bool GetTestsFailed(TabProxy* tab, ResultsSet*
tests_failed
) {
198
tests_failed
->insert(test_name);
205
void RunDomChecker(bool use_http, int* test_count, ResultsSet*
tests_failed
) {
229
ASSERT_TRUE(GetTestsFailed(tab.get(),
tests_failed
));
Completed in 301 milliseconds