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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 pow_test: Skip # Precision > 53 bits. | 80 pow_test: Skip # Precision > 53 bits. |
81 double_smi_comparison_test: Skip # Precision > 53 bits. | 81 double_smi_comparison_test: Skip # Precision > 53 bits. |
82 http_launch_test: Skip | 82 http_launch_test: Skip |
83 javascript_int_overflow_test: Skip | 83 javascript_int_overflow_test: Skip |
84 javascript_int_overflow_literal_test: Skip | 84 javascript_int_overflow_literal_test: Skip |
85 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 85 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
86 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 86 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
87 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 87 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
88 javascript_compatibility_errors_test: Skip | 88 javascript_compatibility_errors_test: Skip |
89 javascript_compatibility_warnings_test: Skip | 89 javascript_compatibility_warnings_test: Skip |
| 90 unboxed_int_converter_test: Skip |
90 | 91 |
91 [ $compiler == dart2js && $jscl ] | 92 [ $compiler == dart2js && $jscl ] |
92 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 93 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
93 deoptimization_test: RuntimeError, OK # Requires bigint. | 94 deoptimization_test: RuntimeError, OK # Requires bigint. |
94 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 95 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
95 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 96 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
96 | 97 |
97 [ $compiler == dart2js && $runtime == none ] | 98 [ $compiler == dart2js && $runtime == none ] |
98 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 99 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
99 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 100 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 io/stdout_bad_argument_test: StaticWarning | 146 io/stdout_bad_argument_test: StaticWarning |
146 package/package1_test: StaticWarning | 147 package/package1_test: StaticWarning |
147 package/package_test: StaticWarning | 148 package/package_test: StaticWarning |
148 typed_data_test: StaticWarning | 149 typed_data_test: StaticWarning |
149 typed_data_view_test: StaticWarning | 150 typed_data_view_test: StaticWarning |
150 javascript_compatibility_errors_test: Skip | 151 javascript_compatibility_errors_test: Skip |
151 javascript_compatibility_warnings_test: Skip | 152 javascript_compatibility_warnings_test: Skip |
152 | 153 |
153 [ $system == windows ] | 154 [ $system == windows ] |
154 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 155 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
OLD | NEW |