| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 84 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 85 polymer/test/register_test: Fail, Timeout # Issue 12865, 13197, 13260 | |
| 86 polymer_expressions/test/globals_test: Fail # Issue 13890 | 85 polymer_expressions/test/globals_test: Fail # Issue 13890 |
| 87 | 86 |
| 88 # Skip browser-specific tests on VM | 87 # Skip browser-specific tests on VM |
| 89 [ $runtime == vm ] | 88 [ $runtime == vm ] |
| 90 path/test/browser_test: Fail, OK # Uses dart:html | 89 path/test/browser_test: Fail, OK # Uses dart:html |
| 91 intl/test/find_default_locale_browser_test: Skip | 90 intl/test/find_default_locale_browser_test: Skip |
| 92 intl/test/date_time_format_http_request_test: Skip | 91 intl/test/date_time_format_http_request_test: Skip |
| 93 | 92 |
| 94 [ $runtime == vm && $system == windows ] | 93 [ $runtime == vm && $system == windows ] |
| 95 docgen/test/single_library_test: Fail # Issue 11985 | 94 docgen/test/single_library_test: Fail # Issue 11985 |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 observe/test/observe_test: fail | 266 observe/test/observe_test: fail |
| 268 | 267 |
| 269 [ $compiler == dart2analyzer ] | 268 [ $compiler == dart2analyzer ] |
| 270 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 269 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 271 custom_element/test/analyzer_test: fail | 270 custom_element/test/analyzer_test: fail |
| 272 mdv/test/analyzer_test: fail | 271 mdv/test/analyzer_test: fail |
| 273 observe/test/observe_test: fail | 272 observe/test/observe_test: fail |
| 274 | 273 |
| 275 # pkg issue 13945; Missing inherited member 'Trace.frames' | 274 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 276 observe/test/observe_test: fail | 275 observe/test/observe_test: fail |
| OLD | NEW |