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

Unified Diff: pkg/analyzer/test/test_all.dart

Issue 806733003: Make futures returned by AnalysisContext cancelable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analyzer/test/test_all.dart
diff --git a/pkg/analyzer/test/test_all.dart b/pkg/analyzer/test/test_all.dart
index 5aa9922ed6bd6a7b197d6e6e3e3fe1026e1941ab..b8f60d4cbd55469b99da57b924e6ff68e2620003 100644
--- a/pkg/analyzer/test/test_all.dart
+++ b/pkg/analyzer/test/test_all.dart
@@ -14,12 +14,14 @@ import 'options_test.dart' as options;
import 'parse_compilation_unit_test.dart' as parse_compilation_unit;
import 'source/test_all.dart' as source;
import 'task/test_all.dart' as task;
+import 'cancelable_future_test.dart' as cancelable_future_test;
/// Utility for manually running all tests.
main() {
groupSep = ' | ';
group('analysis engine', () {
+ cancelable_future_test.main();
scheglov 2014/12/15 21:31:19 This will make this test suite 2 seconds slower :-
Paul Berry 2014/12/16 16:58:06 I am open to suggestions for improving the test su
enum_test.main();
error.main();
file_system.main();
« pkg/analyzer/test/generated/engine_test.dart ('K') | « pkg/analyzer/test/generated/engine_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698