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

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

Issue 9442015: Since dartc has no backend anymore, a runtime error in a multitest does *not* make it a negative te… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 10 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/tools/testing/dart/multitest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_suite.dart
===================================================================
--- dart/tools/testing/dart/test_suite.dart (revision 4517)
+++ dart/tools/testing/dart/test_suite.dart (working copy)
@@ -388,6 +388,7 @@
if (optionsFromFile['isMultitest']) {
testGeneratorStarted();
DoMultitest(filename,
+ configuration['component'],
TestUtils.buildDir(configuration),
directoryPath,
createTestCase,
« no previous file with comments | « dart/tools/testing/dart/multitest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698