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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 polymer_expressions/test/globals_test: Fail # Issue 13890 | 74 polymer_expressions/test/globals_test: Fail # Issue 13890 |
75 | 75 |
76 [ $runtime == ie9 || $runtime == ie10 ] | 76 [ $runtime == ie9 || $runtime == ie10 ] |
77 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 | 77 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 |
78 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 | 78 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 |
79 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 79 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
80 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 80 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
81 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326
0 | 81 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326
0 |
82 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197,
13260 | 82 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197,
13260 |
83 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 83 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 84 polymer/test/register_test: Pass, Fail, Timeout # Issue 12865, 13197, 13260 |
84 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 85 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
85 polymer_expressions/test/globals_test: Fail # Issue 13890 | 86 polymer_expressions/test/globals_test: Fail # Issue 13890 |
86 | 87 |
87 # Skip browser-specific tests on VM | 88 # Skip browser-specific tests on VM |
88 [ $runtime == vm ] | 89 [ $runtime == vm ] |
89 path/test/browser_test: Fail, OK # Uses dart:html | 90 path/test/browser_test: Fail, OK # Uses dart:html |
90 intl/test/find_default_locale_browser_test: Skip | 91 intl/test/find_default_locale_browser_test: Skip |
91 intl/test/date_time_format_http_request_test: Skip | 92 intl/test/date_time_format_http_request_test: Skip |
92 | 93 |
93 [ $runtime == vm && $system == windows ] | 94 [ $runtime == vm && $system == windows ] |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 observe/test/observe_test: fail | 267 observe/test/observe_test: fail |
267 | 268 |
268 [ $compiler == dart2analyzer ] | 269 [ $compiler == dart2analyzer ] |
269 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 270 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
270 custom_element/test/analyzer_test: fail | 271 custom_element/test/analyzer_test: fail |
271 mdv/test/analyzer_test: fail | 272 mdv/test/analyzer_test: fail |
272 observe/test/observe_test: fail | 273 observe/test/observe_test: fail |
273 | 274 |
274 # pkg issue 13945; Missing inherited member 'Trace.frames' | 275 # pkg issue 13945; Missing inherited member 'Trace.frames' |
275 observe/test/observe_test: fail | 276 observe/test/observe_test: fail |
OLD | NEW |