| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 50 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 51 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873 | 51 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873 |
| 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 |
| 61 polymer/test/attr_mustache_test: Fail # Issue 12865, 13197 |
| 62 polymer/test/event_path_test: Fail # Issue 12865, 13197 |
| 60 polymer/test/events_test: Fail # Issue 12865, 13197 | 63 polymer/test/events_test: Fail # Issue 12865, 13197 |
| 61 polymer/test/event_path_test: Fail # Issue 12865, 13197 | 64 polymer/test/prop_attr_reflection_test: Fail # Issue 12865, 13197 |
| 65 polymer/test/publish_attributes_test: Fail # Issue 12865, 13197 |
| 66 polymer/test/take_attributes_test: Fail # Issue 12865, 13197 |
| 62 | 67 |
| 63 [ $runtime == ie9 || $runtime == ie10 ] | 68 [ $runtime == ie9 || $runtime == ie10 ] |
| 69 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 70 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 71 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 64 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 72 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 65 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 73 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326
0 |
| 74 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 75 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 66 | 76 |
| 67 [ $system == windows && ($runtime == chrome || $runtime == ff) ] | 77 [ $system == windows && ($runtime == chrome || $runtime == ff) ] |
| 78 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 |
| 79 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 |
| 80 polymer/test/event_path_test: Pass, Timeout # Issue 13260 |
| 68 polymer/test/events_test: Pass, Timeout # Issue 13260 | 81 polymer/test/events_test: Pass, Timeout # Issue 13260 |
| 69 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 82 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 |
| 83 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 |
| 84 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 |
| 70 | 85 |
| 71 # Skip browser-specific tests on VM | 86 # Skip browser-specific tests on VM |
| 72 [ $runtime == vm ] | 87 [ $runtime == vm ] |
| 73 path/test/browser_test: Fail, OK # Uses dart:html | 88 path/test/browser_test: Fail, OK # Uses dart:html |
| 74 intl/test/find_default_locale_browser_test: Skip | 89 intl/test/find_default_locale_browser_test: Skip |
| 75 intl/test/date_time_format_http_request_test: Skip | 90 intl/test/date_time_format_http_request_test: Skip |
| 91 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html |
| 92 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html |
| 93 polymer/test/event_path_test: Fail, OK # Uses dart:html |
| 76 polymer/test/events_test: Fail, OK # Uses dart:html | 94 polymer/test/events_test: Fail, OK # Uses dart:html |
| 77 polymer/test/event_path_test: Fail, OK # Uses dart:html | 95 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html |
| 96 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html |
| 97 polymer/test/take_attributes_test: Fail, OK # Uses dart:html |
| 78 polymer/example: Fail, OK # Uses dart:html | 98 polymer/example: Fail, OK # Uses dart:html |
| 79 | 99 |
| 80 [ $runtime == vm && $system == windows ] | 100 [ $runtime == vm && $system == windows ] |
| 81 docgen/test/single_library_test: Fail # Issue 11985 | 101 docgen/test/single_library_test: Fail # Issue 11985 |
| 82 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 102 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 83 | 103 |
| 84 [ $compiler == dart2js ] | 104 [ $compiler == dart2js ] |
| 85 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 105 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
| 86 | 106 |
| 87 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 107 [ $compiler == dartanalyzer || $compiler == dart2analyzer] |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 153 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 134 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 154 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 135 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 155 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 136 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 156 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| 137 oauth2/test/client_test: Fail, OK # Uses dart:io. | 157 oauth2/test/client_test: Fail, OK # Uses dart:io. |
| 138 oauth2/test/credentials_test: Fail, OK # Uses dart:io. | 158 oauth2/test/credentials_test: Fail, OK # Uses dart:io. |
| 139 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. | 159 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. |
| 140 observe/test/transform_test: Fail, OK # Uses dart:io. | 160 observe/test/transform_test: Fail, OK # Uses dart:io. |
| 141 path/test/io_test: Fail, OK # Uses dart:io. | 161 path/test/io_test: Fail, OK # Uses dart:io. |
| 142 polymer/test/build/*: Fail, OK # Uses dart:io. | 162 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 143 polymer/test/utils_test: Fail, OK # Uses dart:io. | |
| 144 watcher/test/*: Fail, OK # Uses dart:io. | 163 watcher/test/*: Fail, OK # Uses dart:io. |
| 145 | 164 |
| 146 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 | 165 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 |
| 147 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 | 166 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 |
| 148 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 | 167 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 |
| 149 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 | 168 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 |
| 150 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 | 169 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 |
| 151 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 | 170 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 |
| 152 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 171 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 153 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 | 172 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 | 235 |
| 217 # Issue http://dartbug.com/12930 | 236 # Issue http://dartbug.com/12930 |
| 218 [ $runtime == vm ] | 237 [ $runtime == vm ] |
| 219 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 238 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 220 | 239 |
| 221 [ $compiler == none && $runtime == vm ] | 240 [ $compiler == none && $runtime == vm ] |
| 222 observe/test/observe_test: Pass, Fail # Issue 13543 | 241 observe/test/observe_test: Pass, Fail # Issue 13543 |
| 223 | 242 |
| 224 [ $compiler == none && $runtime == vm && $checked ] | 243 [ $compiler == none && $runtime == vm && $checked ] |
| 225 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 | 244 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 |
| OLD | NEW |