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

Unified Diff: base/test/launcher/test_launcher_nacl_nonsfi.cc

Issue 1262693002: test launcher: print test file names and lines in summary results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: base/test/launcher/test_launcher_nacl_nonsfi.cc
diff --git a/base/test/launcher/test_launcher_nacl_nonsfi.cc b/base/test/launcher/test_launcher_nacl_nonsfi.cc
index bf117affc68e22193f479ee0d1180cdd0153d18e..cf6bd94c8dc03ee882a7ec6b928b319e4c7646aa 100644
--- a/base/test/launcher/test_launcher_nacl_nonsfi.cc
+++ b/base/test/launcher/test_launcher_nacl_nonsfi.cc
@@ -83,7 +83,7 @@ class NonSfiUnitTestPlatformDelegate : public base::UnitTestPlatformDelegate {
return true;
}
- bool GetTests(std::vector<base::SplitTestName>* output) override {
+ bool GetTests(std::vector<base::TestIdentifier>* output) override {
base::FilePath output_file;
if (!base::CreateTemporaryFile(&output_file)) {
LOG(ERROR) << "Failed to create a temp file.";

Powered by Google App Engine
This is Rietveld 408576698