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

Unified Diff: tests/lib/lib.status

Issue 10197008: - Add tests/lib to start testing libraries outside of core. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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/lib/src/crypto/sha1Test.dart » ('j') | tests/lib/src/crypto/sha1Test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
===================================================================
--- tests/lib/lib.status (revision 0)
+++ tests/lib/lib.status (revision 0)
@@ -0,0 +1,13 @@
+# 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.
Bill Hesse 2012/04/25 10:19:35 Tests are now supposed to end in _tests.dart, if t
+
+
+[ $compiler == dartc || $compiler == frog || $compiler == dart2js]
Mads Ager (google) 2012/04/24 18:04:35 This really shouldn't be neccesary, right? In prin
Ivan Posva 2012/04/25 09:14:01 It should not be necessary, but a quick test did n
Mads Ager (google) 2012/04/25 09:31:13 OK, let's file a bug and we should see if we can m
+*: Skip
+
+[ $arch == arm ]
+*: Skip
+
+[ $arch == simarm ]
+*: Skip
« no previous file with comments | « no previous file | tests/lib/src/crypto/sha1Test.dart » ('j') | tests/lib/src/crypto/sha1Test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698