| 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 # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 122 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 123 pow_test: Skip # Precision > 53 bits. | 123 pow_test: Skip # Precision > 53 bits. |
| 124 double_smi_comparison_test: Skip # Precision > 53 bits. | 124 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 125 http_launch_test: Skip | 125 http_launch_test: Skip |
| 126 javascript_int_overflow_test: Skip | 126 javascript_int_overflow_test: Skip |
| 127 javascript_int_overflow_literal_test: Skip | 127 javascript_int_overflow_literal_test: Skip |
| 128 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 128 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
| 129 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 129 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 130 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 130 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
| 131 | 131 |
| 132 # Suppress tests that use main(List<String> args) until issue 14200 is fixed. | |
| 133 io/secure_builtin_roots_test: Fail # Issue 14200 | |
| 134 io/test_runner_test: Fail # Issue 14200 | |
| 135 io/http_cross_process_test: Fail # Issue 14200 | |
| 136 io/socket_cross_process_test: Fail # Issue 14200 | |
| 137 io/raw_socket_cross_process_test: Fail # Issue 14200 | |
| 138 | |
| 139 [ $compiler == dart2js && $jscl ] | 132 [ $compiler == dart2js && $jscl ] |
| 140 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 133 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
| 141 deoptimization_test: RuntimeError, OK # Requires bigint. | 134 deoptimization_test: RuntimeError, OK # Requires bigint. |
| 142 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 135 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
| 143 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 136 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 144 | 137 |
| 145 [ $compiler == dart2js && $runtime == none ] | 138 [ $compiler == dart2js && $runtime == none ] |
| 146 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 139 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
| 147 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 140 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 148 oom_error_stacktrace_test: Pass # The test only fails at runtime. | 141 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 io/test_extension_fail_test: Fail | 173 io/test_extension_fail_test: Fail |
| 181 io/dart_std_io_pipe_test: Fail | 174 io/dart_std_io_pipe_test: Fail |
| 182 io/file_read_special_device_test: Fail | 175 io/file_read_special_device_test: Fail |
| 183 | 176 |
| 184 [ $compiler == none && $runtime == dartium && $unchecked ] | 177 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 185 assert_test: Fail # Issue 13719: Please triage this failure. | 178 assert_test: Fail # Issue 13719: Please triage this failure. |
| 186 | 179 |
| 187 [ $compiler == none && $runtime == dartium ] | 180 [ $compiler == none && $runtime == dartium ] |
| 188 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. | 181 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. |
| 189 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. | 182 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |