| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 | 4 |
| 5 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
| 6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
| 7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
| 8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
| 9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
| 10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 # These tests are runtime negative but statically positive, so we skip | 152 # These tests are runtime negative but statically positive, so we skip |
| 153 # them in the analyzer. | 153 # them in the analyzer. |
| 154 mock/test/mock_regexp_negative_test: Skip | 154 mock/test/mock_regexp_negative_test: Skip |
| 155 mock/test/mock_stepwise_negative_test: Skip | 155 mock/test/mock_stepwise_negative_test: Skip |
| 156 polymer/example/canonicalization: Skip | 156 polymer/example/canonicalization: Skip |
| 157 polymer/example/canonicalization2: Skip | 157 polymer/example/canonicalization2: Skip |
| 158 polymer/example/canonicalization3: Skip | 158 polymer/example/canonicalization3: Skip |
| 159 | 159 |
| 160 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 160 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 161 | 161 |
| 162 docgen/test/multi_library_test: StaticWarning # Issue 18232 | |
| 163 docgen/test/generate_json_test: StaticWarning # Issue 18232 | |
| 164 docgen/test/single_library_test: StaticWarning # Issue 18232 | |
| 165 docgen/test/only_lib_content_in_pkg: StaticWarning # Issue 18232 | |
| 166 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 18232 | |
| 167 docgen/test/typedef_test: StaticWarning # Issue 18232 | |
| 168 docgen/test/inherited_comments_test: StaticWarning # Issue 18232 | |
| 169 docgen/test/constant_argument_test: StaticWarning # Issue 18232 | |
| 170 | |
| 171 [ $compiler == dart2js && $runtime == none] | 162 [ $compiler == dart2js && $runtime == none] |
| 172 polymer/example/canonicalization: Skip | 163 polymer/example/canonicalization: Skip |
| 173 polymer/example/canonicalization2: Skip | 164 polymer/example/canonicalization2: Skip |
| 174 polymer/example/canonicalization3: Skip | 165 polymer/example/canonicalization3: Skip |
| 175 | 166 |
| 176 [ $compiler == dart2js && $csp ] | 167 [ $compiler == dart2js && $csp ] |
| 177 matcher/test/mirror_matchers_test: Skip # Issue 12151 | 168 matcher/test/mirror_matchers_test: Skip # Issue 12151 |
| 178 polymer/test/noscript_test: Fail # Issue 17326 | 169 polymer/test/noscript_test: Fail # Issue 17326 |
| 179 polymer/test/js_interop_test: Fail # Issue 17326 | 170 polymer/test/js_interop_test: Fail # Issue 17326 |
| 180 | 171 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 346 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 356 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 347 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 357 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 348 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 358 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 349 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 359 | 350 |
| 360 [ $use_repository_packages ] | 351 [ $use_repository_packages ] |
| 361 analyzer/test/*: PubGetError | 352 analyzer/test/*: PubGetError |
| 362 | 353 |
| 363 [ $runtime == ie9 ] | 354 [ $runtime == ie9 ] |
| 364 polymer: Pass, Fail, Timeout # Issue 16717 | 355 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |