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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 typed_data_view_test: Skip # dart:typed_data support needed. | 78 typed_data_view_test: Skip # dart:typed_data support needed. |
79 typed_data_isolate_test: Skip # dart:typed_data support needed. | 79 typed_data_isolate_test: Skip # dart:typed_data support needed. |
80 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 80 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
81 float_array_test: Skip # dart:typed_data support needed. | 81 float_array_test: Skip # dart:typed_data support needed. |
82 int_array_test: Skip # dart:typed_data support needed. | 82 int_array_test: Skip # dart:typed_data support needed. |
83 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 83 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
84 int_array_load_elimination_test: Skip # This is a VM test | 84 int_array_load_elimination_test: Skip # This is a VM test |
85 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. | 85 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. |
86 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 86 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
87 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 87 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 88 package/package_test: Fail, OK # dart2js does not support 'package:foo.dart' imp
orts |
| 89 package/package1_test: Fail, OK # dart2js does not support 'package:foo.dart' im
ports |
88 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 90 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
89 full_coverage_test: Skip | 91 full_coverage_test: Skip |
90 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 92 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
91 pow_test: Skip # Precision > 53 bits. | 93 pow_test: Skip # Precision > 53 bits. |
92 double_smi_comparison_test: Skip # Precision > 53 bits. | 94 double_smi_comparison_test: Skip # Precision > 53 bits. |
93 http_launch_test: Skip | 95 http_launch_test: Skip |
94 javascript_int_overflow_test: Skip | 96 javascript_int_overflow_test: Skip |
95 javascript_int_overflow_literal_test: Skip | 97 javascript_int_overflow_literal_test: Skip |
96 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 98 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
97 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 99 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. | 249 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. |
248 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. | 250 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. |
249 io/test_extension_fail_test: Crash # Unhandled node | 251 io/test_extension_fail_test: Crash # Unhandled node |
250 io/test_extension_test: Crash # Unhandled node | 252 io/test_extension_test: Crash # Unhandled node |
251 io/test_runner_test: Crash # Unhandled node | 253 io/test_runner_test: Crash # Unhandled node |
252 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 254 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
253 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 255 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
254 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 256 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
255 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. | 257 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. |
256 priority_queue_stress_test: RuntimeError # Please triage this failure. | 258 priority_queue_stress_test: RuntimeError # Please triage this failure. |
OLD | NEW |