| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 | 52 |
| 53 [ $runtime == safari ] | 53 [ $runtime == safari ] |
| 54 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 54 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
| 55 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. | 55 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. |
| 56 crypto/test/sha1_test: Fail # Issue 11407. | 56 crypto/test/sha1_test: Fail # Issue 11407. |
| 57 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 | 57 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 |
| 58 crypto/test/sha256_test: Pass, Fail # Issue 12502 | 58 crypto/test/sha256_test: Pass, Fail # Issue 12502 |
| 59 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 | 59 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 |
| 60 polymer/test/attr_deserialize_test: Fail # Issue 12865, 13197 | 60 polymer/test/attr_deserialize_test: Fail # Issue 12865, 13197 |
| 61 polymer/test/attr_mustache_test: Fail # Issue 12865, 13197 | 61 polymer/test/attr_mustache_test: Fail # Issue 12865, 13197 |
| 62 polymer/test/bind_test: Fail # Issue 12865, 13197 |
| 62 polymer/test/event_path_test: Fail # Issue 12865, 13197 | 63 polymer/test/event_path_test: Fail # Issue 12865, 13197 |
| 63 polymer/test/events_test: Fail # Issue 12865, 13197 | 64 polymer/test/events_test: Fail # Issue 12865, 13197 |
| 64 polymer/test/prop_attr_reflection_test: Fail # Issue 12865, 13197 | 65 polymer/test/prop_attr_reflection_test: Fail # Issue 12865, 13197 |
| 66 polymer/test/template_distribute_dynamic_test: Fail # Issue 12865, 13197 |
| 67 polymer/test/unbind_test: Fail # Issue 12865, 13197 |
| 65 | 68 |
| 66 [ $runtime == ie9 || $runtime == ie10 ] | 69 [ $runtime == ie9 || $runtime == ie10 ] |
| 67 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 | 70 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 71 polymer/test/bind_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 68 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 | 72 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 69 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 73 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 70 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 74 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 71 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326
0 | 75 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326
0 |
| 72 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 76 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 73 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 | 77 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 78 polymer/test/template_distribute_dynamic_test: Fail, Timeout # Issue 12865, 1319
7, 13260 |
| 79 polymer/test/unbind_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 74 | 80 |
| 75 [ $system == windows && ($runtime == chrome || $runtime == ff) ] | 81 [ $system == windows && ($runtime == chrome || $runtime == ff) ] |
| 76 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 | 82 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 |
| 77 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 | 83 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 |
| 84 polymer/test/bind_test: Pass, Timeout # Issue 13260 |
| 78 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 85 polymer/test/event_path_test: Pass, Timeout # Issue 13260 |
| 79 polymer/test/events_test: Pass, Timeout # Issue 13260 | 86 polymer/test/events_test: Pass, Timeout # Issue 13260 |
| 80 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 | 87 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 |
| 81 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 | 88 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 |
| 82 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 | 89 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 |
| 90 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 |
| 91 polymer/test/unbind_test: Pass, Timeout # Issue 13260 |
| 83 | 92 |
| 84 # Skip browser-specific tests on VM | 93 # Skip browser-specific tests on VM |
| 85 [ $runtime == vm ] | 94 [ $runtime == vm ] |
| 86 path/test/browser_test: Fail, OK # Uses dart:html | 95 path/test/browser_test: Fail, OK # Uses dart:html |
| 87 intl/test/find_default_locale_browser_test: Skip | 96 intl/test/find_default_locale_browser_test: Skip |
| 88 intl/test/date_time_format_http_request_test: Skip | 97 intl/test/date_time_format_http_request_test: Skip |
| 89 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html | 98 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html |
| 90 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html | 99 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html |
| 100 polymer/test/bind_test: Fail, OK # Uses dart:html |
| 101 polymer/test/bind_mdv_test: Fail, OK # Uses dart:html |
| 91 polymer/test/event_path_test: Fail, OK # Uses dart:html | 102 polymer/test/event_path_test: Fail, OK # Uses dart:html |
| 92 polymer/test/events_test: Fail, OK # Uses dart:html | 103 polymer/test/events_test: Fail, OK # Uses dart:html |
| 93 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html | 104 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html |
| 94 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html | 105 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html |
| 95 polymer/test/take_attributes_test: Fail, OK # Uses dart:html | 106 polymer/test/take_attributes_test: Fail, OK # Uses dart:html |
| 107 polymer/test/template_distribute_dynamic_test: Fail, OK # Uses dart:html |
| 108 polymer/test/unbind_test: Fail, OK # Uses dart:html |
| 96 polymer/example: Fail, OK # Uses dart:html | 109 polymer/example: Fail, OK # Uses dart:html |
| 97 | 110 |
| 98 [ $runtime == vm && $system == windows ] | 111 [ $runtime == vm && $system == windows ] |
| 99 docgen/test/single_library_test: Fail # Issue 11985 | 112 docgen/test/single_library_test: Fail # Issue 11985 |
| 100 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 113 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 101 | 114 |
| 102 [ $compiler == dart2js ] | 115 [ $compiler == dart2js ] |
| 103 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 116 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
| 104 | 117 |
| 105 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 118 [ $compiler == dartanalyzer || $compiler == dart2analyzer] |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 | 246 |
| 234 # Issue http://dartbug.com/12930 | 247 # Issue http://dartbug.com/12930 |
| 235 [ $runtime == vm ] | 248 [ $runtime == vm ] |
| 236 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 249 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 237 | 250 |
| 238 [ $compiler == none && $runtime == vm ] | 251 [ $compiler == none && $runtime == vm ] |
| 239 observe/test/observe_test: Pass, Fail # Issue 13543 | 252 observe/test/observe_test: Pass, Fail # Issue 13543 |
| 240 | 253 |
| 241 [ $compiler == none && $runtime == vm && $checked ] | 254 [ $compiler == none && $runtime == vm && $checked ] |
| 242 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 | 255 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 |
| OLD | NEW |