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 30 matching lines...) Expand all Loading... |
41 # overflow in JS (numbers slightly larger than | 41 # overflow in JS (numbers slightly larger than |
42 # 32 bits where we do bitwise operations). | 42 # 32 bits where we do bitwise operations). |
43 | 43 |
44 [ $runtime == opera && $compiler == dart2js ] | 44 [ $runtime == opera && $compiler == dart2js ] |
45 intl/test/find_default_locale_browser_test: Fail | 45 intl/test/find_default_locale_browser_test: Fail |
46 intl/test/date_time_format_http_request_test: Skip # Timeout. | 46 intl/test/date_time_format_http_request_test: Skip # Timeout. |
47 | 47 |
48 [ $runtime == ie9 ] | 48 [ $runtime == ie9 ] |
49 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 49 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
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 # Issue 13865 |
51 | 52 |
52 [ $runtime == safari ] | 53 [ $runtime == safari ] |
53 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 54 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
54 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. | 55 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. |
55 crypto/test/sha1_test: Fail # Issue 11407. | 56 crypto/test/sha1_test: Fail # Issue 11407. |
56 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 | 57 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 |
57 crypto/test/sha256_test: Pass, Fail # Issue 12502 | 58 crypto/test/sha256_test: Pass, Fail # Issue 12502 |
58 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 | 59 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 |
59 polymer/test/attr_deserialize_test: Fail # Issue 12865, 13197 | 60 polymer/test/attr_deserialize_test: Fail # Issue 12865, 13197 |
60 polymer/test/attr_mustache_test: Fail # Issue 12865, 13197 | 61 polymer/test/attr_mustache_test: Fail # Issue 12865, 13197 |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 | 237 |
237 [ $compiler == none && $runtime == vm ] | 238 [ $compiler == none && $runtime == vm ] |
238 observe/test/observe_test: Pass, Fail # Issue 13543 | 239 observe/test/observe_test: Pass, Fail # Issue 13543 |
239 | 240 |
240 [ $compiler == none && $runtime == vm && $checked ] | 241 [ $compiler == none && $runtime == vm && $checked ] |
241 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 | 242 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 |
242 | 243 |
243 [ $compiler == none && $runtime == dartium ] | 244 [ $compiler == none && $runtime == dartium ] |
244 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 245 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
245 | 246 |
OLD | NEW |