| 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 out_of_memory_test: Skip # Issue 2345 | 5 out_of_memory_test: Skip # Issue 2345 |
| 6 | 6 |
| 7 package/invalid_uri_test: Fail, OK # Fails intentionally | 7 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 8 | 8 |
| 9 io/secure_socket_test: Pass, Timeout # Issue 6730. | 9 io/secure_socket_test: Pass, Timeout # Issue 6730. |
| 10 io/secure_stream_test: Pass, Timeout # Issue 6730. | 10 io/secure_stream_test: Pass, Timeout # Issue 6730. |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 | 61 |
| 62 | 62 |
| 63 [ $arch == simarm ] | 63 [ $arch == simarm ] |
| 64 *: Skip | 64 *: Skip |
| 65 | 65 |
| 66 [ $compiler == dart2js ] | 66 [ $compiler == dart2js ] |
| 67 number_identity_test: Skip # Bigints and int/double diff. not supported. | 67 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 68 typed_array_test: Skip # This is a VM test | 68 typed_array_test: Skip # This is a VM test |
| 69 float_array_test: Skip # This is a VM test | 69 float_array_test: Skip # This is a VM test |
| 70 int_array_test: Skip # This is a VM test | 70 int_array_test: Skip # This is a VM test |
| 71 medium_integer_test: Fail, OK # cannot resolve type Mint | 71 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 72 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 72 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 73 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 73 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 74 | 74 |
| 75 [ $compiler == dart2js && $jscl ] | 75 [ $compiler == dart2js && $jscl ] |
| 76 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 76 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 77 byte_array_test: Fail, OK # ByteArray | 77 byte_array_test: Fail, OK # ByteArray |
| 78 deoptimization_test: Fail, OK # Requires bigint. | 78 deoptimization_test: Fail, OK # Requires bigint. |
| 79 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 79 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 80 io/http_parser_test: Fail, OK # ByteArray | 80 io/http_parser_test: Fail, OK # ByteArray |
| 81 io/options_test: Fail, OK # Cannot pass options to d8. | 81 io/options_test: Fail, OK # Cannot pass options to d8. |
| 82 | 82 |
| 83 [ $compiler == dart2js && $runtime == none ] | 83 [ $compiler == dart2js && $runtime == none ] |
| 84 io/options_test: Fail | 84 io/options_test: Fail |
| 85 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 85 | 86 |
| 86 [ $compiler == dart2js && $browser ] | 87 [ $compiler == dart2js && $browser ] |
| 87 *: Skip | 88 *: Skip |
| 88 | 89 |
| 89 [ $compiler == dart2js && $checked ] | 90 [ $compiler == dart2js && $checked ] |
| 90 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 91 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 91 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 92 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 92 | 93 |
| 93 [ $compiler == dart2dart ] | 94 [ $compiler == dart2dart ] |
| 94 # Skip until we stabilize language tests. | 95 # Skip until we stabilize language tests. |
| 95 *: Skip | 96 *: Skip |
| OLD | NEW |