| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473 | 87 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473 |
| 88 | 88 |
| 89 [ $runtime == jsshell ] | 89 [ $runtime == jsshell ] |
| 90 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | 90 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
| 91 | 91 |
| 92 [ $compiler == dart2js && $runtime == drt ] | 92 [ $compiler == dart2js && $runtime == drt ] |
| 93 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 93 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| 94 | 94 |
| 95 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] | 95 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
| 96 collection/test/unmodifiable_collection_test: Skip # Times out. Issue 22050 | 96 collection/test/unmodifiable_collection_test: Skip # Times out. Issue 22050 |
| 97 async/test/stream_zip_test: Skip # Times out. Issue 22050 |
| 97 | 98 |
| 98 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 99 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 99 third_party/angular_tests/browser_test: Skip # uses dart:html | 100 third_party/angular_tests/browser_test: Skip # uses dart:html |
| 100 | 101 |
| 101 [$compiler == dart2dart] | 102 [$compiler == dart2dart] |
| 102 *: Skip | 103 *: Skip |
| 103 | 104 |
| 104 [ $runtime == ie10 ] | 105 [ $runtime == ie10 ] |
| 105 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 106 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 106 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) | 107 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 | 179 |
| 179 [ $unchecked ] | 180 [ $unchecked ] |
| 180 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 181 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 181 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 182 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 182 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 183 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 183 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 184 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 184 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 185 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 185 | 186 |
| 186 [ $use_repository_packages ] | 187 [ $use_repository_packages ] |
| 187 analyzer/test/*: PubGetError | 188 analyzer/test/*: PubGetError |
| OLD | NEW |