| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 | 85 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 |
| 86 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 86 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 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 ] |
| 96 collection/test/unmodifiable_collection_test: Skip # Times out. Started when co1
9 started running. Please triage this failure. |
| 97 |
| 95 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 98 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 96 third_party/angular_tests/browser_test: Skip # uses dart:html | 99 third_party/angular_tests/browser_test: Skip # uses dart:html |
| 97 | 100 |
| 98 [$compiler == dart2dart] | 101 [$compiler == dart2dart] |
| 99 *: Skip | 102 *: Skip |
| 100 | 103 |
| 101 [ $runtime == ie10 ] | 104 [ $runtime == ie10 ] |
| 102 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 105 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 103 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) | 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) |
| 104 | 107 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 | 178 |
| 176 [ $unchecked ] | 179 [ $unchecked ] |
| 177 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 180 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 178 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 181 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 179 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 182 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 180 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 183 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 181 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 184 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 182 | 185 |
| 183 [ $use_repository_packages ] | 186 [ $use_repository_packages ] |
| 184 analyzer/test/*: PubGetError | 187 analyzer/test/*: PubGetError |
| OLD | NEW |