| 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 packages_file_test: Pass, Slow | 10 packages_file_test: Pass, Slow |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 107 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 108 pow_test: Skip # Precision > 53 bits. | 108 pow_test: Skip # Precision > 53 bits. |
| 109 double_smi_comparison_test: Skip # Precision > 53 bits. | 109 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 110 http_launch_test: Skip | 110 http_launch_test: Skip |
| 111 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 111 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
| 112 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 112 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 113 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 113 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
| 114 unboxed_int_converter_test: Skip | 114 unboxed_int_converter_test: Skip |
| 115 pair_location_remapping_test: Skip | 115 pair_location_remapping_test: Skip |
| 116 regress_25335_test: Skip # Int64List not supported. | 116 regress_25335_test: Skip # Int64List not supported. |
| 117 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 117 | 118 |
| 118 [ $compiler == dart2js && $cps_ir && $checked ] | 119 [ $compiler == dart2js && $cps_ir && $checked ] |
| 119 *: Skip # `assert` not implemented | 120 *: Skip # `assert` not implemented |
| 120 | 121 |
| 121 [ ($runtime == vm || $runtime == dart_app) && ($arch == arm || $arch == arm64) ] | 122 [ ($runtime == vm || $runtime == dart_app) && ($arch == arm || $arch == arm64) ] |
| 122 io/file_stream_test: Skip # Issue 26109 | 123 io/file_stream_test: Skip # Issue 26109 |
| 123 io/file_typed_data_test: Skip # Issue 26109 | 124 io/file_typed_data_test: Skip # Issue 26109 |
| 124 io/file_input_stream_test: Skip # Issue 26109 | 125 io/file_input_stream_test: Skip # Issue 26109 |
| 125 | 126 |
| 126 [ $compiler == dart2js && $jscl ] | 127 [ $compiler == dart2js && $jscl ] |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 | 312 |
| 312 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 313 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 313 io/*: Skip # Issue #26376 | 314 io/*: Skip # Issue #26376 |
| 314 | 315 |
| 315 typed_data_isolate_test: Skip # Issue #26376 | 316 typed_data_isolate_test: Skip # Issue #26376 |
| 316 typed_array_test: Skip # Issue #26376 | 317 typed_array_test: Skip # Issue #26376 |
| 317 typed_array_int64_uint64_test: Skip # Issue #26376 | 318 typed_array_int64_uint64_test: Skip # Issue #26376 |
| 318 | 319 |
| 319 oom_error_stacktrace_test: Skip # Issue #26377 | 320 oom_error_stacktrace_test: Skip # Issue #26377 |
| 320 out_of_memory_test: Skip # Issue #26377 | 321 out_of_memory_test: Skip # Issue #26377 |
| OLD | NEW |