| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 65 polymer/test/events_test: Fail # Issue 12865, 13197 |
| 66 polymer/test/event_path_test: Fail # Issue 12865, 13197 | 66 polymer/test/event_path_test: Fail # Issue 12865, 13197 |
| 67 | 67 |
| 68 [ $runtime == safari || $runtime == ie9 ] | |
| 69 polymer_expressions/test/syntax_test: Fail # Issue 13361 | |
| 70 | |
| 71 [ $runtime == ff ] | 68 [ $runtime == ff ] |
| 72 polymer/test/event_path_test: Fail # Issue 12865, 13197 | 69 polymer/test/event_path_test: Fail # Issue 12865, 13197 |
| 73 | 70 |
| 74 [ $runtime == ie9 || $runtime == ie10 ] | 71 [ $runtime == ie9 || $runtime == ie10 ] |
| 75 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 | 72 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 76 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 | 73 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 |
| 77 | 74 |
| 78 [ $system == windows && ($runtime == chrome || $runtime == ff) ] | 75 [ $system == windows && ($runtime == chrome || $runtime == ff) ] |
| 79 polymer/test/events_test: Pass, Timeout # Issue 13260 | 76 polymer/test/events_test: Pass, Timeout # Issue 13260 |
| 80 polymer/test/event_path_test: Pass, Timeout # Issue 13260 | 77 polymer/test/event_path_test: Pass, Timeout # Issue 13260 |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 | 223 |
| 227 [ $browser || $runtime == vm ] | 224 [ $browser || $runtime == vm ] |
| 228 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. |
| 229 | 226 |
| 230 # Issue http://dartbug.com/12930 | 227 # Issue http://dartbug.com/12930 |
| 231 [ $runtime == vm ] | 228 [ $runtime == vm ] |
| 232 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 229 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 233 | 230 |
| 234 [ $compiler == none && $runtime == drt && $arch == ia32 ] | 231 [ $compiler == none && $runtime == drt && $arch == ia32 ] |
| 235 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 |