| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 | 184 |
| 185 [ $compiler == dart2js && $minified ] | 185 [ $compiler == dart2js && $minified ] |
| 186 # The unminified unittest tests test that the real names of Dart types are | 186 # The unminified unittest tests test that the real names of Dart types are |
| 187 # printed. Minified versions of these tests exist that test the behavior when | 187 # printed. Minified versions of these tests exist that test the behavior when |
| 188 # minified. | 188 # minified. |
| 189 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2
JS | 189 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2
JS |
| 190 matcher/test/mirror_matchers_test: Fail # Issue 15405 | 190 matcher/test/mirror_matchers_test: Fail # Issue 15405 |
| 191 | 191 |
| 192 [ $compiler == dart2js && $browser ] | 192 [ $compiler == dart2js && $browser ] |
| 193 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 193 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 194 stack_trace/test/chain_test: Fail, Timeout # Issues 15171, 15105, and 18142 | 194 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 195 crypto/test/sha256_test: Slow, Pass | 195 crypto/test/sha256_test: Slow, Pass |
| 196 crypto/test/sha1_test: Slow, Pass | 196 crypto/test/sha1_test: Slow, Pass |
| 197 polymer/example/component: Fail # Issue 13198 | 197 polymer/example/component: Fail # Issue 13198 |
| 198 polymer/test/mirror_loader_test: Skip # tests development only behavior | 198 polymer/test/mirror_loader_test: Skip # tests development only behavior |
| 199 | 199 |
| 200 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 200 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 201 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. | 201 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
| 202 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 202 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 203 | 203 |
| 204 [ $browser ] | 204 [ $browser ] |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 357 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 358 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 358 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 359 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 359 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 360 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 360 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 361 | 361 |
| 362 [ $use_repository_packages ] | 362 [ $use_repository_packages ] |
| 363 analyzer/test/*: PubGetError | 363 analyzer/test/*: PubGetError |
| 364 | 364 |
| 365 [ $runtime == ie9 ] | 365 [ $runtime == ie9 ] |
| 366 polymer: Pass, Fail, Timeout # Issue 16717 | 366 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |