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

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

Issue 21001003: test.py: First step towards support of caching dart2js compilations across runtimes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/io/test_runner_test.dart » ('j') | tools/testing/dart/dependency_graph.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/skipping_dart2js_compilations_test.dart
diff --git a/tests/standalone/io/skipping_dart2js_compilations_test.dart b/tests/standalone/io/skipping_dart2js_compilations_test.dart
index 98e65f19040a2b7504dfb9b22c13a1d167075dd0..cf0600f33274180f6bd2bd7780b3fe65f63c28c9 100644
--- a/tests/standalone/io/skipping_dart2js_compilations_test.dart
+++ b/tests/standalone/io/skipping_dart2js_compilations_test.dart
@@ -131,7 +131,7 @@ class TestCompletedHandler {
void processCompletedTest(runner.TestCase testCase) {
var output = testCase.lastCommandOutput;
- Expect.isFalse(output.unexpectedOutput);
+ Expect.isFalse(testCase.unexpectedOutput);
Expect.isTrue(output.stderr.length == 0);
if (_shouldHaveRun) {
Expect.isTrue(output.stdout.length == 0);
« no previous file with comments | « no previous file | tests/standalone/io/test_runner_test.dart » ('j') | tools/testing/dart/dependency_graph.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698