2012-08-14 23:05:20 +00:00
|
|
|
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
2013-04-12 19:59:20 +00:00
|
|
|
# Don't run any test-like files that show up in packages directories. It
|
|
|
|
# shouldn't be necessary to run "pub install" in these packages, but if you do
|
|
|
|
# it shouldn't break the tests.
|
|
|
|
*/packages/*/*: Skip
|
|
|
|
*/*/packages/*/*: Skip
|
|
|
|
*/*/*/packages/*/*: Skip
|
2013-08-20 22:48:50 +00:00
|
|
|
*/*/*/*/packages/*/*: Skip
|
2014-06-06 05:11:14 +00:00
|
|
|
*/*/*/*/*/packages/*/*: Skip
|
2013-04-12 19:59:20 +00:00
|
|
|
|
2013-02-08 23:07:57 +00:00
|
|
|
# Skip non-test files ending with "_test".
|
|
|
|
scheduled_test/lib/*: Skip
|
2013-09-10 21:21:55 +00:00
|
|
|
polymer/example/scoped_style/*: Skip
|
2013-02-08 23:07:57 +00:00
|
|
|
|
2013-11-06 17:42:21 +00:00
|
|
|
scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
|
2013-04-02 16:42:55 +00:00
|
|
|
scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
|
2014-05-23 09:51:46 +00:00
|
|
|
scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow
|
2014-04-24 08:25:13 +00:00
|
|
|
polymer/test/build/script_compactor_test: Pass, Slow
|
2014-08-13 18:09:21 +00:00
|
|
|
|
2014-08-01 11:47:59 +00:00
|
|
|
[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
2014-08-05 23:57:57 +00:00
|
|
|
third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5
|
2014-08-01 11:47:59 +00:00
|
|
|
third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issue 19329
|
2014-08-21 13:30:41 +00:00
|
|
|
intl/test/date_time_format_http_request_test: Skip # Times out flakily. Issue 19544
|
|
|
|
intl/test/date_time_format_local_even_test: Skip # Times out flakily. Issue 19544
|
|
|
|
intl/test/date_time_format_local_odd_test: Skip # Times out flakily. Issue 19544
|
2014-03-17 22:37:50 +00:00
|
|
|
|
2014-08-01 13:30:00 +00:00
|
|
|
[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
|
|
|
polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/bind_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/computed_properties_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/custom_event_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931
|
2014-08-27 16:06:16 +00:00
|
|
|
polymer/test/event_binding_release_handler_test: Pass, RuntimeError # Issue 18931
|
2014-08-01 13:30:00 +00:00
|
|
|
polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/event_path_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/event_path_declarative_test: Pass, RuntimeError, Timeout # Issue 18931
|
|
|
|
polymer/test/events_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/js_custom_event_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/noscript_test: Pass, RuntimeError # Issue 18931
|
2014-09-10 22:54:36 +00:00
|
|
|
polymer/test/platform_less_test: Pass, RuntimeError # Issue 18931
|
2014-08-01 13:30:00 +00:00
|
|
|
polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/property_change_test: Pass, Timeout # Issue 18931
|
|
|
|
polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/register_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931
|
2014-09-10 22:54:36 +00:00
|
|
|
polymer/test/template_attr_template_test: Pass, RuntimeError # Issue 18931
|
2014-08-01 13:30:00 +00:00
|
|
|
polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931
|
|
|
|
polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 18931
|
|
|
|
web_components/test/interop_test: Pass, RuntimeError # Issue 18931
|
|
|
|
|
2014-06-17 09:32:47 +00:00
|
|
|
[ $compiler == none && ($runtime == dartium) && $mode == debug ]
|
|
|
|
polymer/test/instance_attrs_test: Skip # Issue 19496
|
|
|
|
|
2014-06-10 05:33:00 +00:00
|
|
|
[ $compiler == none && $runtime == dartium && $system == windows ]
|
2014-08-18 08:05:24 +00:00
|
|
|
polymer/test/property_observe_test: Skip # Sometimes times out. Issue 19326
|
|
|
|
polymer/test/bind_properties_test: Skip # Sometimes times out. Issue 19326
|
2014-06-06 06:52:22 +00:00
|
|
|
|
2014-03-22 19:51:04 +00:00
|
|
|
[ $runtime == vm && $mode == debug]
|
2014-06-16 23:04:17 +00:00
|
|
|
analysis_server/test/analysis_server_test: Skip # Times out
|
|
|
|
analysis_server/test/domain_context_test: Skip # Times out
|
|
|
|
analysis_server/test/domain_server_test: Skip # Times out
|
2014-08-12 10:58:53 +00:00
|
|
|
analysis_server/test/integration/analysis/update_content_test: Skip # Times out
|
2014-06-16 23:04:17 +00:00
|
|
|
analyzer/test/generated/element_test: Skip # Times out
|
|
|
|
analyzer/test/generated/parser_test: Skip # Times out
|
|
|
|
code_transformers/test/resolver_test: Skip # Times out
|
2014-04-17 00:02:11 +00:00
|
|
|
docgen/test/*: Skip # Slow
|
|
|
|
polymer/test/build/all_phases_test: Skip # Slow
|
2014-06-16 23:04:17 +00:00
|
|
|
smoke/test/codegen/end_to_end_test: Skip # Times out
|
|
|
|
smoke/test/codegen/recorder_test: Skip # Times out
|
|
|
|
template_binding/test/template_binding_test: Skip # Times out
|
|
|
|
third_party/html5lib/test/tokenizer_test: Skip # Times out
|
|
|
|
barback/test/package_graph/repetition_test: Skip # Times out
|
2014-06-26 13:06:59 +00:00
|
|
|
scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524
|
2014-03-22 19:51:04 +00:00
|
|
|
|
2014-03-19 06:31:44 +00:00
|
|
|
[ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
|
2014-03-31 06:37:32 +00:00
|
|
|
barback/test/too_many_open_files_test: Skip # 14220
|
|
|
|
code_transformers/test/resolver_test: Skip # Issue 17908
|
2014-04-23 00:55:31 +00:00
|
|
|
docgen/test/*: Skip # Too slow
|
2014-04-17 00:02:11 +00:00
|
|
|
polymer/test/build/all_phases_test: Skip # Slow
|
|
|
|
polymer/test/build/script_compactor_test: Skip # Slow
|
|
|
|
third_party/html5lib/test/tokenizer_test: Pass, Slow
|
2014-08-04 14:00:56 +00:00
|
|
|
analysis_server/*: Skip # Timeout in some tests.
|
2014-03-19 04:02:30 +00:00
|
|
|
|
2013-08-09 08:48:51 +00:00
|
|
|
[ $compiler == dart2js ]
|
2013-12-19 11:57:56 +00:00
|
|
|
collection/test/equality_test/01: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/02: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/03: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/04: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/05: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/none: Pass, Fail # Issue 14348
|
2014-04-17 00:02:11 +00:00
|
|
|
docgen/test/*: Skip # Far too slow
|
2014-01-11 00:56:25 +00:00
|
|
|
third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
|
2013-12-19 11:57:56 +00:00
|
|
|
typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
|
2013-08-09 08:48:51 +00:00
|
|
|
|
2014-07-17 11:09:36 +00:00
|
|
|
analysis_server/test/search/element_references_test: Pass, Slow
|
2014-08-18 20:17:49 +00:00
|
|
|
analysis_server/test/services/index/store/codec_test: Pass, Slow
|
2014-07-17 10:19:24 +00:00
|
|
|
|
2014-08-13 18:31:14 +00:00
|
|
|
# Analysis server integration tests don't make sense to run under
|
|
|
|
# dart2js, since the code under test always runs in the Dart vm as a
|
|
|
|
# subprocess.
|
|
|
|
analysis_server/test/integration: Skip
|
|
|
|
|
2014-09-04 20:28:15 +00:00
|
|
|
observe/test/unique_message_test: Skip # Intended only as a vm test.
|
|
|
|
polymer/test/build/unique_message_test: Skip # Intended only as a vm test.
|
|
|
|
code_transformers/test/unique_message_test: Skip # Intended only as a vm test.
|
|
|
|
|
2013-12-06 06:47:07 +00:00
|
|
|
[ $compiler == dart2js && $checked ]
|
|
|
|
crypto/test/base64_test: Slow, Pass
|
|
|
|
|
2014-06-06 06:52:22 +00:00
|
|
|
[ $checked && $runtime == drt ]
|
|
|
|
polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190
|
2014-06-04 06:04:19 +00:00
|
|
|
|
2014-08-04 09:17:16 +00:00
|
|
|
[ $compiler == dart2js && $runtime == drt ]
|
|
|
|
third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issue 19329
|
|
|
|
|
2014-08-04 13:26:00 +00:00
|
|
|
[ $compiler == dart2js && $csp && $runtime == drt ]
|
2014-08-04 09:17:16 +00:00
|
|
|
web_components/test/interop_test: Fail # Issue 19329
|
|
|
|
|
2014-07-01 17:40:47 +00:00
|
|
|
[ $runtime == d8 ]
|
2014-07-03 11:24:09 +00:00
|
|
|
analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19756
|
|
|
|
analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756
|
2014-07-01 17:40:47 +00:00
|
|
|
analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 19756
|
|
|
|
analysis_server/test/domain_search_test: Pass, Slow # Issue 19756
|
2014-07-16 10:54:58 +00:00
|
|
|
analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756
|
|
|
|
analysis_server/index/store/codec_test: Pass, Slow # Issue 19756
|
2014-07-01 17:40:47 +00:00
|
|
|
|
2014-02-03 14:23:30 +00:00
|
|
|
[ $runtime == jsshell ]
|
2014-09-11 13:15:47 +00:00
|
|
|
analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756
|
2014-07-03 11:24:09 +00:00
|
|
|
analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756
|
2014-07-01 18:22:25 +00:00
|
|
|
analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 16473, 19756
|
2014-07-01 18:17:33 +00:00
|
|
|
analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 16473, 19756
|
2014-07-01 17:40:47 +00:00
|
|
|
analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756
|
2014-07-16 11:10:09 +00:00
|
|
|
analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756
|
2014-07-16 11:12:36 +00:00
|
|
|
analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 19756
|
2014-09-18 10:49:18 +00:00
|
|
|
analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756
|
2014-02-03 14:23:30 +00:00
|
|
|
analyzer/test/generated/element_test: Pass, Slow # Issue 16473
|
|
|
|
|
2013-04-22 17:33:52 +00:00
|
|
|
[ $runtime == d8 || $runtime == jsshell ]
|
2014-03-24 21:17:40 +00:00
|
|
|
stack_trace/test/chain_test: Fail # Issues 15171 and 15105
|
|
|
|
stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
|
2014-04-11 13:47:34 +00:00
|
|
|
|
|
|
|
[ $runtime == jsshell ]
|
|
|
|
async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
|
2014-09-19 00:06:00 +00:00
|
|
|
scheduled_test/test/scheduled_future_matchers_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_stream/stream_matcher_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/abort_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/current_schedule_current_task_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/current_schedule_errors_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/current_schedule_state_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/nested_task_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/on_complete_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/on_exception_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/set_up_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/simple_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/task_return_value_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/tear_down_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/unhandled_error_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/scheduled_test/wrap_future_test: RuntimeError #Issue 21005
|
|
|
|
scheduled_test/test/unittest_compatibility_test: RuntimeError #Issue 21005
|
2014-09-19 01:45:28 +00:00
|
|
|
unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.com/7728
|
2014-06-09 23:40:08 +00:00
|
|
|
unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.com/10109
|
2013-04-22 17:11:02 +00:00
|
|
|
|
2014-04-30 07:05:38 +00:00
|
|
|
[ $compiler == dart2js && $runtime == drt ]
|
|
|
|
async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
|
|
|
|
|
2013-10-17 04:27:45 +00:00
|
|
|
[ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
|
|
|
|
polymer/example: Skip # Uses dart:html
|
2014-05-23 18:30:52 +00:00
|
|
|
polymer/e2e_test: Skip # Uses dart:html
|
2014-06-06 05:11:14 +00:00
|
|
|
polymer/test/auto_binding_test: Skip # uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/attr_deserialize_test: Skip # uses dart:html
|
|
|
|
polymer/test/attr_mustache_test: Skip #uses dart:html
|
2013-10-24 00:59:31 +00:00
|
|
|
polymer/test/bind_test: Skip # uses dart:html
|
|
|
|
polymer/test/bind_mdv_test: Skip # uses dart:html
|
2014-07-28 19:57:11 +00:00
|
|
|
polymer/test/bind_properties_test: Skip # uses dart:html
|
2014-08-06 20:27:03 +00:00
|
|
|
polymer/test/build/log_injector_test: Skip # uses dart:html
|
2014-07-28 19:57:11 +00:00
|
|
|
polymer/test/computed_properties_test: Skip # uses dart:html
|
2013-10-23 20:53:43 +00:00
|
|
|
polymer/test/custom_event_test: Skip # uses dart:html
|
2013-12-11 20:31:26 +00:00
|
|
|
polymer/test/entered_view_test: Skip # uses dart:html
|
2014-08-27 14:58:13 +00:00
|
|
|
polymer/test/event_binding_release_handler_test: Skip #uses dart:html
|
2014-09-18 20:30:56 +00:00
|
|
|
polymer/test/event_controller_test: Skip #uses dart:html
|
2013-10-26 00:42:21 +00:00
|
|
|
polymer/test/event_handlers_test: Skip #uses dart:html
|
|
|
|
polymer/test/event_path_declarative_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/event_path_test: Skip #uses dart:html
|
|
|
|
polymer/test/events_test: Skip #uses dart:html
|
|
|
|
polymer/test/instance_attrs_test: Skip #uses dart:html
|
2014-06-10 14:58:32 +00:00
|
|
|
polymer/test/js_custom_event_test: Skip #uses dart:html
|
2014-03-06 22:04:20 +00:00
|
|
|
polymer/test/js_interop_test: Skip #uses dart:html
|
2014-09-10 21:41:47 +00:00
|
|
|
polymer/test/layout_test: Skip #uses dart:html
|
2014-04-01 19:07:43 +00:00
|
|
|
polymer/test/mirror_loader_test: Skip # uses dart:html
|
2013-11-01 19:59:45 +00:00
|
|
|
polymer/test/nested_binding_test: Skip # uses dart:html
|
2013-10-24 17:31:54 +00:00
|
|
|
polymer/test/noscript_test: Skip #uses dart:html
|
2014-09-10 21:41:47 +00:00
|
|
|
polymer/test/platform_less_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
|
|
|
|
polymer/test/prop_attr_reflection_test: Skip #uses dart:html
|
2013-11-22 03:04:25 +00:00
|
|
|
polymer/test/property_change_test: Skip # uses dart:html
|
2014-02-05 22:23:00 +00:00
|
|
|
polymer/test/property_observe_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/publish_attributes_test: Skip #uses dart:html
|
2013-10-29 03:40:47 +00:00
|
|
|
polymer/test/publish_inherited_properties_test: Skip #uses dart:html
|
2013-10-22 16:20:04 +00:00
|
|
|
polymer/test/register_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/take_attributes_test: Skip #uses dart:html
|
2014-09-10 21:41:47 +00:00
|
|
|
polymer/test/template_attr_template_test: Skip #uses dart:html
|
2013-10-24 00:59:31 +00:00
|
|
|
polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
|
2014-07-09 18:35:01 +00:00
|
|
|
polymer/test/two_way_bind_test: Skip #uses dart:html
|
2013-10-24 00:59:31 +00:00
|
|
|
polymer/test/unbind_test: Skip # uses dart:html
|
2014-01-10 22:54:27 +00:00
|
|
|
third_party/angular_tests/browser_test: Skip # uses dart:html
|
2014-06-09 22:50:52 +00:00
|
|
|
web_components/test/*: Skip # uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
|
2012-08-15 11:50:51 +00:00
|
|
|
[$compiler == dart2dart]
|
|
|
|
*: Skip
|
2012-08-15 17:41:00 +00:00
|
|
|
|
2012-12-17 20:39:03 +00:00
|
|
|
[ $compiler == dart2js || $compiler == dart2dart ]
|
2013-09-25 12:47:03 +00:00
|
|
|
source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers that
|
2013-03-20 23:41:50 +00:00
|
|
|
# overflow in JS (numbers slightly larger than
|
|
|
|
# 32 bits where we do bitwise operations).
|
2013-02-08 23:29:42 +00:00
|
|
|
|
2012-10-25 18:05:43 +00:00
|
|
|
[ $runtime == opera && $compiler == dart2js ]
|
|
|
|
intl/test/find_default_locale_browser_test: Fail
|
|
|
|
intl/test/date_time_format_http_request_test: Skip # Timeout.
|
|
|
|
|
2014-09-12 06:51:10 +00:00
|
|
|
[ $runtime == safarimobilesim ]
|
|
|
|
polymer/test/bind_mdv_test: RuntimeError # Issue 20929
|
|
|
|
|
2014-03-25 12:40:41 +00:00
|
|
|
[ $ie ]
|
2014-03-19 09:25:20 +00:00
|
|
|
polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
|
2014-06-25 22:35:53 +00:00
|
|
|
intl/test/date_time_format_http_request_test: Fail # Issue 8983
|
2014-06-02 21:26:05 +00:00
|
|
|
polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
|
2014-09-08 17:39:23 +00:00
|
|
|
observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849
|
2014-09-11 00:10:25 +00:00
|
|
|
polymer/test/template_attr_template_test: RuntimeError # Issue 20897
|
2014-03-19 09:25:20 +00:00
|
|
|
|
2014-05-01 05:35:37 +00:00
|
|
|
[ $runtime == ie10 ]
|
2014-09-19 01:36:49 +00:00
|
|
|
analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
|
2014-06-06 17:09:18 +00:00
|
|
|
polymer/e2e_test/*: Pass, RuntimeError # Issue 19265
|
2014-09-19 01:36:49 +00:00
|
|
|
polymer/test/event_handlers_test: Pass, Timeout # Issue 19327
|
2014-06-06 17:09:18 +00:00
|
|
|
polymer_expressions/*: Pass, RuntimeError # Issue 19265
|
2014-09-19 01:36:49 +00:00
|
|
|
scheduled_test/test/scheduled_test/current_schedule_errors_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/nested_task_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/out_of_band_task_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/signal_error_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/task_return_value_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/timeout_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/wrap_async_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/wrap_future_test: Timeout # Issue 21007
|
2014-08-28 01:29:30 +00:00
|
|
|
template_binding/test/custom_element_bindings_test: Pass, RuntimeError # Issue 20714
|
2014-09-19 01:36:49 +00:00
|
|
|
template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
|
|
|
|
typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here explicitly, since this is not the same as on ie9)
|
|
|
|
|
|
|
|
[ $runtime == ie11 ]
|
|
|
|
scheduled_test/test/scheduled_test/task_return_value_test: Timeout # Issue 21007
|
|
|
|
scheduled_test/test/scheduled_test/wrap_future_test: Timeout # Issue 21007
|
2014-06-06 06:01:32 +00:00
|
|
|
|
2014-05-01 15:40:33 +00:00
|
|
|
[ $runtime == safari || $runtime == safarimobilesim ]
|
2013-11-22 10:31:53 +00:00
|
|
|
# Unexplained errors only occuring on Safari.
|
2013-12-19 11:57:56 +00:00
|
|
|
typed_data/test/typed_buffers_test: RuntimeError
|
2013-11-22 10:31:53 +00:00
|
|
|
|
2014-07-16 12:55:01 +00:00
|
|
|
[ $runtime == safari ]
|
2014-07-16 17:33:04 +00:00
|
|
|
polymer/test/js_interop_test: Pass, RuntimeError # Issue 20075
|
2014-07-16 12:55:01 +00:00
|
|
|
|
|
|
|
[ $runtime == safari || $ie ]
|
|
|
|
polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075
|
|
|
|
|
2013-06-12 20:13:09 +00:00
|
|
|
# Skip browser-specific tests on VM
|
2012-09-17 22:25:48 +00:00
|
|
|
[ $runtime == vm ]
|
2013-07-22 21:06:37 +00:00
|
|
|
path/test/browser_test: Fail, OK # Uses dart:html
|
2012-10-02 06:35:01 +00:00
|
|
|
intl/test/find_default_locale_browser_test: Skip
|
|
|
|
intl/test/date_time_format_http_request_test: Skip
|
2014-05-08 22:06:44 +00:00
|
|
|
third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
|
2012-09-05 21:14:52 +00:00
|
|
|
|
2013-01-25 23:56:02 +00:00
|
|
|
[ $runtime == vm && $system == windows ]
|
|
|
|
intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
2013-01-24 19:06:42 +00:00
|
|
|
|
2014-03-28 22:20:42 +00:00
|
|
|
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
2013-07-01 18:05:53 +00:00
|
|
|
# These tests are runtime negative but statically positive, so we skip
|
|
|
|
# them in the analyzer.
|
2014-03-24 19:22:03 +00:00
|
|
|
mock/test/mock_regexp_negative_test: Skip
|
|
|
|
mock/test/mock_stepwise_negative_test: Skip
|
2014-05-23 18:30:52 +00:00
|
|
|
polymer/e2e_test/canonicalization: Skip
|
|
|
|
polymer/e2e_test/experimental_boot: Skip
|
2013-10-24 00:34:35 +00:00
|
|
|
|
2014-07-31 00:40:17 +00:00
|
|
|
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
2014-07-21 15:52:31 +00:00
|
|
|
# This test uses third_party/pkg/perf_api/lib/perf_api.dart, which
|
|
|
|
# contains illegal constant constructors.
|
|
|
|
third_party/angular_tests/browser_test: CompileTimeError
|
2014-09-12 22:02:03 +00:00
|
|
|
custom_element/test/analyzer_test: StaticWarning # Issue 20939
|
2014-07-21 15:52:31 +00:00
|
|
|
|
2013-10-24 00:34:35 +00:00
|
|
|
[ $compiler == dart2js && $runtime == none]
|
2014-05-23 18:30:52 +00:00
|
|
|
polymer/e2e_test/canonicalization: Skip
|
|
|
|
polymer/e2e_test/experimental_boot: Skip
|
2013-06-06 18:13:44 +00:00
|
|
|
|
2013-05-29 07:39:49 +00:00
|
|
|
[ $compiler == dart2js && $csp ]
|
2013-07-30 20:48:47 +00:00
|
|
|
# This test cannot run under CSP because it is injecting a JavaScript polyfill
|
|
|
|
mutation_observer: Skip
|
|
|
|
|
2013-03-14 11:49:13 +00:00
|
|
|
[ $compiler == dart2js && $minified ]
|
2013-06-10 14:09:07 +00:00
|
|
|
# The unminified unittest tests test that the real names of Dart types are
|
|
|
|
# printed. Minified versions of these tests exist that test the behavior when
|
|
|
|
# minified.
|
2014-03-21 23:50:50 +00:00
|
|
|
matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
|
2013-10-28 08:17:06 +00:00
|
|
|
|
2013-06-10 13:52:41 +00:00
|
|
|
[ $compiler == dart2js && $browser ]
|
2013-06-28 01:22:36 +00:00
|
|
|
stack_trace/test/vm_test: Fail, OK # VM-specific traces
|
2014-04-10 19:45:20 +00:00
|
|
|
stack_trace/test/chain_test: Fail # Issues 15171 and 15105
|
2013-06-10 13:52:41 +00:00
|
|
|
crypto/test/sha256_test: Slow, Pass
|
|
|
|
crypto/test/sha1_test: Slow, Pass
|
2013-09-10 22:33:52 +00:00
|
|
|
polymer/example/component: Fail # Issue 13198
|
2014-05-23 18:30:52 +00:00
|
|
|
polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/e2e_test/bad_import1: RuntimeError # Issue 17596
|
|
|
|
polymer/e2e_test/bad_import2: RuntimeError # Issue 17596
|
|
|
|
polymer/e2e_test/bad_import3: Fail, OK # tests broken import
|
2014-04-04 23:42:34 +00:00
|
|
|
polymer/test/mirror_loader_test: Skip # tests development only behavior
|
2014-06-10 01:08:47 +00:00
|
|
|
|
2013-09-18 09:56:33 +00:00
|
|
|
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
|
|
|
intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triage.
|
|
|
|
|
2013-06-11 14:10:03 +00:00
|
|
|
[ $browser ]
|
2014-03-07 21:40:46 +00:00
|
|
|
analysis_server/test/*: Skip # Uses dart:io.
|
2014-08-13 15:56:34 +00:00
|
|
|
analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
|
2014-08-28 12:05:17 +00:00
|
|
|
analyzer2dart/*: Skip # Uses dart:io.
|
2014-07-04 01:21:45 +00:00
|
|
|
analyzer/test/*: Skip # Uses dart:io.
|
2013-06-21 00:53:45 +00:00
|
|
|
barback/test/*: Fail, OK # Uses dart:io.
|
2014-09-04 20:28:15 +00:00
|
|
|
code_transformers/test/assets_test: Skip # Uses dart:io
|
|
|
|
code_transformers/test/entry_point_test: Skip # Uses dart:io
|
|
|
|
code_transformers/test/resolver_test: Skip # Uses dart:io
|
|
|
|
code_transformers/test/unique_message_test: Skip # Uses dart:io
|
|
|
|
code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io.
|
2014-05-05 19:36:22 +00:00
|
|
|
http/test/io/*: Fail, OK # Uses dart:io.
|
2014-04-23 20:53:17 +00:00
|
|
|
http_parser/test/web_socket_test: Fail, OK # Uses dart:io
|
2014-06-05 02:26:19 +00:00
|
|
|
http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
|
2013-06-21 12:20:03 +00:00
|
|
|
http_server/test/*: Fail, OK # Uses dart:io.
|
2013-06-11 13:16:52 +00:00
|
|
|
intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
|
|
|
|
intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
|
|
|
|
intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
|
2014-04-01 19:24:23 +00:00
|
|
|
intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
|
2013-08-06 20:01:13 +00:00
|
|
|
intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
|
2014-04-01 19:24:23 +00:00
|
|
|
intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
|
2014-07-24 21:52:15 +00:00
|
|
|
intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Uses dart:io.
|
2014-03-27 18:18:23 +00:00
|
|
|
intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart:io
|
2013-11-08 00:32:54 +00:00
|
|
|
observe/test/transformer_test: Fail, OK # Uses dart:io.
|
2014-09-04 20:28:15 +00:00
|
|
|
observe/test/unique_message_test: Skip # Intended only as a vm test.
|
2013-07-12 17:54:48 +00:00
|
|
|
path/test/io_test: Fail, OK # Uses dart:io.
|
2014-08-06 20:27:03 +00:00
|
|
|
polymer/test/build/all_phases_test: Fail, OK # Uses dart:io.
|
|
|
|
polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io.
|
|
|
|
polymer/test/build/static_clean_test: Fail, OK # Uses dart:io.
|
|
|
|
polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io.
|
|
|
|
polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io.
|
|
|
|
polymer/test/build/utils_test: Fail, OK # Uses dart:io.
|
2014-09-17 22:14:16 +00:00
|
|
|
polymer/test/build/index_page_builder_test: Fail, OK # Uses dart:io.
|
2014-08-06 20:27:03 +00:00
|
|
|
polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io.
|
|
|
|
polymer/test/build/linter_test: Fail, OK # Uses dart:io.
|
2014-09-03 20:01:48 +00:00
|
|
|
polymer/test/build/remove_sourcemap_comment_test: Fail, OK # Uses dart:io.
|
2014-09-04 20:28:15 +00:00
|
|
|
polymer/test/build/unique_message_test: Skip # Intended only as a vm test.
|
2014-04-01 19:24:23 +00:00
|
|
|
shelf/test/shelf_io_test: Fail, OK # Uses dart:io
|
2014-05-20 22:17:08 +00:00
|
|
|
shelf_web_socket/test/*: Fail, OK # Uses dart:io.
|
2014-03-19 00:21:23 +00:00
|
|
|
smoke/test/codegen/end_to_end_test: Skip # Uses dart:io.
|
2014-04-01 19:24:23 +00:00
|
|
|
smoke/test/codegen/recorder_test: Skip # Uses dart:io.
|
2014-07-16 06:28:35 +00:00
|
|
|
stub_core_library/test/*: Fail, OK # Uses dart:io.
|
2014-01-27 23:26:41 +00:00
|
|
|
third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
|
2014-04-01 19:24:23 +00:00
|
|
|
third_party/angular_tests/vm_test: Skip # Uses dart:io
|
2013-07-12 21:38:58 +00:00
|
|
|
watcher/test/*: Fail, OK # Uses dart:io.
|
2013-06-11 13:16:52 +00:00
|
|
|
|
2013-07-30 01:11:13 +00:00
|
|
|
*/test/analyzer_test: Skip # No need to run analysis tests on browser bots
|
2013-06-11 13:16:52 +00:00
|
|
|
|
2013-08-14 20:59:46 +00:00
|
|
|
# Skip tests on the browser if the test depends on dart:io
|
|
|
|
third_party/html5lib/test/parser_test: Skip
|
|
|
|
third_party/html5lib/test/tokenizer_test: Skip
|
2014-05-08 21:41:05 +00:00
|
|
|
third_party/html5lib/test/selectors/*: Skip
|
2013-08-14 20:59:46 +00:00
|
|
|
|
2013-11-22 03:42:35 +00:00
|
|
|
polymer/test/unbind_test: Pass, Fail # Issue 15259
|
|
|
|
|
2013-05-20 23:30:37 +00:00
|
|
|
[ $minified == false ]
|
|
|
|
# The minified unittest tests test that the minified names of Dart types are
|
|
|
|
# printed. Unminified versions of these tests exist that test the behavior when
|
|
|
|
# not minified.
|
2014-03-21 23:50:50 +00:00
|
|
|
matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
|
2013-05-20 23:30:37 +00:00
|
|
|
|
2014-01-15 22:10:30 +00:00
|
|
|
[ $arch == simarm && $checked ]
|
|
|
|
watcher/test/directory_watcher/linux_test: Skip # Issue 16118
|
2014-04-07 08:00:50 +00:00
|
|
|
|
2014-04-02 17:39:32 +00:00
|
|
|
[ $arch == simarm64 ]
|
2014-05-13 18:10:16 +00:00
|
|
|
# Timeout. These are not unit tests. They do not run efficiently on our
|
|
|
|
# simulator.
|
2014-04-02 17:39:32 +00:00
|
|
|
*: Skip
|
|
|
|
|
2014-08-01 11:47:59 +00:00
|
|
|
[ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == ContentShellOnAndroid) ]
|
2014-09-18 22:40:13 +00:00
|
|
|
# Skip serialization test that explicitly has no library declaration in the
|
|
|
|
# test on Dartium, which requires all tests to have a library.
|
|
|
|
polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
|
|
|
|
polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
|
|
|
|
polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
|
|
|
|
scheduled_test/test/descriptor/*: RuntimeError # 13921
|
|
|
|
scheduled_test/test/scheduled_future_matchers_test: RuntimeError # 13921
|
|
|
|
scheduled_test/test/scheduled_process_test: RuntimeError # 13921
|
|
|
|
scheduled_test/test/scheduled_stream/stream_matcher_test: RuntimeError # 13921
|
|
|
|
scheduled_test/test/scheduled_test/*: RuntimeError # 13921
|
2014-06-09 23:40:08 +00:00
|
|
|
unittest/test/async_exception_test: RuntimeError # 13921
|
2014-08-08 01:31:17 +00:00
|
|
|
unittest/test/async_exception_with_future_test: RuntimeError # 13921
|
2014-06-09 23:40:08 +00:00
|
|
|
unittest/test/async_setup_teardown_test: RuntimeError # 13921
|
|
|
|
unittest/test/completion_test: RuntimeError # 13921
|
|
|
|
unittest/test/correct_callback_test: RuntimeError # 13921
|
|
|
|
unittest/test/exception_test: RuntimeError # 13921
|
|
|
|
unittest/test/excess_callback_test: RuntimeError # 13921
|
|
|
|
unittest/test/expect_async_args_test: RuntimeError # 13921
|
|
|
|
unittest/test/expect_async_test: RuntimeError # 13921
|
|
|
|
unittest/test/group_name_test: RuntimeError # 13921
|
|
|
|
unittest/test/invalid_ops_test: RuntimeError # 13921
|
|
|
|
unittest/test/late_exception_test: RuntimeError # 13921
|
|
|
|
unittest/test/middle_exception_test: RuntimeError # 13921
|
|
|
|
unittest/test/nested_groups_setup_teardown_test: RuntimeError # 13921
|
|
|
|
unittest/test/protect_async_test: RuntimeError # 13921
|
|
|
|
unittest/test/returning_future_test: RuntimeError # 13921
|
|
|
|
unittest/test/returning_future_using_runasync_test: RuntimeError # 13921
|
|
|
|
unittest/test/runtests_without_tests_test: RuntimeError # 13921
|
|
|
|
unittest/test/setup_and_teardown_test: RuntimeError # 13921
|
|
|
|
unittest/test/setup_test: RuntimeError # 13921
|
|
|
|
unittest/test/single_correct_test: RuntimeError # 13921
|
|
|
|
unittest/test/single_failing_test: RuntimeError # 13921
|
|
|
|
unittest/test/skipped_soloed_nested_test: RuntimeError # 13921
|
|
|
|
unittest/test/teardown_test: RuntimeError # 13921
|
|
|
|
unittest/test/testcases_immutable_test: RuntimeError # 13921
|
2014-09-18 22:40:13 +00:00
|
|
|
|
2013-12-08 12:36:15 +00:00
|
|
|
|
2013-05-09 21:39:03 +00:00
|
|
|
[ $runtime == vm ]
|
2014-02-26 06:35:04 +00:00
|
|
|
# Skip tests on the VM if the package depends on dart:html
|
2014-02-11 01:44:50 +00:00
|
|
|
custom_element: Skip
|
2013-10-23 02:25:05 +00:00
|
|
|
template_binding: Skip
|
2013-07-30 21:38:13 +00:00
|
|
|
mutation_observer: Skip
|
2013-08-15 23:04:19 +00:00
|
|
|
polymer_expressions/test/syntax_test: Skip
|
2013-10-08 06:14:31 +00:00
|
|
|
polymer_expressions/test/globals_test: Skip
|
2013-10-10 21:29:07 +00:00
|
|
|
polymer_expressions/test/bindings_test: Skip
|
2013-08-14 20:59:46 +00:00
|
|
|
third_party/html5lib/test/browser/browser_test: Skip
|
2014-05-05 19:36:22 +00:00
|
|
|
http/test/html/*: Skip
|
2013-07-08 21:22:12 +00:00
|
|
|
|
2014-03-18 14:22:53 +00:00
|
|
|
[ $browser ]
|
2014-03-18 23:16:43 +00:00
|
|
|
docgen/test/*: Skip # Uses dart:io
|
2014-09-18 22:40:13 +00:00
|
|
|
scheduled_test/test/scheduled_process_test: Skip # Uses dart:io
|
2013-09-24 00:58:41 +00:00
|
|
|
scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
|
2014-09-18 22:40:13 +00:00
|
|
|
scheduled_test/test/descriptor/*: Skip # Uses dart:io
|
2013-08-30 13:43:48 +00:00
|
|
|
|
2014-09-18 22:40:13 +00:00
|
|
|
[ $compiler == none && $browser ]
|
|
|
|
unittest/test/missing_tick_test: RuntimeError # Expected to fail, due to timeout.
|
2013-08-31 09:24:52 +00:00
|
|
|
|
2013-10-28 10:39:38 +00:00
|
|
|
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
2014-05-08 22:50:57 +00:00
|
|
|
third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
|
2013-11-07 22:49:18 +00:00
|
|
|
|
|
|
|
[ $runtime == vm && ($system == windows || $system == macos) ]
|
|
|
|
watcher/test/*/linux_test: Skip
|
|
|
|
|
2013-11-11 19:47:18 +00:00
|
|
|
[ $runtime == vm && ($system == windows || $system == linux) ]
|
|
|
|
watcher/test/*/mac_os_test: Skip
|
2013-12-06 04:22:33 +00:00
|
|
|
|
2014-06-04 10:23:32 +00:00
|
|
|
[ $runtime == vm && ($system == macos || $system == linux) ]
|
|
|
|
watcher/test/*/windows_test: Skip
|
|
|
|
|
2014-05-01 15:40:33 +00:00
|
|
|
[ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $runtime == ff || $ie ]
|
2014-01-07 01:07:29 +00:00
|
|
|
# Various issues due to limited browser testing in Angular.
|
|
|
|
third_party/angular_tests/*: Skip
|
|
|
|
|
2014-01-07 01:42:47 +00:00
|
|
|
[ $unchecked ]
|
2014-01-10 22:54:27 +00:00
|
|
|
third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
|
|
|
|
third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
|
|
|
|
third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
|
2014-02-26 22:25:49 +00:00
|
|
|
third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
|
|
|
|
third_party/angular_tests/browser_test/change_detection/dirty_checking_change_detector: Skip # Issue 17152
|
2014-01-10 15:15:37 +00:00
|
|
|
|
|
|
|
[ $use_repository_packages ]
|
2014-03-28 19:28:33 +00:00
|
|
|
analyzer/test/*: PubGetError
|
2014-01-10 15:15:37 +00:00
|
|
|
|
2014-05-05 19:36:22 +00:00
|
|
|
[ $runtime == drt ]
|
|
|
|
http/test/html/client_test: Skip # Issue 18566
|
2014-08-12 21:33:56 +00:00
|
|
|
|
|
|
|
[ $system == windows ]
|
|
|
|
analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Issue 20436
|