| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 crypto/test/sha1_test: Slow, Pass | 152 crypto/test/sha1_test: Slow, Pass |
| 153 | 153 |
| 154 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 154 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 155 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 155 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 156 | 156 |
| 157 [ $browser ] | 157 [ $browser ] |
| 158 analysis_server/test/*: Skip # Uses dart:io. | 158 analysis_server/test/*: Skip # Uses dart:io. |
| 159 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. | 159 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. |
| 160 analyzer2dart/*: Skip # Uses dart:io. | 160 analyzer2dart/*: Skip # Uses dart:io. |
| 161 analyzer/test/*: Skip # Uses dart:io. | 161 analyzer/test/*: Skip # Uses dart:io. |
| 162 http_server/test/*: Fail, OK # Uses dart:io. |
| 162 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 163 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 163 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 164 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 164 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 165 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 165 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 166 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 166 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 167 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 167 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 168 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 168 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. | 169 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. |
| 169 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 170 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 170 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da
rt:io. | 171 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da
rt:io. |
| 171 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d
art:io. | 172 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d
art:io. |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 | 206 |
| 206 [ $unchecked ] | 207 [ $unchecked ] |
| 207 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 208 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 208 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 209 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 209 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 210 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 210 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 211 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 211 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 212 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 212 | 213 |
| 213 [ $use_repository_packages ] | 214 [ $use_repository_packages ] |
| 214 analyzer/test/*: PubGetError | 215 analyzer/test/*: PubGetError |
| OLD | NEW |