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

Unified Diff: frog/tests/native/test_config.dart

Issue 9418045: Support for native in leg, and start moving native tests to a specific test suite. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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
Index: frog/tests/native/test_config.dart
===================================================================
--- frog/tests/native/test_config.dart (revision 0)
+++ frog/tests/native/test_config.dart (working copy)
@@ -6,10 +6,10 @@
#import("../../../tools/testing/dart/test_suite.dart");
-class FrogTestSuite extends StandardTestSuite {
- FrogTestSuite(Map configuration)
+class FrogNativeTestSuite extends StandardTestSuite {
ahe 2012/02/19 14:38:02 I think you need to change something .../tools/tes
ngeoffray 2012/02/20 09:09:37 Ah, I did change them, but did a gcl change in the
+ FrogNativeTestSuite(Map configuration)
: super(configuration,
- "frog",
- "frog/tests/frog/src",
- ["frog/tests/frog/frog.status"]);
+ "native",
+ "frog/tests/native/src",
+ ["frog/tests/native/native.status"]);
}

Powered by Google App Engine
This is Rietveld 408576698