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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 javascript_compatibility_errors_test: Skip | 151 javascript_compatibility_errors_test: Skip |
152 javascript_compatibility_warnings_test: Skip | 152 javascript_compatibility_warnings_test: Skip |
153 | 153 |
154 [ $compiler == dart2analyzer ] | 154 [ $compiler == dart2analyzer ] |
155 package/package1_test: CompileTimeError | 155 package/package1_test: CompileTimeError |
156 package/package_test: CompileTimeError | 156 package/package_test: CompileTimeError |
157 | 157 |
158 [ $system == windows ] | 158 [ $system == windows ] |
159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
160 verbose_gc_to_bmu_test: Skip | 160 verbose_gc_to_bmu_test: Skip |
| 161 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
161 | 162 |
162 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] | 163 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] |
163 verified_mem_test: Skip # Not yet implemented. | 164 verified_mem_test: Skip # Not yet implemented. |
164 | 165 |
165 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 166 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
166 full_coverage_test: Skip # Timeout. | 167 full_coverage_test: Skip # Timeout. |
167 io/file_lock_test: Skip # Timeout. | 168 io/file_lock_test: Skip # Timeout. |
168 io/test_runner_test: Skip # Timeout. | 169 io/test_runner_test: Skip # Timeout. |
169 io/http_client_stays_alive_test: Skip # Timeout. | 170 io/http_client_stays_alive_test: Skip # Timeout. |
170 | 171 |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 io/socket_upgrade_to_secure_test: Crash # Invalid argument(s) | 243 io/socket_upgrade_to_secure_test: Crash # Invalid argument(s) |
243 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. | 244 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. |
244 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node | 245 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node |
245 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node | 246 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node |
246 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node | 247 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node |
247 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 248 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
248 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 249 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
249 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 250 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
250 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. | 251 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. |
251 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined | 252 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined |
OLD | NEW |