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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 107 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
108 unboxed_int_converter_test: Skip | 108 unboxed_int_converter_test: Skip |
109 pair_location_remapping_test: Skip | 109 pair_location_remapping_test: Skip |
110 regress_25335_test: Skip # Int64List not supported. | 110 regress_25335_test: Skip # Int64List not supported. |
111 | 111 |
112 [ $compiler == dart2js && $cps_ir && $checked ] | 112 [ $compiler == dart2js && $cps_ir && $checked ] |
113 *: Skip # `assert` not implemented | 113 *: Skip # `assert` not implemented |
114 | 114 |
115 [ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm6
4) ] | 115 [ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm6
4) ] |
116 io/file_stream_test: Skip # Issue 26109 | 116 io/file_stream_test: Skip # Issue 26109 |
| 117 io/file_typed_data_test: Skip # Issue 26109 |
117 | 118 |
118 [ $compiler == dart2js && $jscl ] | 119 [ $compiler == dart2js && $jscl ] |
119 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 120 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
120 deoptimization_test: RuntimeError, OK # Requires bigint. | 121 deoptimization_test: RuntimeError, OK # Requires bigint. |
121 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 122 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
122 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 123 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
123 | 124 |
124 [ $compiler == dart2js && $runtime == none ] | 125 [ $compiler == dart2js && $runtime == none ] |
125 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 126 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
126 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 127 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 | 299 |
299 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 300 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
300 io/*: Skip # Issue #26376 | 301 io/*: Skip # Issue #26376 |
301 | 302 |
302 typed_data_isolate_test: Skip # Issue #26376 | 303 typed_data_isolate_test: Skip # Issue #26376 |
303 typed_array_test: Skip # Issue #26376 | 304 typed_array_test: Skip # Issue #26376 |
304 typed_array_int64_uint64_test: Skip # Issue #26376 | 305 typed_array_int64_uint64_test: Skip # Issue #26376 |
305 | 306 |
306 oom_error_stacktrace_test: Skip # Issue #26377 | 307 oom_error_stacktrace_test: Skip # Issue #26377 |
307 out_of_memory_test: Skip # Issue #26377 | 308 out_of_memory_test: Skip # Issue #26377 |
OLD | NEW |