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

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

Issue 695893002: Working SimpleHTML test front end (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 6 years, 1 month 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: tools/testing/dart/multitest.dart
diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
index 51468b28728a2c1b1f36d62f1067bf7df22c7320..f07e51a96ce611f225a8733b9b8931d31087205c 100644
--- a/tools/testing/dart/multitest.dart
+++ b/tools/testing/dart/multitest.dart
@@ -267,13 +267,13 @@ Future doMultitest(Path filePath, String outputDir, Path suiteDir,
bool isNegativeIfChecked = outcome.contains('dynamic type error');
bool hasCompileErrorIfChecked = outcome.contains('checked mode compile-time error');
ricow1 2014/11/05 12:22:55 not yours, but long line
doTest(multitestFilename,
+ filePath,
hasCompileError,
hasRuntimeErrors,
isNegativeIfChecked: isNegativeIfChecked,
hasCompileErrorIfChecked: hasCompileErrorIfChecked,
hasStaticWarning: hasStaticWarning,
- multitestKey: key,
- originTestPath: filePath);
+ multitestKey: key);
}
return null;

Powered by Google App Engine
This is Rietveld 408576698