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

Unified Diff: tests/standalone/io/test_runner_test.dart

Issue 10880003: Stop test_runner_test from failing when process_test times out instead of crashing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mark as flaky in status file, not by changing test. Created 8 years, 4 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 | « no previous file | tests/standalone/standalone.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/test_runner_test.dart
diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
index 3e7e43bb65c0f1fa76c3f1e39c6a5d745bf345d8..2089ed263613792067041e97051c1548c5596292 100644
--- a/tests/standalone/io/test_runner_test.dart
+++ b/tests/standalone/io/test_runner_test.dart
@@ -65,8 +65,8 @@ void testTestRunner() {
new Set<String>.from([CRASH]))).start();
Expect.equals(4, TestController.numTests);
// Test that the test runner throws an exception if a test with
- // expectation SKIP is run. Throw must be from the synchronous part
- // of the RunninProcess starter, for the exception to be caught here.
+ // expectation SKIP is run. The RunningProcess constructor must throw
+ // the exception synchronously, for it to be caught here at the call site.
Expect.throws(new RunningProcess(MakeTestCase("pass", [SKIP])).start);
}
« no previous file with comments | « no previous file | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698