| 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 # The testing infrastructure is using the dart:io Path and LineTransformer | 10 # The testing infrastructure is using the dart:io Path and LineTransformer |
| 11 # classes. | 11 # classes. |
| 12 io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449 | 12 io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449 |
| 13 io/dependency_graph_test: Skip # http/dartbug.com/12449 | 13 io/dependency_graph_test: Skip # http/dartbug.com/12449 |
| 14 io/status_file_parser_test: Skip # http/dartbug.com/12449 | 14 io/status_file_parser_test: Skip # http/dartbug.com/12449 |
| 15 | 15 |
| 16 package/invalid_uri_test: Fail, OK # Fails intentionally | 16 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| 17 | 17 |
| 18 [ $runtime == vm && $system == windows ] | 18 [ $runtime == vm && $system == windows ] |
| 19 io/file_system_watcher_test: Pass, Timeout # Issue 13228 | 19 io/file_system_watcher_test: Pass, Timeout # Issue 13228 |
| 20 | 20 |
| 21 [ $runtime == vm ] | 21 [ $runtime == vm ] |
| 22 package/package_isolate_test: Fail # http://dartbug.com/7520. | 22 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 23 | 23 |
| 24 | 24 |
| 25 [ $runtime == vm && $checked ] | 25 [ $runtime == vm && $checked ] |
| 26 # These tests have type errors on purpose. | 26 # These tests have type errors on purpose. |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 number_identity_test: Skip # Bigints and int/double diff. not supported. | 114 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 115 typed_data_test: Skip # dart:typed_data support needed. | 115 typed_data_test: Skip # dart:typed_data support needed. |
| 116 bytedata_test: Skip # dart:typed_data support needed. | 116 bytedata_test: Skip # dart:typed_data support needed. |
| 117 typed_data_view_test: Skip # dart:typed_data support needed. | 117 typed_data_view_test: Skip # dart:typed_data support needed. |
| 118 typed_data_isolate_test: Skip # dart:typed_data support needed. | 118 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 119 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 119 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
| 120 float_array_test: Skip # dart:typed_data support needed. | 120 float_array_test: Skip # dart:typed_data support needed. |
| 121 int_array_test: Skip # dart:typed_data support needed. | 121 int_array_test: Skip # dart:typed_data support needed. |
| 122 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 122 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 123 int_array_load_elimination_test: Skip # This is a VM test | 123 int_array_load_elimination_test: Skip # This is a VM test |
| 124 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 124 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. |
| 125 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 125 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 126 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 126 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 127 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 127 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 128 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 128 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 129 pow_test: Skip # Precision > 53 bits. | 129 pow_test: Skip # Precision > 53 bits. |
| 130 double_smi_comparison_test: Skip # Precision > 53 bits. | 130 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 131 http_launch_test: Skip | 131 http_launch_test: Skip |
| 132 javascript_int_overflow_test: Skip | 132 javascript_int_overflow_test: Skip |
| 133 javascript_int_overflow_literal_test: Skip | 133 javascript_int_overflow_literal_test: Skip |
| 134 oom_error_stacktrace_test: Fail, OK # (OOM on JS may produce a stacktrace). | 134 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
| 135 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 135 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 136 | 136 |
| 137 | 137 |
| 138 [ $compiler == dart2js && $jscl ] | 138 [ $compiler == dart2js && $jscl ] |
| 139 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 139 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
| 140 deoptimization_test: Fail, OK # Requires bigint. | 140 deoptimization_test: RuntimeError, OK # Requires bigint. |
| 141 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 141 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
| 142 io/options_test: Fail, OK # Cannot pass options to d8. | 142 io/options_test: CompileTimeError, OK # Cannot pass options to d8. |
| 143 | 143 |
| 144 [ $compiler == dart2js && $runtime == none ] | 144 [ $compiler == dart2js && $runtime == none ] |
| 145 io/options_test: Fail | 145 io/options_test: Fail |
| 146 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 146 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 147 oom_error_stacktrace_test: Pass # The test only fails at runtime. | 147 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
| 148 | 148 |
| 149 [ $compiler == dart2js && $browser ] | 149 [ $compiler == dart2js && $browser ] |
| 150 *: Skip | 150 *: Skip |
| 151 | 151 |
| 152 [ $compiler == dart2js && $checked ] | 152 [ $compiler == dart2js && $checked ] |
| (...skipping 19 matching lines...) Expand all Loading... |
| 172 io/web_socket_test: Pass, Slow | 172 io/web_socket_test: Pass, Slow |
| 173 io/http_server_response_test: Pass, Slow | 173 io/http_server_response_test: Pass, Slow |
| 174 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 174 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 175 oom_error_stacktrace_test: Skip # Fails on Linux | 175 oom_error_stacktrace_test: Skip # Fails on Linux |
| 176 | 176 |
| 177 [ $arch == mips ] | 177 [ $arch == mips ] |
| 178 io/test_extension_test: Fail | 178 io/test_extension_test: Fail |
| 179 io/test_extension_fail_test: Fail | 179 io/test_extension_fail_test: Fail |
| 180 io/dart_std_io_pipe_test: Fail | 180 io/dart_std_io_pipe_test: Fail |
| 181 io/file_read_special_device_test: Fail | 181 io/file_read_special_device_test: Fail |
| OLD | NEW |