| 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 29 matching lines...) Expand all Loading... |
| 40 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. | 40 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. |
| 41 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 41 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 42 | 42 |
| 43 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 43 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 44 polymer/example: Skip # Uses dart:html | 44 polymer/example: Skip # Uses dart:html |
| 45 polymer/test/attr_deserialize_test: Skip # uses dart:html | 45 polymer/test/attr_deserialize_test: Skip # uses dart:html |
| 46 polymer/test/attr_mustache_test: Skip #uses dart:html | 46 polymer/test/attr_mustache_test: Skip #uses dart:html |
| 47 polymer/test/bind_test: Skip # uses dart:html | 47 polymer/test/bind_test: Skip # uses dart:html |
| 48 polymer/test/bind_mdv_test: Skip # uses dart:html | 48 polymer/test/bind_mdv_test: Skip # uses dart:html |
| 49 polymer/test/custom_event_test: Skip # uses dart:html | 49 polymer/test/custom_event_test: Skip # uses dart:html |
| 50 polymer/test/event_handlers_test: Skip #uses dart:html |
| 51 polymer/test/event_path_declarative_test: Skip #uses dart:html |
| 50 polymer/test/event_path_test: Skip #uses dart:html | 52 polymer/test/event_path_test: Skip #uses dart:html |
| 51 polymer/test/events_test: Skip #uses dart:html | 53 polymer/test/events_test: Skip #uses dart:html |
| 52 polymer/test/instance_attrs_test: Skip #uses dart:html | 54 polymer/test/instance_attrs_test: Skip #uses dart:html |
| 53 polymer/test/noscript_test: Skip #uses dart:html | 55 polymer/test/noscript_test: Skip #uses dart:html |
| 54 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html | 56 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html |
| 55 polymer/test/prop_attr_reflection_test: Skip #uses dart:html | 57 polymer/test/prop_attr_reflection_test: Skip #uses dart:html |
| 56 polymer/test/publish_attributes_test: Skip #uses dart:html | 58 polymer/test/publish_attributes_test: Skip #uses dart:html |
| 57 polymer/test/register_test: Skip #uses dart:html | 59 polymer/test/register_test: Skip #uses dart:html |
| 58 polymer/test/take_attributes_test: Skip #uses dart:html | 60 polymer/test/take_attributes_test: Skip #uses dart:html |
| 59 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html | 61 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html |
| (...skipping 26 matching lines...) Expand all Loading... |
| 86 polymer_expressions/test/globals_test: Fail # Issue 13890 | 88 polymer_expressions/test/globals_test: Fail # Issue 13890 |
| 87 | 89 |
| 88 [ $runtime == ie9 || $runtime == ie10 ] | 90 [ $runtime == ie9 || $runtime == ie10 ] |
| 89 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou
t | 91 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou
t |
| 90 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK #
tests development only behavior | 92 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK #
tests development only behavior |
| 91 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 | 93 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 |
| 92 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 | 94 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 |
| 93 polymer/test/bind_test: Pass, Timeout # Issue 13260 | 95 polymer/test/bind_test: Pass, Timeout # Issue 13260 |
| 94 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 | 96 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 |
| 95 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 | 97 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 |
| 98 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 |
| 99 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 |
| 96 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 100 polymer/test/event_path_test: Pass, Timeout # Issue 13260 |
| 97 polymer/test/events_test: Pass, Timeout # Issue 13260 | 101 polymer/test/events_test: Pass, Timeout # Issue 13260 |
| 98 polymer/test/noscript_test: Pass, Timeout # Issue 13260 | 102 polymer/test/noscript_test: Pass, Timeout # Issue 13260 |
| 99 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 | 103 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 |
| 100 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 | 104 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 |
| 101 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 | 105 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 |
| 102 polymer/test/register_test: Pass, Timeout # Issue 13260 | 106 polymer/test/register_test: Pass, Timeout # Issue 13260 |
| 103 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 | 107 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 |
| 104 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 | 108 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 |
| 105 polymer/test/unbind_test: Pass, Timeout # Issue 13260 | 109 polymer/test/unbind_test: Pass, Timeout # Issue 13260 |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 observe/test/observe_test: fail | 307 observe/test/observe_test: fail |
| 304 | 308 |
| 305 [ $compiler == dart2analyzer ] | 309 [ $compiler == dart2analyzer ] |
| 306 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 310 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 307 custom_element/test/analyzer_test: fail | 311 custom_element/test/analyzer_test: fail |
| 308 template_binding/test/analyzer_test: fail | 312 template_binding/test/analyzer_test: fail |
| 309 observe/test/observe_test: fail | 313 observe/test/observe_test: fail |
| 310 | 314 |
| 311 # pkg issue 13945; Missing inherited member 'Trace.frames' | 315 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 312 observe/test/observe_test: fail | 316 observe/test/observe_test: fail |
| OLD | NEW |