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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 math/test/bigint_test: RuntimeError # Requires bigint support. | 102 math/test/bigint_test: RuntimeError # Requires bigint support. |
103 | 103 |
104 analysis_server/test/search/element_references_test: Pass, Slow | 104 analysis_server/test/search/element_references_test: Pass, Slow |
105 analysis_server/test/services/index/store/codec_test: Pass, Slow | 105 analysis_server/test/services/index/store/codec_test: Pass, Slow |
106 | 106 |
107 # Analysis server integration tests don't make sense to run under | 107 # Analysis server integration tests don't make sense to run under |
108 # dart2js, since the code under test always runs in the Dart vm as a | 108 # dart2js, since the code under test always runs in the Dart vm as a |
109 # subprocess. | 109 # subprocess. |
110 analysis_server/test/integration: Skip | 110 analysis_server/test/integration: Skip |
111 | 111 |
| 112 observe/test/unique_message_test: Skip # Intended only as a vm test. |
| 113 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. |
| 114 code_transformers/test/unique_message_test: Skip # Intended only as a vm test. |
| 115 |
112 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 116 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
113 http/test/html/client_test: Fail # Issue 19750 | 117 http/test/html/client_test: Fail # Issue 19750 |
114 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 | 118 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 |
115 json_rpc_2/test/server/server_test: Fail # Issue 19750 | 119 json_rpc_2/test/server/server_test: Fail # Issue 19750 |
116 shelf/test/log_middleware_test: Fail # Issue 19750 | 120 shelf/test/log_middleware_test: Fail # Issue 19750 |
117 | 121 |
118 [ $runtime == ff ] | 122 [ $runtime == ff ] |
119 stack_trace/test/trace_test: Fail # Issue 19750 | 123 stack_trace/test/trace_test: Fail # Issue 19750 |
120 http/test/html/client_test: Fail # Issue 19750 | 124 http/test/html/client_test: Fail # Issue 19750 |
121 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 | 125 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 | 314 |
311 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 315 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
312 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 316 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
313 | 317 |
314 [ $browser ] | 318 [ $browser ] |
315 analysis_server/test/*: Skip # Uses dart:io. | 319 analysis_server/test/*: Skip # Uses dart:io. |
316 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. | 320 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. |
317 analyzer2dart/*: Skip # Uses dart:io. | 321 analyzer2dart/*: Skip # Uses dart:io. |
318 analyzer/test/*: Skip # Uses dart:io. | 322 analyzer/test/*: Skip # Uses dart:io. |
319 barback/test/*: Fail, OK # Uses dart:io. | 323 barback/test/*: Fail, OK # Uses dart:io. |
320 code_transformers/test/*: Skip # Uses dart:io. | 324 code_transformers/test/assets_test: Skip # Uses dart:io |
| 325 code_transformers/test/entry_point_test: Skip # Uses dart:io |
| 326 code_transformers/test/resolver_test: Skip # Uses dart:io |
| 327 code_transformers/test/unique_message_test: Skip # Uses dart:io |
| 328 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io. |
321 http/test/io/*: Fail, OK # Uses dart:io. | 329 http/test/io/*: Fail, OK # Uses dart:io. |
322 http_parser/test/web_socket_test: Fail, OK # Uses dart:io | 330 http_parser/test/web_socket_test: Fail, OK # Uses dart:io |
323 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io | 331 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io |
324 http_server/test/*: Fail, OK # Uses dart:io. | 332 http_server/test/*: Fail, OK # Uses dart:io. |
325 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. | 333 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. |
326 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. | 334 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. |
327 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 335 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
328 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io | 336 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io |
329 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 337 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
330 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 338 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
331 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. | 339 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use
s dart:io. |
332 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io | 340 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:
io |
333 observe/test/transformer_test: Fail, OK # Uses dart:io. | 341 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 342 observe/test/unique_message_test: Skip # Intended only as a vm test. |
334 path/test/io_test: Fail, OK # Uses dart:io. | 343 path/test/io_test: Fail, OK # Uses dart:io. |
335 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. | 344 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. |
336 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. | 345 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. |
337 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. | 346 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. |
338 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. | 347 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. |
339 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. | 348 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. |
340 polymer/test/build/utils_test: Fail, OK # Uses dart:io. | 349 polymer/test/build/utils_test: Fail, OK # Uses dart:io. |
341 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io. | 350 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io. |
342 polymer/test/build/linter_test: Fail, OK # Uses dart:io. | 351 polymer/test/build/linter_test: Fail, OK # Uses dart:io. |
343 polymer/test/build/remove_sourcemap_comment_test: Fail, OK # Uses dart:io. | 352 polymer/test/build/remove_sourcemap_comment_test: Fail, OK # Uses dart:io. |
| 353 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. |
344 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 354 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
345 shelf_web_socket/test/*: Fail, OK # Uses dart:io. | 355 shelf_web_socket/test/*: Fail, OK # Uses dart:io. |
346 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 356 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. |
347 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 357 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
348 stub_core_library/test/*: Fail, OK # Uses dart:io. | 358 stub_core_library/test/*: Fail, OK # Uses dart:io. |
349 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 359 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
350 third_party/angular_tests/vm_test: Skip # Uses dart:io | 360 third_party/angular_tests/vm_test: Skip # Uses dart:io |
351 watcher/test/*: Fail, OK # Uses dart:io. | 361 watcher/test/*: Fail, OK # Uses dart:io. |
352 | 362 |
353 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | 363 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 oauth2/test/authorization_code_grant_test: Fail | 486 oauth2/test/authorization_code_grant_test: Fail |
477 oauth2/test/client_test: Fail | 487 oauth2/test/client_test: Fail |
478 oauth2/test/credentials_test: Fail | 488 oauth2/test/credentials_test: Fail |
479 oauth2/test/handle_access_token_response_test: Fail | 489 oauth2/test/handle_access_token_response_test: Fail |
480 | 490 |
481 [ $runtime == drt ] | 491 [ $runtime == drt ] |
482 http/test/html/client_test: Skip # Issue 18566 | 492 http/test/html/client_test: Skip # Issue 18566 |
483 | 493 |
484 [ $system == windows ] | 494 [ $system == windows ] |
485 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 495 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
OLD | NEW |