| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
| 162 | 162 |
| 163 [ $system == windows && $runtime == vm && $mode == release] |
| 164 full_coverage_test: Pass, RuntimeError # Issue 23848 |
| 165 |
| 163 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] | 166 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] |
| 164 verified_mem_test: Skip # Not yet implemented. | 167 verified_mem_test: Skip # Not yet implemented. |
| 165 | 168 |
| 166 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 169 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 167 full_coverage_test: Skip # Timeout. | 170 full_coverage_test: Skip # Timeout. |
| 168 io/file_lock_test: Skip # Timeout. | 171 io/file_lock_test: Skip # Timeout. |
| 169 io/test_runner_test: Skip # Timeout. | 172 io/test_runner_test: Skip # Timeout. |
| 170 io/http_client_stays_alive_test: Skip # Timeout. | 173 io/http_client_stays_alive_test: Skip # Timeout. |
| 171 | 174 |
| 172 [ $compiler == dart2js && $cps_ir ] | 175 [ $compiler == dart2js && $cps_ir ] |
| 173 io/file_test: Crash # (static testWriteFro... cannot handle async/sync*/async*
functions | 176 io/file_test: Crash # (static testWriteFro... cannot handle async/sync*/async*
functions |
| 174 io/file_write_only_test: Crash # (main()async{asyncSt... cannot handle async/sy
nc*/async* functions | 177 io/file_write_only_test: Crash # (main()async{asyncSt... cannot handle async/sy
nc*/async* functions |
| 175 io/http_bind_test: Crash # (testBindShared(Stri... cannot handle async/sync*/as
ync* functions | 178 io/http_bind_test: Crash # (testBindShared(Stri... cannot handle async/sync*/as
ync* functions |
| 176 io/https_bad_certificate_test: Crash # (main()async{var cli... cannot handle as
ync/sync*/async* functions | 179 io/https_bad_certificate_test: Crash # (main()async{var cli... cannot handle as
ync/sync*/async* functions |
| 177 io/issue_22636_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions | 180 io/issue_22636_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions |
| 178 io/issue_22637_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions | 181 io/issue_22637_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions |
| 179 io/socket_bind_test: Crash # (testListenCloseList... cannot handle async/sync*/
async* functions | 182 io/socket_bind_test: Crash # (testListenCloseList... cannot handle async/sync*/
async* functions |
| 180 io/socket_source_address_test: Crash # (Future testConnect(... cannot handle as
ync/sync*/async* functions | 183 io/socket_source_address_test: Crash # (Future testConnect(... cannot handle as
ync/sync*/async* functions |
| 181 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined | 184 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined |
| OLD | NEW |