| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 112 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 113 pow_test: Skip # Precision > 53 bits. | 113 pow_test: Skip # Precision > 53 bits. |
| 114 double_smi_comparison_test: Skip # Precision > 53 bits. | 114 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 115 http_launch_test: Skip | 115 http_launch_test: Skip |
| 116 javascript_int_overflow_test: Skip | 116 javascript_int_overflow_test: Skip |
| 117 javascript_int_overflow_literal_test: Skip | 117 javascript_int_overflow_literal_test: Skip |
| 118 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 118 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
| 119 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 119 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 120 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 120 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
| 121 io/platform_test: Pass, CompileTimeError # Issue 14603 | 121 io/platform_test: Pass, CompileTimeError # Issue 14603 |
| 122 io/http_parser_test: RuntimeError # Issue 15133 |
| 122 | 123 |
| 123 [ $compiler == dart2js && $jscl ] | 124 [ $compiler == dart2js && $jscl ] |
| 124 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 125 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
| 125 deoptimization_test: RuntimeError, OK # Requires bigint. | 126 deoptimization_test: RuntimeError, OK # Requires bigint. |
| 126 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 127 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
| 127 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 128 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 128 | 129 |
| 129 [ $compiler == dart2js && $runtime == none ] | 130 [ $compiler == dart2js && $runtime == none ] |
| 130 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 131 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
| 131 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 132 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 io/raw_secure_server_socket_argument_test: StaticWarning | 176 io/raw_secure_server_socket_argument_test: StaticWarning |
| 176 io/secure_socket_argument_test: StaticWarning | 177 io/secure_socket_argument_test: StaticWarning |
| 177 io/skipping_dart2js_compilations_test: CompileTimeError, StaticWarning | 178 io/skipping_dart2js_compilations_test: CompileTimeError, StaticWarning |
| 178 io/stdout_bad_argument_test: StaticWarning | 179 io/stdout_bad_argument_test: StaticWarning |
| 179 io/test_runner_test: CompileTimeError, StaticWarning | 180 io/test_runner_test: CompileTimeError, StaticWarning |
| 180 package/package1_test: StaticWarning | 181 package/package1_test: StaticWarning |
| 181 package/package_test: StaticWarning | 182 package/package_test: StaticWarning |
| 182 typed_data_test: StaticWarning | 183 typed_data_test: StaticWarning |
| 183 typed_data_view_test: StaticWarning | 184 typed_data_view_test: StaticWarning |
| 184 | 185 |
| OLD | NEW |