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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 | 188 |
189 [ $compiler == dart2js && $cps_ir ] | 189 [ $compiler == dart2js && $cps_ir ] |
190 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct
ions | 190 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct
ions |
191 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async
* functions | 191 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async
* functions |
192 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions | 192 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions |
193 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/
async* functions | 193 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/
async* functions |
194 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi
ons | 194 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi
ons |
195 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync
*/async* functions | 195 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync
*/async* functions |
196 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions | 196 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions |
197 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h
andle sync*/async* functions | 197 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h
andle sync*/async* functions |
198 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined | 198 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde
fined |
OLD | NEW |