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

Side by Side Diff: compiler/tests/dartc/dartc.status

Issue 9036009: Add client/tests/client web tests to the test.dart test script. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final changes Created 8 years, 11 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 | « client/tests/dartc/dartc.status ('k') | tools/test.dart » ('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 26 matching lines...) Expand all
37 [ $component == dartium ] 37 [ $component == dartium ]
38 *: Skip 38 *: Skip
39 39
40 40
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
48
49 [ $component == webdriver ]
50 *: Skip
OLDNEW
« no previous file with comments | « client/tests/dartc/dartc.status ('k') | tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698