| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 # These tests fail because the test scripts do not use the new streams library. | 7 # These tests fail because the test scripts do not use the new streams library. |
| 8 # When the test scripts are updated, and the precompiled dart executable is | 8 # When the test scripts are updated, and the precompiled dart executable is |
| 9 # updated, they will be re-enabled. Issue 7724. | 9 # updated, they will be re-enabled. Issue 7724. |
| 10 io/test_runner_test: Pass, Fail | 10 io/test_runner_test: Pass, Fail |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 *: Skip | 95 *: Skip |
| 96 | 96 |
| 97 [ $compiler == dart2js ] | 97 [ $compiler == dart2js ] |
| 98 number_identity_test: Skip # Bigints and int/double diff. not supported. | 98 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 99 typed_array_test: Skip # This is a VM test | 99 typed_array_test: Skip # This is a VM test |
| 100 float_array_test: Skip # This is a VM test | 100 float_array_test: Skip # This is a VM test |
| 101 int_array_test: Skip # This is a VM test | 101 int_array_test: Skip # This is a VM test |
| 102 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 102 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 103 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 103 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 104 io/http_server_handler_test: Fail # Issue 7739. | 104 io/http_server_handler_test: Fail # Issue 7739. |
| 105 io/http_server_early_client_close_test: Fail # Issue 7739. |
| 105 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 106 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 106 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 107 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 107 | 108 |
| 108 [ $compiler == dart2js && $jscl ] | 109 [ $compiler == dart2js && $jscl ] |
| 109 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 110 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 110 byte_array_test: Fail, OK # ByteArray | 111 byte_array_test: Fail, OK # ByteArray |
| 111 deoptimization_test: Fail, OK # Requires bigint. | 112 deoptimization_test: Fail, OK # Requires bigint. |
| 112 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 113 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 113 io/http_parser_test: Fail, OK # ByteArray | 114 io/http_parser_test: Fail, OK # ByteArray |
| 114 io/options_test: Fail, OK # Cannot pass options to d8. | 115 io/options_test: Fail, OK # Cannot pass options to d8. |
| 115 | 116 |
| 116 [ $compiler == dart2js && $runtime == none ] | 117 [ $compiler == dart2js && $runtime == none ] |
| 117 io/options_test: Fail | 118 io/options_test: Fail |
| 118 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 119 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 119 | 120 |
| 120 [ $compiler == dart2js && $browser ] | 121 [ $compiler == dart2js && $browser ] |
| 121 *: Skip | 122 *: Skip |
| 122 | 123 |
| 123 [ $compiler == dart2js && $checked ] | 124 [ $compiler == dart2js && $checked ] |
| 124 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 125 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 125 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 126 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 126 | 127 |
| 127 [ $compiler == dart2dart ] | 128 [ $compiler == dart2dart ] |
| 128 # Skip until we stabilize language tests. | 129 # Skip until we stabilize language tests. |
| 129 *: Skip | 130 *: Skip |
| OLD | NEW |