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

Side by Side Diff: dart/tests/stub-generator/stub-generator.status

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tests/utils/utils.status » ('j') | 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 # IF YOU ARE TEMPTED TO SKIP TESTS HERE, READ THIS FIRST: 5 # IF YOU ARE TEMPTED TO SKIP TESTS HERE, READ THIS FIRST:
6 # So far, every time these have been marked skip it is because someone broke 6 # So far, every time these have been marked skip it is because someone broke
7 # the stub generator, usually by making "no such type" unconditionally fatal. 7 # the stub generator, usually by making "no such type" unconditionally fatal.
8 # Please instead fix the stub generator. Or at least talk to benl before 8 # Please instead fix the stub generator. Or at least talk to benl before
9 # committing your change. 9 # committing your change.
10 10
(...skipping 10 matching lines...) Expand all
21 *: Skip 21 *: Skip
22 22
23 [ $component == dartium ] 23 [ $component == dartium ]
24 *: Skip 24 *: Skip
25 25
26 [ $component == chromium ] 26 [ $component == chromium ]
27 *: Skip 27 *: Skip
28 28
29 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ] 29 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ]
30 *: Skip 30 *: Skip
31
32 [ $component == dartc && $mode == release ]
33 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698