| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 | 82 |
| 83 [ $runtime == ie9 || $runtime == ie10 ] | 83 [ $runtime == ie9 || $runtime == ie10 ] |
| 84 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 | 84 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 85 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 | 85 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 86 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 86 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 87 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 87 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 88 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326
0 | 88 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326
0 |
| 89 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197,
13260 | 89 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197,
13260 |
| 90 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 90 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 91 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 91 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 92 polymer/test/register_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 92 polymer_expressions/test/globals_test: Fail # Issue 13890 | 93 polymer_expressions/test/globals_test: Fail # Issue 13890 |
| 93 | 94 |
| 94 [ $system == windows && ($runtime == chrome || $runtime == ff) ] | 95 [ $system == windows && ($runtime == chrome || $runtime == ff) ] |
| 95 polymer/test/attr_deserialize_test: Pass, Fail, Timeout # Issue 13260, 14293 | 96 polymer/test/attr_deserialize_test: Pass, Fail, Timeout # Issue 13260, 14293 |
| 96 polymer/test/attr_mustache_test: Pass, Fail, Timeout # Issue 13260, 14293 | 97 polymer/test/attr_mustache_test: Pass, Fail, Timeout # Issue 13260, 14293 |
| 97 polymer/test/event_path_test: Pass, Fail, Timeout # Issue 13260, 14293 | 98 polymer/test/event_path_test: Pass, Fail, Timeout # Issue 13260, 14293 |
| 98 polymer/test/events_test: Pass, Fail, Timeout # Issue 13260, 14293 | 99 polymer/test/events_test: Pass, Fail, Timeout # Issue 13260, 14293 |
| 99 polymer/test/instance_attrs_test: Pass, Fail, Timeout # Issue 13260, 14293 | 100 polymer/test/instance_attrs_test: Pass, Fail, Timeout # Issue 13260, 14293 |
| 100 polymer/test/prop_attr_bind_reflection_test: Pass, Fail, Timeout # Issue 13260,
14293 | 101 polymer/test/prop_attr_bind_reflection_test: Pass, Fail, Timeout # Issue 13260,
14293 |
| 101 polymer/test/prop_attr_reflection_test: Pass, Fail, Timeout # Issue 13260, 14293 | 102 polymer/test/prop_attr_reflection_test: Pass, Fail, Timeout # Issue 13260, 14293 |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 observe/test/observe_test: fail | 288 observe/test/observe_test: fail |
| 288 | 289 |
| 289 [ $compiler == dart2analyzer ] | 290 [ $compiler == dart2analyzer ] |
| 290 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 291 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 291 custom_element/test/analyzer_test: fail | 292 custom_element/test/analyzer_test: fail |
| 292 mdv/test/analyzer_test: fail | 293 mdv/test/analyzer_test: fail |
| 293 observe/test/observe_test: fail | 294 observe/test/observe_test: fail |
| 294 | 295 |
| 295 # pkg issue 13945; Missing inherited member 'Trace.frames' | 296 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 296 observe/test/observe_test: fail | 297 observe/test/observe_test: fail |
| OLD | NEW |