| 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 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 11 | 11 |
| 12 [ $runtime == vm ] | 12 [ $runtime == vm ] |
| 13 # Fails because checked-in dart executable is not up to date. |
| 14 io/test_runner_test: Fail |
| 15 # Fails because checked-in dart executable is not up to date. |
| 16 # Skip this because it is leaving temp directories behind when it fails. |
| 17 io/skipping_dart2js_compilations_test: Skip |
| 18 |
| 19 [ $runtime == vm ] |
| 13 package/package_isolate_test: Fail # http://dartbug.com/7520. | 20 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 14 # The test is flaky, and is timing out, causing buildbot cycle times to rise. | 21 # The test is flaky, and is timing out, causing buildbot cycle times to rise. |
| 15 io/raw_server_socket_cancel_test: Skip # Issue 8675 | 22 io/raw_server_socket_cancel_test: Skip # Issue 8675 |
| 16 | 23 |
| 17 [ $runtime == vm && $checked ] | 24 [ $runtime == vm && $checked ] |
| 18 # These tests have type errors on purpose. | 25 # These tests have type errors on purpose. |
| 19 io/process_invalid_arguments_test: Fail, OK | 26 io/process_invalid_arguments_test: Fail, OK |
| 20 io/directory_invalid_arguments_test: Fail, OK | 27 io/directory_invalid_arguments_test: Fail, OK |
| 21 io/file_invalid_arguments_test: Fail, OK | 28 io/file_invalid_arguments_test: Fail, OK |
| 22 io/socket_invalid_arguments_test: Fail, OK | 29 io/socket_invalid_arguments_test: Fail, OK |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 io/url_encoding_test: fail | 104 io/url_encoding_test: fail |
| 98 io/web_socket_protocol_processor_test: fail | 105 io/web_socket_protocol_processor_test: fail |
| 99 53bit_overflow_literal_test/01: fail, ok | 106 53bit_overflow_literal_test/01: fail, ok |
| 100 | 107 |
| 101 # Fails because checked-in dart executable is not up to date. | 108 # Fails because checked-in dart executable is not up to date. |
| 102 io/test_runner_test: fail | 109 io/test_runner_test: fail |
| 103 io/skipping_dart2js_compilations_test: fail | 110 io/skipping_dart2js_compilations_test: fail |
| 104 | 111 |
| 105 | 112 |
| 106 [ $compiler == dart2js ] | 113 [ $compiler == dart2js ] |
| 114 io/test_runner_test: Fail # Import Uri does not work |
| 107 number_identity_test: Skip # Bigints and int/double diff. not supported. | 115 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 108 typed_data_test: Skip # dart:typed_data support needed. | 116 typed_data_test: Skip # dart:typed_data support needed. |
| 109 bytedata_test: Skip # dart:typed_data support needed. | 117 bytedata_test: Skip # dart:typed_data support needed. |
| 110 typed_data_view_test: Skip # dart:typed_data support needed. | 118 typed_data_view_test: Skip # dart:typed_data support needed. |
| 111 typed_data_isolate_test: Skip # dart:typed_data support needed. | 119 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 112 typed_array_test: Skip # dart:typed_data support needed. | 120 typed_array_test: Skip # dart:typed_data support needed. |
| 113 float_array_test: Skip # dart:typed_data support needed. | 121 float_array_test: Skip # dart:typed_data support needed. |
| 114 int_array_test: Skip # dart:typed_data support needed. | 122 int_array_test: Skip # dart:typed_data support needed. |
| 115 byte_array_view_optimized_test: Skip # dart:typed_data support needed. | 123 byte_array_view_optimized_test: Skip # dart:typed_data support needed. |
| 116 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 124 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 117 io/url_encoding_test: Skip # Importing code with external keyword | 125 io/url_encoding_test: Skip # Importing code with external keyword |
| 118 int_array_load_elimination_test: Skip # This is a VM test | 126 int_array_load_elimination_test: Skip # This is a VM test |
| 119 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 127 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 120 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 128 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 121 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 129 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 122 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 130 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 123 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 131 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 124 pow_test: Skip # Precision > 53 bits. | 132 pow_test: Skip # Precision > 53 bits. |
| 125 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | 133 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. |
| 126 http_launch_test: Skip | 134 http_launch_test: Skip |
| 127 53bit_overflow_test: Skip | 135 53bit_overflow_test: Skip |
| 128 53bit_overflow_literal_test: Skip | 136 53bit_overflow_literal_test: Skip |
| 129 | 137 |
| 130 [ $compiler == dart2js && $unchecked ] | |
| 131 io/test_runner_test: Fail # Issue 11306. | |
| 132 | 138 |
| 133 [ $compiler == dart2js && $jscl ] | 139 [ $compiler == dart2js && $jscl ] |
| 134 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 140 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 135 byte_array_test: Fail, OK # ByteArray | 141 byte_array_test: Fail, OK # ByteArray |
| 136 deoptimization_test: Fail, OK # Requires bigint. | 142 deoptimization_test: Fail, OK # Requires bigint. |
| 137 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 143 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 138 io/options_test: Fail, OK # Cannot pass options to d8. | 144 io/options_test: Fail, OK # Cannot pass options to d8. |
| 139 | 145 |
| 140 [ $compiler == dart2js && $runtime == none ] | 146 [ $compiler == dart2js && $runtime == none ] |
| 141 io/options_test: Fail | 147 io/options_test: Fail |
| (...skipping 20 matching lines...) Expand all Loading... |
| 162 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) | 168 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) |
| 163 typed_data_test: Timeout, Crash # Issue: 11207 | 169 typed_data_test: Timeout, Crash # Issue: 11207 |
| 164 typed_data_isolate_test: Pass, Crash # Issue: 11207 | 170 typed_data_isolate_test: Pass, Crash # Issue: 11207 |
| 165 io/*: Skip # Skip IO tests for now as they are still quite flaky. | 171 io/*: Skip # Skip IO tests for now as they are still quite flaky. |
| 166 | 172 |
| 167 [ $arch == mips ] | 173 [ $arch == mips ] |
| 168 *: Skip | 174 *: Skip |
| 169 | 175 |
| 170 [ $arch == simmips ] | 176 [ $arch == simmips ] |
| 171 *: Skip | 177 *: Skip |
| OLD | NEW |