Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3786)

Unified Diff: base/test/test_launcher.h

Issue 22893056: GTTF: make the new test launcher handle test crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/test/gtest_xml_util.cc ('k') | base/test/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_launcher.h
diff --git a/base/test/test_launcher.h b/base/test/test_launcher.h
index 264454f21c7187a4652af32edae1353743379d0e..90309e6f9465c3f744309d7939fc4b2f5ca9de73 100644
--- a/base/test/test_launcher.h
+++ b/base/test/test_launcher.h
@@ -43,6 +43,10 @@ struct TestResult {
// True if the test passed.
bool success;
+ // True if the test binary crashed while executing this test (i.e. the test
+ // didn't actually finish).
+ bool crashed;
+
// Time it took to run the test.
base::TimeDelta elapsed_time;
};
« no previous file with comments | « base/test/gtest_xml_util.cc ('k') | base/test/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698