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

Side by Side Diff: tests/language/language_dart2js.status

Issue 888463004: Add support for sync* and yield (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dart2js && $csp && $browser ] 5 [ $compiler == dart2js && $csp && $browser ]
6 deferred_mixin_test: RuntimeError # Issue 21863 6 deferred_mixin_test: RuntimeError # Issue 21863
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async_control_structures_test: CompileTimeError # Issue 21411 9 async_control_structures_test: CompileTimeError # Issue 21411
10 async_test/none: CompileTimeError # Issue 21411 10 async_test/none: CompileTimeError # Issue 21411
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 async_await_syntax_test/d02a: CompileTimeError # Issue 21411 56 async_await_syntax_test/d02a: CompileTimeError # Issue 21411
57 async_await_syntax_test/d03a: CompileTimeError # Issue 21411 57 async_await_syntax_test/d03a: CompileTimeError # Issue 21411
58 async_await_syntax_test/d04a: CompileTimeError # Issue 21411 58 async_await_syntax_test/d04a: CompileTimeError # Issue 21411
59 async_await_syntax_test/d05a: CompileTimeError # Issue 21411 59 async_await_syntax_test/d05a: CompileTimeError # Issue 21411
60 async_await_syntax_test/d06a: CompileTimeError # Issue 21411 60 async_await_syntax_test/d06a: CompileTimeError # Issue 21411
61 async_await_syntax_test/d07a: CompileTimeError # Issue 21411 61 async_await_syntax_test/d07a: CompileTimeError # Issue 21411
62 async_await_syntax_test/d08a: CompileTimeError # Issue 21411 62 async_await_syntax_test/d08a: CompileTimeError # Issue 21411
63 async_await_syntax_test/d08b: CompileTimeError # Issue 21411 63 async_await_syntax_test/d08b: CompileTimeError # Issue 21411
64 async_await_syntax_test/d09a: CompileTimeError # Issue 21411 64 async_await_syntax_test/d09a: CompileTimeError # Issue 21411
65 async_await_syntax_test/d10a: CompileTimeError # Issue 21411 65 async_await_syntax_test/d10a: CompileTimeError # Issue 21411
66 async_await_syntax_test/a04c: CompileTimeError # Issue 22259
67 async_await_syntax_test/a03b: CompileTimeError # Issue 22259
68
66 69
67 [ $compiler == dart2js && $unchecked ] 70 [ $compiler == dart2js && $unchecked ]
68 async_test/type-mismatch1: CompileTimeError # Issue 21411 71 async_test/type-mismatch1: CompileTimeError # Issue 21411
69 async_test/type-mismatch2: CompileTimeError # Issue 21411 72 async_test/type-mismatch2: CompileTimeError # Issue 21411
70 async_test/type-mismatch3: CompileTimeError # Issue 21411 73 async_test/type-mismatch3: CompileTimeError # Issue 21411
71 async_test/type-mismatch4: CompileTimeError # Issue 21411 74 async_test/type-mismatch4: CompileTimeError # Issue 21411
72 75
73 [ $compiler == dart2js || $compiler == dart2dart ] 76 [ $compiler == dart2js || $compiler == dart2dart ]
74 symbol_literal_test/*: Fail # Issue 21825 77 symbol_literal_test/*: Fail # Issue 21825
75 constructor_duplicate_final_test/01: Fail # Issue 13363 78 constructor_duplicate_final_test/01: Fail # Issue 13363
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 335 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
333 super_call4_test: Fail, OK # hardcoded names. 336 super_call4_test: Fail, OK # hardcoded names.
334 337
335 [ $minified ] 338 [ $minified ]
336 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 339 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
337 regress_21795_test: RuntimeError # Issue 12605 340 regress_21795_test: RuntimeError # Issue 12605
338 341
339 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 342 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
340 *deferred*: Skip # Issue 17458 343 *deferred*: Skip # Issue 17458
341 cha_deopt*: Skip # Issue 17458 344 cha_deopt*: Skip # Issue 17458
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698