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 == 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 | 65 |
66 [ $runtime == ff || $runtime == safari ] | 66 [ $runtime == ff || $runtime == safari ] |
67 polymer/test/events_test: Fail # Issue 12865, 13197 | 67 polymer/test/events_test: Fail # Issue 12865, 13197, 13281 |
68 polymer/test/event_path_test: Fail # Issue 12865, 13197 | 68 polymer/test/event_path_test: Fail # Issue 12865, 13197, 13281 |
69 | 69 |
70 [ $runtime == ie9 || $runtime == ie10 || ($system == windows && $runtime == ff)
] | 70 [ $runtime == ie9 || $runtime == ie10 || ($system == windows && $runtime == ff)
] |
71 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 71 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
72 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 72 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
73 | 73 |
74 [ $system == windows && $runtime == chrome ] | 74 [ $system == windows && $runtime == chrome ] |
75 polymer/test/events_test: Pass, Timeout # Issue 13260 | 75 polymer/test/events_test: Pass, Fail, Timeout # Issue 13260, 13281 |
76 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 76 polymer/test/event_path_test: Pass, Fail, Timeout # Issue 13260, 13281 |
77 | 77 |
78 # Skip browser-specific tests on VM | 78 # Skip browser-specific tests on VM |
79 [ $runtime == vm ] | 79 [ $runtime == vm ] |
80 path/test/browser_test: Fail, OK # Uses dart:html | 80 path/test/browser_test: Fail, OK # Uses dart:html |
81 intl/test/find_default_locale_browser_test: Skip | 81 intl/test/find_default_locale_browser_test: Skip |
82 intl/test/date_time_format_http_request_test: Skip | 82 intl/test/date_time_format_http_request_test: Skip |
83 polymer/test/events_test: Fail, OK # Uses dart:html | 83 polymer/test/events_test: Fail, OK # Uses dart:html |
84 polymer/test/event_path_test: Fail, OK # Uses dart:html | 84 polymer/test/event_path_test: Fail, OK # Uses dart:html |
85 polymer/example: Fail, OK # Uses dart:html | 85 polymer/example: Fail, OK # Uses dart:html |
86 | 86 |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 | 222 |
223 [ $browser || $runtime == vm ] | 223 [ $browser || $runtime == vm ] |
224 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 224 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
225 | 225 |
226 # Issue http://dartbug.com/12930 | 226 # Issue http://dartbug.com/12930 |
227 [ $runtime == vm ] | 227 [ $runtime == vm ] |
228 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 228 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
229 | 229 |
230 [ $compiler == none && $runtime == drt && $arch == ia32 ] | 230 [ $compiler == none && $runtime == drt && $arch == ia32 ] |
231 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 | 231 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
OLD | NEW |