| 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 # Run this test manually to verify that the fixnum library produces | 5 # Run this test manually to verify that the fixnum library produces |
| 6 # the same results as native ints on a set of directed and random inputs. | 6 # the same results as native ints on a set of directed and random inputs. |
| 7 # Skip it when running automated tests because it times out. This | 7 # Skip it when running automated tests because it times out. This |
| 8 # test only makes sense on runtimes that support 64-bit integer | 8 # test only makes sense on runtimes that support 64-bit integer |
| 9 # arithmetic natively, i.e., the VM. | 9 # arithmetic natively, i.e., the VM. |
| 10 fixnum/test/int_64_vm_test: Skip | 10 fixnum/test/int_64_vm_test: Skip |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 intl/test/date_time_format_http_request_test: Skip | 37 intl/test/date_time_format_http_request_test: Skip |
| 38 | 38 |
| 39 # Skip http request tests on Dartium while resolving an odd | 39 # Skip http request tests on Dartium while resolving an odd |
| 40 # error there that causes the tests to timeout. | 40 # error there that causes the tests to timeout. |
| 41 [ $runtime == dartium || $runtime == drt ] | 41 [ $runtime == dartium || $runtime == drt ] |
| 42 intl/test/date_time_format_http_request_test: Skip | 42 intl/test/date_time_format_http_request_test: Skip |
| 43 | 43 |
| 44 # Skip intl_message tests that use mirrors on dart2js until it's been | 44 # Skip intl_message tests that use mirrors on dart2js until it's been |
| 45 # implemented there. | 45 # implemented there. |
| 46 [ $compiler == dart2js ] | 46 [ $compiler == dart2js ] |
| 47 args/test/args_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 48 intl/test/bidi_format_test: Fail # Timer interface not supported; dartbug.com/77
28. |
| 49 intl/test/bidi_utils_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 50 intl/test/date_time_format_local_even_test: Fail # Timer interface not supported
; dartbug.com/7728. |
| 51 intl/test/date_time_format_local_odd_test: Fail # Timer interface not supported;
dartbug.com/7728. |
| 52 intl/test/date_time_format_uninitialized_test: Fail # Timer interface not suppor
ted; dartbug.com/7728. |
| 47 intl/test/intl_message_test: Skip | 53 intl/test/intl_message_test: Skip |
| 48 intl/test/intl_message_basic_example_test: Skip | 54 intl/test/intl_message_basic_example_test: Skip |
| 55 intl/test/intl_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 56 intl/test/number_format_test: Fail # Timer interface not supported; dartbug.com/
7728. |
| 57 logging/test/logging_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| 58 serialization/test/polyfill_identity_map_test: Fail # Timer interface not suppor
ted; dartbug.com/7728. |
| 59 unittest/test/matchers_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 60 unittest/test/mock_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 61 unittest/test/unittest_test: Fail # Timer interface not supported; dartbug.com/7
728. |
| 49 serialization/test/serialization_test: Skip | 62 serialization/test/serialization_test: Skip |
| 50 | 63 |
| 51 [ $compiler == dartc ] | 64 [ $compiler == dartc ] |
| 52 unittest/test/mock_regexp_negative_test: Fail | 65 unittest/test/mock_regexp_negative_test: Fail |
| 53 unittest/test/mock_stepwise_negative_test: Fail | 66 unittest/test/mock_stepwise_negative_test: Fail |
| 54 | 67 |
| 55 # pkg/http issue 7458 | 68 # pkg/http issue 7458 |
| 56 http/test/multipart_test: Fail | 69 http/test/multipart_test: Fail |
| 57 | 70 |
| 58 | 71 |
| 59 [ $compiler == dart2js ] | 72 [ $compiler == dart2js ] |
| 60 unittest/test/instance_test: Skip | 73 unittest/test/instance_test: Skip |
| 61 | 74 |
| 62 [ $compiler == none && $runtime == drt ] | 75 [ $compiler == none && $runtime == drt ] |
| 63 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. | 76 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. |
| OLD | NEW |