| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 io/file_write_only_test: Crash # (main()async{asyncSt... cannot handle async/sy
nc*/async* functions | 174 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 | 175 io/http_bind_test: Crash # (testBindShared(Stri... cannot handle async/sync*/as
ync* functions |
| 176 io/http_parser_test : RuntimeError # TypeError: receiver.get$_nums is not a func
tion | 176 io/http_parser_test : RuntimeError # TypeError: receiver.get$_nums is not a func
tion |
| 177 io/https_bad_certificate_test: Crash # (main()async{var cli... cannot handle as
ync/sync*/async* functions | 177 io/https_bad_certificate_test: Crash # (main()async{var cli... cannot handle as
ync/sync*/async* functions |
| 178 io/issue_22636_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions | 178 io/issue_22636_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions |
| 179 io/issue_22637_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions | 179 io/issue_22637_test: Crash # (test()async{server=... cannot handle async/sync*/
async* functions |
| 180 io/observatory_test: Crash # Invalid argument(s) | 180 io/observatory_test: Crash # Invalid argument(s) |
| 181 io/socket_bind_test: Crash # (testListenCloseList... cannot handle async/sync*/
async* functions | 181 io/socket_bind_test: Crash # (testListenCloseList... cannot handle async/sync*/
async* functions |
| 182 io/socket_source_address_test: Crash # (Future testConnect(... cannot handle as
ync/sync*/async* functions | 182 io/socket_source_address_test: Crash # (Future testConnect(... cannot handle as
ync/sync*/async* functions |
| 183 priority_queue_stress_test: RuntimeError # receiver.get$_collection$_nums is not
a function | 183 priority_queue_stress_test: RuntimeError # receiver.get$_collection$_nums is not
a function |
| 184 slowpath_safepoints_test: RuntimeError # Cannot read property 'prototype' of und
efined | |
| 185 typed_array_test: RuntimeError # receiver.get$_collection$_nums is not a functio
n | 184 typed_array_test: RuntimeError # receiver.get$_collection$_nums is not a functio
n |
| OLD | NEW |