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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 unboxed_int_converter_test: Skip |
91 pair_location_remaping_test: Skip | |
Florian Schneider
2014/12/16 15:09:23
s/remaping/remapping/g
| |
91 | 92 |
92 [ $compiler == dart2js && $jscl ] | 93 [ $compiler == dart2js && $jscl ] |
93 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . | 94 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . |
94 deoptimization_test: RuntimeError, OK # Requires bigint. | 95 deoptimization_test: RuntimeError, OK # Requires bigint. |
95 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. | 96 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. |
96 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 97 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
97 | 98 |
98 [ $compiler == dart2js && $runtime == none ] | 99 [ $compiler == dart2js && $runtime == none ] |
99 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 100 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
100 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 101 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
152 package/package_test: CompileTimeError | 153 package/package_test: CompileTimeError |
153 | 154 |
154 [ $system == windows ] | 155 [ $system == windows ] |
155 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 156 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
156 | 157 |
157 [ $system != linux ] | 158 [ $system != linux ] |
158 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported on other platforms so far | 159 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported on other platforms so far |
159 | 160 |
160 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] | 161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] |
161 verified_mem_test: Skip # Not yet implemented. | 162 verified_mem_test: Skip # Not yet implemented. |
OLD | NEW |