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

Unified Diff: tools/test.dart

Issue 11226010: Issue 6073. Fixes for 'export'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 439aaad6592839c1b382136b0c190fc78a414a6b..12188bb1a9ec45b168b6500d4225b5d477498437 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -110,7 +110,8 @@ main() {
// [TEST_SUITE_DIRECTORIES]).
queue.addTestSuite(new VMTestSuite(conf));
} else if (conf['compiler'] == 'dartc' && key == 'dartc') {
- queue.addTestSuite(new SamplesDartcTestSuite(conf));
+ // TODO http://code.google.com/p/dart/issues/detail?id=6097
+// queue.addTestSuite(new SamplesDartcTestSuite(conf));
queue.addTestSuite(new JUnitDartcTestSuite(conf));
}
}

Powered by Google App Engine
This is Rietveld 408576698