| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 polymer/test/attr_deserialize_test: Skip # uses dart:html | 47 polymer/test/attr_deserialize_test: Skip # uses dart:html |
| 48 polymer/test/attr_mustache_test: Skip #uses dart:html | 48 polymer/test/attr_mustache_test: Skip #uses dart:html |
| 49 polymer/test/bind_test: Skip # uses dart:html | 49 polymer/test/bind_test: Skip # uses dart:html |
| 50 polymer/test/bind_mdv_test: Skip # uses dart:html | 50 polymer/test/bind_mdv_test: Skip # uses dart:html |
| 51 polymer/test/custom_event_test: Skip # uses dart:html | 51 polymer/test/custom_event_test: Skip # uses dart:html |
| 52 polymer/test/event_handlers_test: Skip #uses dart:html | 52 polymer/test/event_handlers_test: Skip #uses dart:html |
| 53 polymer/test/event_path_declarative_test: Skip #uses dart:html | 53 polymer/test/event_path_declarative_test: Skip #uses dart:html |
| 54 polymer/test/event_path_test: Skip #uses dart:html | 54 polymer/test/event_path_test: Skip #uses dart:html |
| 55 polymer/test/events_test: Skip #uses dart:html | 55 polymer/test/events_test: Skip #uses dart:html |
| 56 polymer/test/instance_attrs_test: Skip #uses dart:html | 56 polymer/test/instance_attrs_test: Skip #uses dart:html |
| 57 polymer/test/nested_binding_test: Skip # uses dart:html |
| 57 polymer/test/noscript_test: Skip #uses dart:html | 58 polymer/test/noscript_test: Skip #uses dart:html |
| 58 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html | 59 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html |
| 59 polymer/test/prop_attr_reflection_test: Skip #uses dart:html | 60 polymer/test/prop_attr_reflection_test: Skip #uses dart:html |
| 60 polymer/test/publish_attributes_test: Skip #uses dart:html | 61 polymer/test/publish_attributes_test: Skip #uses dart:html |
| 61 polymer/test/publish_inherited_properties_test: Skip #uses dart:html | 62 polymer/test/publish_inherited_properties_test: Skip #uses dart:html |
| 62 polymer/test/register_test: Skip #uses dart:html | 63 polymer/test/register_test: Skip #uses dart:html |
| 63 polymer/test/take_attributes_test: Skip #uses dart:html | 64 polymer/test/take_attributes_test: Skip #uses dart:html |
| 64 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html | 65 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html |
| 65 polymer/test/unbind_test: Skip # uses dart:html | 66 polymer/test/unbind_test: Skip # uses dart:html |
| 66 | 67 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 94 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK #
tests development only behavior | 95 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK #
tests development only behavior |
| 95 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 | 96 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 |
| 96 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 | 97 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 |
| 97 polymer/test/bind_test: Pass, Timeout # Issue 13260 | 98 polymer/test/bind_test: Pass, Timeout # Issue 13260 |
| 98 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 | 99 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 |
| 99 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 | 100 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 |
| 100 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 | 101 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 |
| 101 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 | 102 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 |
| 102 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 103 polymer/test/event_path_test: Pass, Timeout # Issue 13260 |
| 103 polymer/test/events_test: Pass, Timeout # Issue 13260 | 104 polymer/test/events_test: Pass, Timeout # Issue 13260 |
| 105 polymer/test/nested_binding_test: Pass, Timeout # Issue 13260 |
| 104 polymer/test/noscript_test: Pass, Timeout # Issue 13260 | 106 polymer/test/noscript_test: Pass, Timeout # Issue 13260 |
| 105 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 | 107 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 |
| 106 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 | 108 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 |
| 107 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 | 109 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 |
| 108 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 | 110 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 |
| 109 polymer/test/register_test: Pass, Timeout # Issue 13260 | 111 polymer/test/register_test: Pass, Timeout # Issue 13260 |
| 110 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 | 112 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 |
| 111 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 | 113 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 |
| 112 polymer/test/unbind_test: Pass, Timeout # Issue 13260 | 114 polymer/test/unbind_test: Pass, Timeout # Issue 13260 |
| 113 | 115 |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 intl/test/date_time_format_file_odd_test: StaticWarning | 330 intl/test/date_time_format_file_odd_test: StaticWarning |
| 329 intl/test/date_time_format_http_request_test: StaticWarning | 331 intl/test/date_time_format_http_request_test: StaticWarning |
| 330 intl/test/date_time_format_local_even_test: StaticWarning | 332 intl/test/date_time_format_local_even_test: StaticWarning |
| 331 intl/test/date_time_format_local_odd_test: StaticWarning | 333 intl/test/date_time_format_local_odd_test: StaticWarning |
| 332 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 334 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 333 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members | 335 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members |
| 334 | 336 |
| 335 [ $runtime == vm ] | 337 [ $runtime == vm ] |
| 336 # Issue surfaced after removing deprecated async features. | 338 # Issue surfaced after removing deprecated async features. |
| 337 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639 | 339 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639 |
| OLD | NEW |