| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 144 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 145 # These tests are runtime negative but statically positive, so we skip | 145 # These tests are runtime negative but statically positive, so we skip |
| 146 # them in the analyzer. | 146 # them in the analyzer. |
| 147 mock/test/mock_regexp_negative_test: Skip | 147 mock/test/mock_regexp_negative_test: Skip |
| 148 mock/test/mock_stepwise_negative_test: Skip | 148 mock/test/mock_stepwise_negative_test: Skip |
| 149 polymer/example/canonicalization: Skip | 149 polymer/example/canonicalization: Skip |
| 150 polymer/example/canonicalization2: Skip | 150 polymer/example/canonicalization2: Skip |
| 151 polymer/example/canonicalization3: Skip | 151 polymer/example/canonicalization3: Skip |
| 152 | 152 |
| 153 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 153 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 154 docgen/test/*: StaticWarning # Issue 17896 |
| 154 | 155 |
| 155 [ $compiler == dart2js && $runtime == none] | 156 [ $compiler == dart2js && $runtime == none] |
| 156 polymer/example/canonicalization: Skip | 157 polymer/example/canonicalization: Skip |
| 157 polymer/example/canonicalization2: Skip | 158 polymer/example/canonicalization2: Skip |
| 158 polymer/example/canonicalization3: Skip | 159 polymer/example/canonicalization3: Skip |
| 159 | 160 |
| 160 [ $compiler == dart2js && $csp ] | 161 [ $compiler == dart2js && $csp ] |
| 161 matcher/test/mirror_matchers_test: Skip # Issue 12151 | 162 matcher/test/mirror_matchers_test: Skip # Issue 12151 |
| 162 polymer/test/noscript_test: Fail # Issue 17326 | 163 polymer/test/noscript_test: Fail # Issue 17326 |
| 163 polymer/test/js_interop_test: Fail # Issue 17326 | 164 polymer/test/js_interop_test: Fail # Issue 17326 |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 342 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 342 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 343 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 343 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 344 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 344 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 345 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 345 | 346 |
| 346 [ $use_repository_packages ] | 347 [ $use_repository_packages ] |
| 347 analyzer/test/*: PubGetError | 348 analyzer/test/*: PubGetError |
| 348 | 349 |
| 349 [ $runtime == ie9 ] | 350 [ $runtime == ie9 ] |
| 350 polymer: Pass, Fail, Timeout # Issue 16717 | 351 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |