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

Unified Diff: test/runner/signal_test.dart

Issue 1206033004: Only load a certain number of test suites at once. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 6 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 | « test/runner/load_suite_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runner/signal_test.dart
diff --git a/test/runner/signal_test.dart b/test/runner/signal_test.dart
index da5a51f183d1409e3aaafd37022c724262106f49..155b24ee5a2a8cd336825e675d045c7faa744fcf 100644
--- a/test/runner/signal_test.dart
+++ b/test/runner/signal_test.dart
@@ -86,7 +86,6 @@ void main() {
await new Future.delayed(new Duration(seconds: 1));
process.kill();
await process.exitCode;
- expect(new Directory(_tempDir).listSync(), isEmpty);
kevmoo 2015/06/25 03:18:31 Why this change?
nweiz 2015/06/25 20:42:31 We shouldn't have been testing this in the first p
});
});
« no previous file with comments | « test/runner/load_suite_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698