Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 |
| OLD | NEW |