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

Unified Diff: dart/tools/testing/dart/multitest.dart

Issue 23721006: test.py: Fixed incorrect handling of multitest in status files, status file cleanups. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 | « dart/tests/lib/lib.status ('k') | dart/tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/multitest.dart
diff --git a/dart/tools/testing/dart/multitest.dart b/dart/tools/testing/dart/multitest.dart
index fc85e7986246c7f6da8885614be00a3b3c69952f..b9424375e39685f30273db3e30a6b6e63c9dd5ea 100644
--- a/dart/tools/testing/dart/multitest.dart
+++ b/dart/tools/testing/dart/multitest.dart
@@ -238,7 +238,9 @@ Future doMultitest(Path filePath, String outputDir, Path suiteDir,
hasRuntimeErrors,
isNegativeIfChecked: isNegativeIfChecked,
hasFatalTypeErrors: enableFatalTypeErrors,
- multitestOutcome: outcome);
+ multitestOutcome: outcome,
+ multitestKey: key,
+ originTestPath: filePath);
}
return null;
« no previous file with comments | « dart/tests/lib/lib.status ('k') | dart/tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698