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

Unified Diff: chrome/browser/autofill/data_driven_test.cc

Issue 6733055: Add SCOPED_TRACE to data driven tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/data_driven_test.cc
diff --git a/chrome/browser/autofill/data_driven_test.cc b/chrome/browser/autofill/data_driven_test.cc
index 8aa04ac12d32abd0534d7f3f348f9a6eaeb35bf7..cb47c1e1fb83ef2ab687d9f92161ecf4d3ad6ee1 100644
--- a/chrome/browser/autofill/data_driven_test.cc
+++ b/chrome/browser/autofill/data_driven_test.cc
@@ -43,6 +43,8 @@ void DataDrivenTest::RunDataDrivenTest(
for (FilePath input_file = input_files.Next();
!input_file.empty();
input_file = input_files.Next()) {
+ SCOPED_TRACE(input_file.BaseName().value());
+
std::string input;
ASSERT_TRUE(ReadFile(input_file, &input));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698