| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 # These tests are runtime negative but statically positive, so we skip | 155 # These tests are runtime negative but statically positive, so we skip |
| 156 # them in the analyzer. | 156 # them in the analyzer. |
| 157 mock/test/mock_regexp_negative_test: Skip | 157 mock/test/mock_regexp_negative_test: Skip |
| 158 mock/test/mock_stepwise_negative_test: Skip | 158 mock/test/mock_stepwise_negative_test: Skip |
| 159 polymer/example/canonicalization: Skip | 159 polymer/example/canonicalization: Skip |
| 160 polymer/example/canonicalization2: Skip | 160 polymer/example/canonicalization2: Skip |
| 161 polymer/example/canonicalization3: Skip | 161 polymer/example/canonicalization3: Skip |
| 162 | 162 |
| 163 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 163 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 164 | 164 |
| 165 docgen/test/multi_library_test: StaticWarning # Issue 18232 |
| 166 docgen/test/generate_json_test: StaticWarning # Issue 18232 |
| 167 docgen/test/single_library_test: StaticWarning # Issue 18232 |
| 168 docgen/test/only_lib_content_in_pkg: StaticWarning # Issue 18232 |
| 169 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 18232 |
| 170 docgen/test/typedef_test: StaticWarning # Issue 18232 |
| 171 docgen/test/inherited_comments_test: StaticWarning # Issue 18232 |
| 172 docgen/test/constant_argument_test: StaticWarning # Issue 18232 |
| 173 |
| 165 [ $compiler == dart2js && $runtime == none] | 174 [ $compiler == dart2js && $runtime == none] |
| 166 polymer/example/canonicalization: Skip | 175 polymer/example/canonicalization: Skip |
| 167 polymer/example/canonicalization2: Skip | 176 polymer/example/canonicalization2: Skip |
| 168 polymer/example/canonicalization3: Skip | 177 polymer/example/canonicalization3: Skip |
| 169 | 178 |
| 170 [ $compiler == dart2js && $csp ] | 179 [ $compiler == dart2js && $csp ] |
| 171 matcher/test/mirror_matchers_test: Skip # Issue 12151 | 180 matcher/test/mirror_matchers_test: Skip # Issue 12151 |
| 172 polymer/test/noscript_test: Fail # Issue 17326 | 181 polymer/test/noscript_test: Fail # Issue 17326 |
| 173 polymer/test/js_interop_test: Fail # Issue 17326 | 182 polymer/test/js_interop_test: Fail # Issue 17326 |
| 174 | 183 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 358 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 350 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 359 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 351 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 360 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 352 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 361 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 353 | 362 |
| 354 [ $use_repository_packages ] | 363 [ $use_repository_packages ] |
| 355 analyzer/test/*: PubGetError | 364 analyzer/test/*: PubGetError |
| 356 | 365 |
| 357 [ $runtime == ie9 ] | 366 [ $runtime == ie9 ] |
| 358 polymer: Pass, Fail, Timeout # Issue 16717 | 367 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |