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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 55 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
56 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873 | 56 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873 |
57 | 57 |
58 [ $runtime == safari ] | 58 [ $runtime == safari ] |
59 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 59 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
60 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. | 60 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. |
61 crypto/test/sha1_test: Fail # Issue 11407. | 61 crypto/test/sha1_test: Fail # Issue 11407. |
62 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 | 62 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 |
63 crypto/test/sha256_test: Pass, Fail # Issue 12502 | 63 crypto/test/sha256_test: Pass, Fail # Issue 12502 |
64 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 | 64 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 |
| 65 polymer/test/events_test: Fail # Issue 12865, 13197 |
| 66 polymer/test/event_path_test: Fail # Issue 12865, 13197 |
65 | 67 |
66 [ $runtime == ff || $runtime == safari ] | 68 [ $runtime == ff ] |
67 polymer/test/events_test: Fail # Issue 12865, 13197 | |
68 polymer/test/event_path_test: Fail # Issue 12865, 13197 | 69 polymer/test/event_path_test: Fail # Issue 12865, 13197 |
69 | 70 |
70 [ $runtime == ie9 || $runtime == ie10 || ($system == windows && $runtime == ff)
] | 71 [ $runtime == ie9 || $runtime == ie10 || ($system == windows && $runtime == ff)
] |
71 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 72 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
72 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 73 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
73 | 74 |
74 [ $system == windows && $runtime == chrome ] | 75 [ $system == windows && $runtime == chrome ] |
75 polymer/test/events_test: Pass, Timeout # Issue 13260 | 76 polymer/test/events_test: Pass, Timeout # Issue 13260 |
76 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 77 polymer/test/event_path_test: Pass, Timeout # Issue 13260 |
77 | 78 |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 | 223 |
223 [ $browser || $runtime == vm ] | 224 [ $browser || $runtime == vm ] |
224 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 225 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
225 | 226 |
226 # Issue http://dartbug.com/12930 | 227 # Issue http://dartbug.com/12930 |
227 [ $runtime == vm ] | 228 [ $runtime == vm ] |
228 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 229 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
229 | 230 |
230 [ $compiler == none && $runtime == drt && $arch == ia32 ] | 231 [ $compiler == none && $runtime == drt && $arch == ia32 ] |
231 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 | 232 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
OLD | NEW |