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

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

Issue 9015005: Add dartc junit tests to test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | compiler/tests/dartc/test_config.dart » ('j') | tools/test.dart » ('J')
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 # All the exclusions in this status file are hardcoded into the scripts
7 # client/tests/dartc/testcfg.py and client/tests/dartc/test_config.dart.
8 # This file is not used when creating the test dartc/junit_tests.
ngeoffray 2011/12/30 10:20:06 So is that file used at all? Could you add a comme
Bill Hesse 2011/12/30 16:04:33 Only the component exclusions are used, and them o
6 9
7 compiler/vm/*: Skip 10 compiler/vm/*: Skip
8 11
9 12
10 # Already tested through test.py. 13 # Already tested through test.py.
11 corelib/SharedTests: Skip 14 corelib/SharedTests: Skip
12 15
13 16
14 [ $component == vm ] 17 [ $component == vm ]
15 *: Skip 18 *: Skip
(...skipping 18 matching lines...) Expand all
34 [ $component == chromium ] 37 [ $component == chromium ]
35 *: Skip 38 *: Skip
36 39
37 40
38 [ $component == frogium ] 41 [ $component == frogium ]
39 *: Skip 42 *: Skip
40 43
41 44
42 [ $component == webdriver ] 45 [ $component == webdriver ]
43 *: Skip 46 *: Skip
OLDNEW
« no previous file with comments | « no previous file | compiler/tests/dartc/test_config.dart » ('j') | tools/test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698