| 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 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 55 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 56 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 56 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 57 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873 | 57 sequence_zip/test/stream_test: Pass, Fail # Flaky, issue 12873 |
| 58 | 58 |
| 59 [ $runtime == safari ] | 59 [ $runtime == safari ] |
| 60 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 60 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
| 61 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. | 61 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. |
| 62 crypto/test/sha1_test: Fail # Issue 11407. | 62 crypto/test/sha1_test: Fail # Issue 11407. |
| 63 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 | 63 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 |
| 64 crypto/test/sha256_test: Pass, Fail # Issue 12502 | 64 crypto/test/sha256_test: Pass, Fail # Issue 12502 |
| 65 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 |
| 65 | 66 |
| 66 # Skip browser-specific tests on VM | 67 # Skip browser-specific tests on VM |
| 67 [ $runtime == vm ] | 68 [ $runtime == vm ] |
| 68 path/test/browser_test: Fail, OK # Uses dart:html | 69 path/test/browser_test: Fail, OK # Uses dart:html |
| 69 intl/test/find_default_locale_browser_test: Skip | 70 intl/test/find_default_locale_browser_test: Skip |
| 70 intl/test/date_time_format_http_request_test: Skip | 71 intl/test/date_time_format_http_request_test: Skip |
| 71 | 72 |
| 72 [ $runtime == vm && $system == windows ] | 73 [ $runtime == vm && $system == windows ] |
| 73 docgen/test/single_library_test: Fail # Issue 11985 | 74 docgen/test/single_library_test: Fail # Issue 11985 |
| 74 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 75 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 | 206 |
| 206 [ $browser || $runtime == vm ] | 207 [ $browser || $runtime == vm ] |
| 207 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. | 208 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. |
| 208 | 209 |
| 209 # Issue http://dartbug.com/12930 | 210 # Issue http://dartbug.com/12930 |
| 210 [ $runtime == vm ] | 211 [ $runtime == vm ] |
| 211 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 | 212 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| 212 | 213 |
| 213 [ $compiler == none && $runtime == drt && $arch == ia32 ] | 214 [ $compiler == none && $runtime == drt && $arch == ia32 ] |
| 214 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 | 215 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
| OLD | NEW |