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