| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 [ $arch == simarm ] | 94 [ $arch == simarm ] |
| 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. | |
| 105 io/http_server_early_client_close_test: Fail, Pass # Issue 7739 (passes in check
ed mode). | |
| 106 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 104 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 107 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 105 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 108 | 106 |
| 109 [ $compiler == dart2js && $jscl ] | 107 [ $compiler == dart2js && $jscl ] |
| 110 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 108 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 111 byte_array_test: Fail, OK # ByteArray | 109 byte_array_test: Fail, OK # ByteArray |
| 112 deoptimization_test: Fail, OK # Requires bigint. | 110 deoptimization_test: Fail, OK # Requires bigint. |
| 113 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 111 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 114 io/http_parser_test: Fail, OK # ByteArray | 112 io/http_parser_test: Fail, OK # ByteArray |
| 115 io/options_test: Fail, OK # Cannot pass options to d8. | 113 io/options_test: Fail, OK # Cannot pass options to d8. |
| 116 | 114 |
| 117 [ $compiler == dart2js && $runtime == none ] | 115 [ $compiler == dart2js && $runtime == none ] |
| 118 io/options_test: Fail | 116 io/options_test: Fail |
| 119 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 117 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 120 | 118 |
| 121 [ $compiler == dart2js && $browser ] | 119 [ $compiler == dart2js && $browser ] |
| 122 *: Skip | 120 *: Skip |
| 123 | 121 |
| 124 [ $compiler == dart2js && $checked ] | 122 [ $compiler == dart2js && $checked ] |
| 125 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 123 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 126 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 124 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 127 | 125 |
| 128 [ $compiler == dart2dart ] | 126 [ $compiler == dart2dart ] |
| 129 # Skip until we stabilize language tests. | 127 # Skip until we stabilize language tests. |
| 130 *: Skip | 128 *: Skip |
| OLD | NEW |