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: Skip # Issue 26715 | 10 packages_file_test: Skip # Issue 26715 |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 129 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
130 deoptimization_test: RuntimeError, OK # Requires bigint. | 130 deoptimization_test: RuntimeError, OK # Requires bigint. |
131 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 131 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
132 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 132 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
133 | 133 |
134 [ $compiler == dart2js && $runtime == none ] | 134 [ $compiler == dart2js && $runtime == none ] |
135 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 135 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
136 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 136 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
137 oom_error_stacktrace_test: Pass # The test only fails at runtime. | 137 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
138 | 138 |
139 [ $compiler == dart2js && $fast_startup && $runtime == none ] | 139 [ $compiler == dart2js && $fast_startup ] |
140 io/observatory_test: Fail # mirrors not supported. | 140 io/observatory_test: Fail # mirrors not supported. |
141 | 141 |
142 [ $compiler == dart2js && $browser ] | 142 [ $compiler == dart2js && $browser ] |
143 *: Skip | 143 *: Skip |
144 | 144 |
145 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] | 145 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] |
146 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 146 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
147 oom_error_stacktrace_test: Skip # Fails on Linux | 147 oom_error_stacktrace_test: Skip # Fails on Linux |
148 | 148 |
149 [ $arch == simarm && $mode == debug && $checked ] | 149 [ $arch == simarm && $mode == debug && $checked ] |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 package/*: SkipByDesign # Launches VMs in interesting ways. | 334 package/*: SkipByDesign # Launches VMs in interesting ways. |
335 | 335 |
336 [ $builder_tag == no_ipv6 ] | 336 [ $builder_tag == no_ipv6 ] |
337 io/http_bind_test: Skip | 337 io/http_bind_test: Skip |
338 io/raw_datagram_socket_test: Skip | 338 io/raw_datagram_socket_test: Skip |
339 io/socket_source_address_test: Skip | 339 io/socket_source_address_test: Skip |
340 io/socket_bind_test: Skip | 340 io/socket_bind_test: Skip |
341 io/http_proxy_advanced_test: Skip | 341 io/http_proxy_advanced_test: Skip |
342 io/http_ipv6_test: Skip | 342 io/http_ipv6_test: Skip |
343 io/socket_ipv6_test: Skip | 343 io/socket_ipv6_test: Skip |
OLD | NEW |