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

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

Issue 1023903002: Implement the new definition of flatten() from r44569 in analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/flatten_test.dart ('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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 9
10 async_star_test/02: RuntimeError # 22853 10 async_star_test/02: RuntimeError # 22853
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 mixin_mixin4_test: Fail # Issue 12605 106 mixin_mixin4_test: Fail # Issue 12605
107 mixin_mixin5_test: Fail # Issue 12605 107 mixin_mixin5_test: Fail # Issue 12605
108 mixin_mixin6_test: Fail # Issue 12605 108 mixin_mixin6_test: Fail # Issue 12605
109 mixin_mixin_bound_test: RuntimeError # Issue 12605 109 mixin_mixin_bound_test: RuntimeError # Issue 12605
110 mixin_mixin_bound2_test: RuntimeError # Issue 12605 110 mixin_mixin_bound2_test: RuntimeError # Issue 12605
111 111
112 [ $compiler == dart2js ] 112 [ $compiler == dart2js ]
113 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js 113 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js
114 generic_field_mixin4_test: Crash # Issue 18651 114 generic_field_mixin4_test: Crash # Issue 18651
115 generic_field_mixin5_test: Crash # Issue 18651 115 generic_field_mixin5_test: Crash # Issue 18651
116 flatten_test/04: Skip # Issue 22922
117 flatten_test/05: Crash # Issue 22921
118 flatten_test/06: Crash # Issue 22921
119 flatten_test/07: Crash # Issue 22921
120 flatten_test/08: Crash # Issue 22921
121 flatten_test/09: Crash # Issue 22921
122 flatten_test/10: Crash # Issue 22921
123 flatten_test/11: Crash # Issue 22921
124 flatten_test/12: Crash # Issue 22921
116 125
117 type_variable_conflict2_test/01: RuntimeError # Issue 19725 126 type_variable_conflict2_test/01: RuntimeError # Issue 19725
118 127
119 branch_canonicalization_test: RuntimeError # Issue 638. 128 branch_canonicalization_test: RuntimeError # Issue 638.
120 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 129 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
121 integer_division_by_zero_test: RuntimeError # Issue 8301 130 integer_division_by_zero_test: RuntimeError # Issue 8301
122 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 131 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
123 number_identity2_test: RuntimeError # Issue 12596 132 number_identity2_test: RuntimeError # Issue 12596
124 new_expression_type_args_test/00: CompileTimeError # Issue 5519 133 new_expression_type_args_test/00: CompileTimeError # Issue 5519
125 new_expression_type_args_test/01: CompileTimeError # Issue 5519 134 new_expression_type_args_test/01: CompileTimeError # Issue 5519
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 282 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
274 super_call4_test: Fail, OK # hardcoded names. 283 super_call4_test: Fail, OK # hardcoded names.
275 284
276 [ $minified ] 285 [ $minified ]
277 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 286 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
278 regress_21795_test: RuntimeError # Issue 12605 287 regress_21795_test: RuntimeError # Issue 12605
279 288
280 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 289 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
281 *deferred*: Skip # Issue 17458 290 *deferred*: Skip # Issue 17458
282 cha_deopt*: Skip # Issue 17458 291 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/flatten_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698