| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 | 57 |
| 58 [ $runtime == opera && $compiler == dart2js ] | 58 [ $runtime == opera && $compiler == dart2js ] |
| 59 intl/test/find_default_locale_browser_test: Fail | 59 intl/test/find_default_locale_browser_test: Fail |
| 60 intl/test/date_time_format_http_request_test: Skip # Timeout. | 60 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 61 | 61 |
| 62 [ $runtime == ie9 ] | 62 [ $runtime == ie9 ] |
| 63 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 63 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 64 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 64 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 65 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 65 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 66 | 66 |
| 67 [ $system == windows && $runtime == ff ] | |
| 68 polymer/test/events_test: Pass, Fail # Issue 14167 | |
| 69 polymer/test/prop_attr_bind_reflection_test: Pass, Fail # Issue 14167 | |
| 70 polymer/test/prop_attr_reflection_test: Pass, Fail # Issue 14167 | |
| 71 polymer/test/take_attributes_test: Pass, Fail # Issue 14167 | |
| 72 polymer/test/attr_mustache_test: Pass, Fail # Issue 14167 | |
| 73 | |
| 74 [ $runtime == safari ] | 67 [ $runtime == safari ] |
| 75 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 68 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
| 76 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. | 69 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. |
| 77 crypto/test/sha1_test: Fail # Issue 11407. | 70 crypto/test/sha1_test: Fail # Issue 11407. |
| 78 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 | 71 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 |
| 79 crypto/test/sha256_test: Pass, Fail # Issue 12502 | 72 crypto/test/sha256_test: Pass, Fail # Issue 12502 |
| 80 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 | 73 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 |
| 81 polymer_expressions/test/globals_test: Fail # Issue 13890 | 74 polymer_expressions/test/globals_test: Fail # Issue 13890 |
| 82 | 75 |
| 83 [ $runtime == ie9 || $runtime == ie10 ] | 76 [ $runtime == ie9 || $runtime == ie10 ] |
| 84 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 | 77 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 85 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 | 78 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 86 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 79 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 87 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 80 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 88 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 |
| 89 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 |
| 90 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 83 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 91 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 84 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 92 polymer/test/register_test: Fail, Timeout # Issue 12865, 13197, 13260 | 85 polymer/test/register_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 93 polymer_expressions/test/globals_test: Fail # Issue 13890 | 86 polymer_expressions/test/globals_test: Fail # Issue 13890 |
| 94 | 87 |
| 95 [ $system == windows && ($runtime == chrome || $runtime == ff) ] | |
| 96 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 | |
| 97 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 | |
| 98 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | |
| 99 polymer/test/events_test: Pass, Timeout # Issue 13260 | |
| 100 polymer/test/instance_attrs_test: Pass, Timeout # Issue 13260 | |
| 101 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 | |
| 102 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 | |
| 103 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 | |
| 104 polymer/test/register_test: Pass, Timeout # Issue 13260 | |
| 105 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 | |
| 106 | |
| 107 | |
| 108 # Skip browser-specific tests on VM | 88 # Skip browser-specific tests on VM |
| 109 [ $runtime == vm ] | 89 [ $runtime == vm ] |
| 110 path/test/browser_test: Fail, OK # Uses dart:html | 90 path/test/browser_test: Fail, OK # Uses dart:html |
| 111 intl/test/find_default_locale_browser_test: Skip | 91 intl/test/find_default_locale_browser_test: Skip |
| 112 intl/test/date_time_format_http_request_test: Skip | 92 intl/test/date_time_format_http_request_test: Skip |
| 113 | 93 |
| 114 [ $runtime == vm && $system == windows ] | 94 [ $runtime == vm && $system == windows ] |
| 115 docgen/test/single_library_test: Fail # Issue 11985 | 95 docgen/test/single_library_test: Fail # Issue 11985 |
| 116 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 96 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 117 | 97 |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 observe/test/observe_test: fail | 267 observe/test/observe_test: fail |
| 288 | 268 |
| 289 [ $compiler == dart2analyzer ] | 269 [ $compiler == dart2analyzer ] |
| 290 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 270 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 291 custom_element/test/analyzer_test: fail | 271 custom_element/test/analyzer_test: fail |
| 292 mdv/test/analyzer_test: fail | 272 mdv/test/analyzer_test: fail |
| 293 observe/test/observe_test: fail | 273 observe/test/observe_test: fail |
| 294 | 274 |
| 295 # pkg issue 13945; Missing inherited member 'Trace.frames' | 275 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 296 observe/test/observe_test: fail | 276 observe/test/observe_test: fail |
| OLD | NEW |