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

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

Issue 8771036: Fix multitest failure/pass marking. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: tools/testing/dart/multitest.dart
diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
index 4e433c7ebbb4ebdef31e7cc1525130483c79443f..2a92eed4ec8dc838f2378979a131a0127913f35d 100644
--- a/tools/testing/dart/multitest.dart
+++ b/tools/testing/dart/multitest.dart
@@ -180,7 +180,7 @@ WriteMultitestToFileAndQueueIt(Map<String, String> tests,
bool isNegative = (outcome.contains('compile-time error') ||
outcome.contains('runtime error') ||
enableFatalTypeErrors);
- bool isNegativeIfChecked = outcome.contains('type error');
+ bool isNegativeIfChecked = outcome.contains('dynamic type error');
doTest(filename,
isNegative,
isNegativeIfChecked,
« 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