| 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 # 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 Loading... |
| 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 |
| OLD | NEW |