Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(689)

Side by Side Diff: tests/standalone/standalone.status

Issue 1253333002: dart2js cps: Support async/await by rewriting the JavaScript AST. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Rewrite to switch. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 163 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
164 verified_mem_test: Skip # Not yet implemented. 164 verified_mem_test: Skip # Not yet implemented.
165 165
166 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 166 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
167 full_coverage_test: Skip # Timeout. 167 full_coverage_test: Skip # Timeout.
168 io/file_lock_test: Skip # Timeout. 168 io/file_lock_test: Skip # Timeout.
169 io/test_runner_test: Skip # Timeout. 169 io/test_runner_test: Skip # Timeout.
170 io/http_client_stays_alive_test: Skip # Timeout. 170 io/http_client_stays_alive_test: Skip # Timeout.
171 171
172 [ $compiler == dart2js && $cps_ir ] 172 [ $compiler == dart2js && $cps_ir ]
173 coverage_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions 173 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct ions
174 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle async/sync* /async* functions 174 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async * functions
175 io/file_error_test: Crash # (static Iterable<Str... cannot handle async/sync*/a sync* functions 175 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
176 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle async/ sync*/async* functions 176 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
177 io/file_test: Crash # (static testWriteFro... cannot handle async/sync*/async* functions 177 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi ons
178 io/file_write_only_test: Crash # (main()async{asyncSt... cannot handle async/sy nc*/async* functions 178 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
179 io/http_bind_test: Crash # (testBindShared(Stri... cannot handle async/sync*/as ync* functions 179 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
180 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle asyn c/sync*/async* functions 180 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
181 io/https_bad_certificate_test: Crash # (main()async{var cli... cannot handle as ync/sync*/async* functions
182 io/issue_22636_test: Crash # (test()async{server=... cannot handle async/sync*/ async* functions
183 io/issue_22637_test: Crash # (test()async{server=... cannot handle async/sync*/ async* functions
184 io/observatory_test: Crash # (static Iterable<Str... cannot handle async/sync*/ async* functions
185 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
186 io/socket_bind_test: Crash # (testListenCloseList... cannot handle async/sync*/ async* functions
187 io/socket_source_address_test: Crash # (Future testConnect(... cannot handle as ync/sync*/async* functions
188 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined 181 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef ined
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698