| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 84 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
| 85 float_array_test: Skip # dart:typed_data support needed. | 85 float_array_test: Skip # dart:typed_data support needed. |
| 86 int_array_test: Skip # dart:typed_data support needed. | 86 int_array_test: Skip # dart:typed_data support needed. |
| 87 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 87 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 88 int_array_load_elimination_test: Skip # This is a VM test | 88 int_array_load_elimination_test: Skip # This is a VM test |
| 89 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. | 89 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss
ue 1533. |
| 90 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 90 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 91 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 91 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 92 package/package_test: Fail, OK # dart2js does not support 'package:foo.dart' imp
orts | 92 package/package_test: Fail, OK # dart2js does not support 'package:foo.dart' imp
orts |
| 93 package/package1_test: Fail, OK # dart2js does not support 'package:foo.dart' im
ports | 93 package/package1_test: Fail, OK # dart2js does not support 'package:foo.dart' im
ports |
| 94 package/scenarios/invalid/*: CompileTimeError # Negative tests expecting Compil
eTimeErrors. |
| 94 full_coverage_test: Skip | 95 full_coverage_test: Skip |
| 95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 96 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 96 pow_test: Skip # Precision > 53 bits. | 97 pow_test: Skip # Precision > 53 bits. |
| 97 double_smi_comparison_test: Skip # Precision > 53 bits. | 98 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 98 http_launch_test: Skip | 99 http_launch_test: Skip |
| 99 javascript_int_overflow_test: Skip | 100 javascript_int_overflow_test: Skip |
| 100 javascript_int_overflow_literal_test: Skip | 101 javascript_int_overflow_literal_test: Skip |
| 101 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 102 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
| 102 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 103 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 103 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 104 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 io/test_runner_test: RuntimeError # Platform.executable | 262 io/test_runner_test: RuntimeError # Platform.executable |
| 262 io/file_lock_test: RuntimeError # Platform.executable | 263 io/file_lock_test: RuntimeError # Platform.executable |
| 263 io/code_collection_test: RuntimeError # Platform.executable | 264 io/code_collection_test: RuntimeError # Platform.executable |
| 264 io/file_lock_test: RuntimeError # Platform.executable | 265 io/file_lock_test: RuntimeError # Platform.executable |
| 265 io/code_collection_test: RuntimeError # Platform.executable | 266 io/code_collection_test: RuntimeError # Platform.executable |
| 266 io/raw_socket_cross_process_test: RuntimeError # Platform.executable | 267 io/raw_socket_cross_process_test: RuntimeError # Platform.executable |
| 267 io/test_extension_test: RuntimeError # Platform.executable | 268 io/test_extension_test: RuntimeError # Platform.executable |
| 268 io/regress_7679_test: RuntimeError # Platform.executable | 269 io/regress_7679_test: RuntimeError # Platform.executable |
| 269 | 270 |
| 270 io/process_*: Skip # Most use Platform.executable | 271 io/process_*: Skip # Most use Platform.executable |
| OLD | NEW |