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

Side by Side Diff: dart/compiler/tests/dartc/dartc.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/compiler/scripts/generate_my_projects.py ('k') | dart/tests/co19/co19-compiler.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix dartc 4 prefix dartc
5 5
6 # This directory creates a single java junit test, with name dartc/junit_tests. 6 # This directory creates a single java junit test, with name dartc/junit_tests.
7 # This status file is only used to exclude all components except dartc 7 # This status file is only used to exclude all components except dartc
8 # from performing the test, in the test.py script. 8 # from performing the test, in the test.py script.
9 9
10 # The individual file and directory exclusions are hardcoded into the scripts 10 # The individual file and directory exclusions are hardcoded into the scripts
(...skipping 30 matching lines...) Expand all
41 [ $component == chromium ] 41 [ $component == chromium ]
42 *: Skip 42 *: Skip
43 43
44 44
45 [ $component == frogium ] 45 [ $component == frogium ]
46 *: Skip 46 *: Skip
47 47
48 48
49 [ $component == webdriver ] 49 [ $component == webdriver ]
50 *: Skip 50 *: Skip
51
52 [ $component == dartc && $mode == release ]
53 *: Skip
OLDNEW
« no previous file with comments | « dart/compiler/scripts/generate_my_projects.py ('k') | dart/tests/co19/co19-compiler.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698