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

Side by Side Diff: dart/tests/utils/utils.status

Issue 9808019: Make dartdoc compile. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/tests/utils/src/DummyCompilerTest.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 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 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. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $component == dart2js ] 5 [ $component == dart2js ]
6 DartdocTest: Fail 6 DummyCompilerTest: Fail
7 MarkdownTest: Fail
8 7
9 [ $arch == simarm ] 8 [ $arch == simarm ]
10 *: Skip 9 *: Skip
11 10
12 [ $component == frog || $component == frogsh || $component == frogium ] 11 [ $component == frog || $component == frogsh || $component == frogium ]
13 # Dartdoc only runs on the VM. 12 # Dartdoc only runs on the VM.
14 DartdocTest: Skip 13 DartdocTest: Skip
15 MarkdownTest: Skip 14 MarkdownTest: Skip
16 15
17 [ $component == vm || $component == dartc || $component == dartium ] 16 [ $component == vm || $component == dartc || $component == dartium ]
18 # TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which 17 # TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
19 # dartdoc uses, so disable for now. Once the deps files are unified this should 18 # dartdoc uses, so disable for now. Once the deps files are unified this should
20 # be fixed. 19 # be fixed.
21 DartdocTest: Skip 20 DartdocTest: Skip
22 MarkdownTest: Skip 21 MarkdownTest: Skip
23 22
24 [ $component == legium ] 23 [ $component == legium ]
25 *: Skip 24 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/utils/src/DummyCompilerTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698