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

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

Issue 912513002: Status updates, and minor fixes to tests of async-await. (Closed) Base URL: https://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
« no previous file with comments | « tests/language/language.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) 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 && $minified ]
6 await_future_test: Timeout # Issue 22328
7
5 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
6 sync_generator1_test: RuntimeError # Issue 22323 9 sync_generator1_test: RuntimeError # Issue 22323
7 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 10 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322
8 async_await_syntax_test/a03b: CompileTimeError # Issue 22234 11 async_await_syntax_test/a03b: CompileTimeError # Issue 22234
9 async_await_syntax_test/a04c: CompileTimeError # Issue 22234 12 async_await_syntax_test/a04c: CompileTimeError # Issue 22234
10 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 13 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
11 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 14 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
12 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 15 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
13 sync_generator2_test/20: MissingCompileTimeError # Issue 22324 16 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
14 sync_generator2_test/30: MissingCompileTimeError # Issue 22324 17 sync_generator2_test/30: MissingCompileTimeError # Issue 22324
15 sync_generator2_test/51: MissingCompileTimeError # Issue 22324 18 sync_generator2_test/51: MissingCompileTimeError # Issue 22324
16 sync_generator2_test/52: MissingCompileTimeError # Issue 22324 19 sync_generator2_test/52: MissingCompileTimeError # Issue 22324
17 20
21 [ $compiler == dart2js && $runtime == jsshell ]
22 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
23
18 [ $compiler == dart2js && $csp && $browser ] 24 [ $compiler == dart2js && $csp && $browser ]
19 deferred_mixin_test: RuntimeError # Issue 21863 25 deferred_mixin_test: RuntimeError # Issue 21863
20 26
21 [ $compiler == dart2js || $compiler == dart2dart ] 27 [ $compiler == dart2js || $compiler == dart2dart ]
22 symbol_literal_test/*: Fail # Issue 21825 28 symbol_literal_test/*: Fail # Issue 21825
23 constructor_duplicate_final_test/01: Fail # Issue 13363 29 constructor_duplicate_final_test/01: Fail # Issue 13363
24 constructor_duplicate_final_test/02: Fail # Issue 13363 30 constructor_duplicate_final_test/02: Fail # Issue 13363
25 override_inheritance_mixed_test/08: Fail # Issue 18124 31 override_inheritance_mixed_test/08: Fail # Issue 18124
26 override_inheritance_mixed_test/09: Fail # Issue 18124 32 override_inheritance_mixed_test/09: Fail # Issue 18124
27 bad_constructor_test/05: CompileTimeError # Issue 13669 33 bad_constructor_test/05: CompileTimeError # Issue 13669
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 216
211 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 217 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
212 # This test happens not to fail in minified, because the type-argument is 218 # This test happens not to fail in minified, because the type-argument is
213 # renamed, but the unresolved reference to it is not. 219 # renamed, but the unresolved reference to it is not.
214 type_variable_conflict2_test/04: Fail # Issue 19725 220 type_variable_conflict2_test/04: Fail # Issue 19725
215 221
216 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 222 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
217 type_variable_conflict2_test/01: RuntimeError # Issue 16180 223 type_variable_conflict2_test/01: RuntimeError # Issue 16180
218 224
219 [ $compiler == dart2dart ] 225 [ $compiler == dart2dart ]
226 asyncstar_yield_test: CompileTimeError # Issue 21404
227 asyncstar_yieldstar_test: CompileTimeError # Issue 21404
228
229 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
230 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
231 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
232 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
233 sync_generator2_test/30: MissingCompileTimeError # Issue 22324
234 sync_generator2_test/51: MissingCompileTimeError # Issue 22324
235 sync_generator2_test/52: MissingCompileTimeError # Issue 22324
236 async_await_syntax_test/a03b: CompileTimeError # Issue 22234
237 async_await_syntax_test/a04c: CompileTimeError # Issue 22234
238 await_for_cancel_test: RuntimeError # Issue 21404
239
220 240
221 regress_13494_test: Fail # Issue 13494 241 regress_13494_test: Fail # Issue 13494
222 242
223 enum_duplicate_test/01: CompileTimeError # Issue 22169 243 enum_duplicate_test/01: CompileTimeError # Issue 22169
224 244
225 built_in_identifier_prefix_test: Fail # Issue 6972 245 built_in_identifier_prefix_test: Fail # Issue 6972
226 constructor_initializer_test/none: Fail # Issue 12633 246 constructor_initializer_test/none: Fail # Issue 12633
227 247
228 # Mixins fail on the VM. 248 # Mixins fail on the VM.
229 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 249 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 301 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
282 super_call4_test: Fail, OK # hardcoded names. 302 super_call4_test: Fail, OK # hardcoded names.
283 303
284 [ $minified ] 304 [ $minified ]
285 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 305 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
286 regress_21795_test: RuntimeError # Issue 12605 306 regress_21795_test: RuntimeError # Issue 12605
287 307
288 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 308 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
289 *deferred*: Skip # Issue 17458 309 *deferred*: Skip # Issue 17458
290 cha_deopt*: Skip # Issue 17458 310 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698