| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 polymer/test/custom_event_test: Skip # uses dart:html | 48 polymer/test/custom_event_test: Skip # uses dart:html |
| 49 polymer/test/event_handlers_test: Skip #uses dart:html | 49 polymer/test/event_handlers_test: Skip #uses dart:html |
| 50 polymer/test/event_path_declarative_test: Skip #uses dart:html | 50 polymer/test/event_path_declarative_test: Skip #uses dart:html |
| 51 polymer/test/event_path_test: Skip #uses dart:html | 51 polymer/test/event_path_test: Skip #uses dart:html |
| 52 polymer/test/events_test: Skip #uses dart:html | 52 polymer/test/events_test: Skip #uses dart:html |
| 53 polymer/test/instance_attrs_test: Skip #uses dart:html | 53 polymer/test/instance_attrs_test: Skip #uses dart:html |
| 54 polymer/test/noscript_test: Skip #uses dart:html | 54 polymer/test/noscript_test: Skip #uses dart:html |
| 55 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html | 55 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html |
| 56 polymer/test/prop_attr_reflection_test: Skip #uses dart:html | 56 polymer/test/prop_attr_reflection_test: Skip #uses dart:html |
| 57 polymer/test/publish_attributes_test: Skip #uses dart:html | 57 polymer/test/publish_attributes_test: Skip #uses dart:html |
| 58 polymer/test/publish_inherited_properties_test: Skip #uses dart:html |
| 58 polymer/test/register_test: Skip #uses dart:html | 59 polymer/test/register_test: Skip #uses dart:html |
| 59 polymer/test/take_attributes_test: Skip #uses dart:html | 60 polymer/test/take_attributes_test: Skip #uses dart:html |
| 60 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html | 61 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html |
| 61 polymer/test/unbind_test: Skip # uses dart:html | 62 polymer/test/unbind_test: Skip # uses dart:html |
| 62 | 63 |
| 63 [$compiler == dart2dart] | 64 [$compiler == dart2dart] |
| 64 *: Skip | 65 *: Skip |
| 65 | 66 |
| 66 [ $compiler == dart2js || $compiler == dart2dart ] | 67 [ $compiler == dart2js || $compiler == dart2dart ] |
| 67 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 68 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| (...skipping 27 matching lines...) Expand all Loading... |
| 95 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 | 96 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 |
| 96 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 | 97 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 |
| 97 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 | 98 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 |
| 98 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 | 99 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 |
| 99 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 100 polymer/test/event_path_test: Pass, Timeout # Issue 13260 |
| 100 polymer/test/events_test: Pass, Timeout # Issue 13260 | 101 polymer/test/events_test: Pass, Timeout # Issue 13260 |
| 101 polymer/test/noscript_test: Pass, Timeout # Issue 13260 | 102 polymer/test/noscript_test: Pass, Timeout # Issue 13260 |
| 102 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 | 103 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 |
| 103 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 | 104 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 |
| 104 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 | 105 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 |
| 106 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 |
| 105 polymer/test/register_test: Pass, Timeout # Issue 13260 | 107 polymer/test/register_test: Pass, Timeout # Issue 13260 |
| 106 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 | 108 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 |
| 107 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 | 109 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 |
| 108 polymer/test/unbind_test: Pass, Timeout # Issue 13260 | 110 polymer/test/unbind_test: Pass, Timeout # Issue 13260 |
| 109 polymer_expressions/test/globals_test: Fail # Issue 13890 | 111 polymer_expressions/test/globals_test: Fail # Issue 13890 |
| 110 | 112 |
| 111 # Skip browser-specific tests on VM | 113 # Skip browser-specific tests on VM |
| 112 [ $runtime == vm ] | 114 [ $runtime == vm ] |
| 113 path/test/browser_test: Fail, OK # Uses dart:html | 115 path/test/browser_test: Fail, OK # Uses dart:html |
| 114 intl/test/find_default_locale_browser_test: Skip | 116 intl/test/find_default_locale_browser_test: Skip |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 template_binding/test/binding_syntax_test: StaticWarning | 423 template_binding/test/binding_syntax_test: StaticWarning |
| 422 template_binding/test/custom_element_bindings_test: StaticWarning | 424 template_binding/test/custom_element_bindings_test: StaticWarning |
| 423 template_binding/test/element_bindings_test: StaticWarning | 425 template_binding/test/element_bindings_test: StaticWarning |
| 424 template_binding/test/node_bindings_test: StaticWarning | 426 template_binding/test/node_bindings_test: StaticWarning |
| 425 template_binding/test/template_element_test: StaticWarning | 427 template_binding/test/template_element_test: StaticWarning |
| 426 unittest/test/matchers_test: StaticWarning | 428 unittest/test/matchers_test: StaticWarning |
| 427 unittest/test/mock_test: StaticWarning | 429 unittest/test/mock_test: StaticWarning |
| 428 watcher/test/directory_watcher_test: StaticWarning | 430 watcher/test/directory_watcher_test: StaticWarning |
| 429 watcher/test/no_subscription_test: StaticWarning | 431 watcher/test/no_subscription_test: StaticWarning |
| 430 watcher/test/ready_test: StaticWarning | 432 watcher/test/ready_test: StaticWarning |
| OLD | NEW |