Chromium Code Reviews| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 179 | 179 |
| 180 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] | 180 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] |
| 181 verified_mem_test: Skip # Not yet implemented. | 181 verified_mem_test: Skip # Not yet implemented. |
| 182 | 182 |
| 183 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 183 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 184 full_coverage_test: Skip # Timeout. | 184 full_coverage_test: Skip # Timeout. |
| 185 io/file_lock_test: Skip # Timeout. | 185 io/file_lock_test: Skip # Timeout. |
| 186 io/test_runner_test: Skip # Timeout. | 186 io/test_runner_test: Skip # Timeout. |
| 187 io/http_client_stays_alive_test: Skip # Timeout. | 187 io/http_client_stays_alive_test: Skip # Timeout. |
| 188 | 188 |
| 189 [ $compiler == dart2js ] | |
| 190 io/observatory_test: Crash # Issue 24291 | |
|
karlklose
2015/09/09 10:28:26
Is that due to the added constant evaluation call?
Johnni Winther
2015/09/09 10:50:50
Yes.
| |
| 191 | |
| 192 [ $runtime == vm ] | 189 [ $runtime == vm ] |
| 193 # Failures in secure networking while NSS is replaced with BoringSSL | 190 # Failures in secure networking while NSS is replaced with BoringSSL |
| 194 io/https_client_certificate_test: RuntimeError # Issue 24070 | 191 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 195 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 | 192 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 |
| 196 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 | 193 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 |
| 197 io/secure_socket_renegotiate_test: RuntimeError | 194 io/secure_socket_renegotiate_test: RuntimeError |
| 198 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam. | 195 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the str eam. |
| 199 | 196 |
| 200 [ $compiler == dart2js && $cps_ir ] | 197 [ $compiler == dart2js && $cps_ir ] |
| 201 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions | 198 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions |
| 202 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions | 199 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions |
| 203 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions | 200 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
| 204 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions | 201 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions |
| 205 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons | 202 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons |
| 206 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions | 203 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions |
| 207 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions | 204 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions |
| 208 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined | 205 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde fined |
| OLD | NEW |