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

Unified Diff: dart/tests/isolate/test_config.dart

Issue 9691035: Don't skip tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « dart/tests/isolate/isolate-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/isolate/test_config.dart
diff --git a/dart/tests/isolate/test_config.dart b/dart/tests/isolate/test_config.dart
index 81199bc10fe1ceacbec760ba8b3a08480fbcd2c7..95d815c4b458898bb8cd81d5ac1bc573c3239eae 100644
--- a/dart/tests/isolate/test_config.dart
+++ b/dart/tests/isolate/test_config.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -11,5 +11,6 @@ class IsolateTestSuite extends StandardTestSuite {
: super(configuration,
"isolate",
"tests/isolate/src",
- ["tests/isolate/isolate.status"]);
+ ["tests/isolate/isolate.status",
+ "tests/isolate/isolate-leg.status"]);
}
« no previous file with comments | « dart/tests/isolate/isolate-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698