| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 198 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| 199 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 199 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| 200 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. | 200 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. |
| 201 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 201 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 202 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. | 202 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. |
| 203 analyzer/test/options_test: Fail, OK # Uses dart:io. | 203 analyzer/test/options_test: Fail, OK # Uses dart:io. |
| 204 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. | 204 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. |
| 205 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. | 205 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. |
| 206 barback/test/*: Fail, OK # Uses dart:io. | 206 barback/test/*: Fail, OK # Uses dart:io. |
| 207 code_transformers/test/*: Skip # Uses dart:io. | 207 code_transformers/test/*: Skip # Uses dart:io. |
| 208 http/test/client_test: Fail, OK # Uses dart:io. | 208 http/test/io/*: Fail, OK # Uses dart:io. |
| 209 http/test/http_test: Fail, OK # Uses dart:io. | |
| 210 http/test/mock_client_test: Fail, OK # Uses dart:io. | |
| 211 http/test/multipart_test: Fail, OK # Uses dart:io. | |
| 212 http/test/request_test: Fail, OK # Uses dart:io. | |
| 213 http/test/response_test: Fail, OK # Uses dart:io. | |
| 214 http/test/streamed_request_test: Fail, OK # Uses dart:io. | |
| 215 http_parser/test/web_socket_test: Fail, OK # Uses dart:io | 209 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
| 216 http_server/test/*: Fail, OK # Uses dart:io. | 210 http_server/test/*: Fail, OK # Uses dart:io. |
| 217 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 211 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
| 218 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 212 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
| 219 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 213 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 220 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 214 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
| 221 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 215 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 222 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 216 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 223 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 217 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
| 224 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 218 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 | 301 |
| 308 [ $runtime == vm ] | 302 [ $runtime == vm ] |
| 309 # Skip tests on the VM if the package depends on dart:html | 303 # Skip tests on the VM if the package depends on dart:html |
| 310 custom_element: Skip | 304 custom_element: Skip |
| 311 template_binding: Skip | 305 template_binding: Skip |
| 312 mutation_observer: Skip | 306 mutation_observer: Skip |
| 313 polymer_expressions/test/syntax_test: Skip | 307 polymer_expressions/test/syntax_test: Skip |
| 314 polymer_expressions/test/globals_test: Skip | 308 polymer_expressions/test/globals_test: Skip |
| 315 polymer_expressions/test/bindings_test: Skip | 309 polymer_expressions/test/bindings_test: Skip |
| 316 third_party/html5lib/test/browser/browser_test: Skip | 310 third_party/html5lib/test/browser/browser_test: Skip |
| 311 http/test/html/*: Skip |
| 317 | 312 |
| 318 [ $runtime == safari || $ie ] | 313 [ $runtime == safari || $ie ] |
| 319 polymer_expressions/test/globals_test: Fail # Issue 16568 | 314 polymer_expressions/test/globals_test: Fail # Issue 16568 |
| 320 polymer_expressions/test/bindings_test: Fail # Issue 16568 | 315 polymer_expressions/test/bindings_test: Fail # Issue 16568 |
| 321 | 316 |
| 322 [ $browser ] | 317 [ $browser ] |
| 323 docgen/test/*: Skip # Uses dart:io | 318 docgen/test/*: Skip # Uses dart:io |
| 324 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 319 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 325 | 320 |
| 326 [ $browser || $runtime == vm ] | 321 [ $browser || $runtime == vm ] |
| (...skipping 21 matching lines...) Expand all Loading... |
| 348 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. |
| 349 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. |
| 350 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 |
| 351 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 |
| 352 | 347 |
| 353 [ $use_repository_packages ] | 348 [ $use_repository_packages ] |
| 354 analyzer/test/*: PubGetError | 349 analyzer/test/*: PubGetError |
| 355 | 350 |
| 356 [ $runtime == ie9 ] | 351 [ $runtime == ie9 ] |
| 357 polymer: Pass, Fail, Timeout # Issue 16717 | 352 polymer: Pass, Fail, Timeout # Issue 16717 |
| 353 |
| 354 [ $runtime == drt ] |
| 355 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |