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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/lib/src/crypto/sha1Test.dart » ('j') | tests/lib/src/crypto/sha1Test.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a
3 # 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
4
5
6 [ $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
7 *: Skip
8
9 [ $arch == arm ]
10 *: Skip
11
12 [ $arch == simarm ]
13 *: Skip
OLDNEW
« 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