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

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

Issue 1025593003: Fix status file for flatten_test in dart2dart. (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 | « no previous file | 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 52 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
53 53
54 ref_before_declaration_test/00: MissingCompileTimeError 54 ref_before_declaration_test/00: MissingCompileTimeError
55 ref_before_declaration_test/01: MissingCompileTimeError 55 ref_before_declaration_test/01: MissingCompileTimeError
56 ref_before_declaration_test/02: MissingCompileTimeError 56 ref_before_declaration_test/02: MissingCompileTimeError
57 ref_before_declaration_test/03: MissingCompileTimeError 57 ref_before_declaration_test/03: MissingCompileTimeError
58 ref_before_declaration_test/04: MissingCompileTimeError 58 ref_before_declaration_test/04: MissingCompileTimeError
59 ref_before_declaration_test/05: MissingCompileTimeError 59 ref_before_declaration_test/05: MissingCompileTimeError
60 ref_before_declaration_test/06: MissingCompileTimeError 60 ref_before_declaration_test/06: MissingCompileTimeError
61 61
62 flatten_test/05: Crash # Issue 22921
63 flatten_test/06: Crash # Issue 22921
64 flatten_test/07: Crash # Issue 22921
65 flatten_test/08: Crash # Issue 22921
66 flatten_test/09: Crash # Issue 22921
67 flatten_test/10: Crash # Issue 22921
68 flatten_test/11: Crash # Issue 22921
69 flatten_test/12: Crash # Issue 22921
70
62 71
63 # VM specific tests that should not be run by dart2js. 72 # VM specific tests that should not be run by dart2js.
64 vm/*: Skip # Issue 12699 73 vm/*: Skip # Issue 12699
65 74
66 [ $compiler == dart2js && $checked ] 75 [ $compiler == dart2js && $checked ]
67 type_variable_bounds_test/02: Fail # Issue 12702 76 type_variable_bounds_test/02: Fail # Issue 12702
68 type_variable_bounds2_test/01: Fail # Issue 12702 77 type_variable_bounds2_test/01: Fail # Issue 12702
69 type_variable_bounds2_test/04: Fail # Issue 12702 78 type_variable_bounds2_test/04: Fail # Issue 12702
70 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 79 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
71 type_variable_bounds3_test/00: Fail # Issue 12702 80 type_variable_bounds3_test/00: Fail # Issue 12702
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 mixin_mixin5_test: Fail # Issue 12605 116 mixin_mixin5_test: Fail # Issue 12605
108 mixin_mixin6_test: Fail # Issue 12605 117 mixin_mixin6_test: Fail # Issue 12605
109 mixin_mixin_bound_test: RuntimeError # Issue 12605 118 mixin_mixin_bound_test: RuntimeError # Issue 12605
110 mixin_mixin_bound2_test: RuntimeError # Issue 12605 119 mixin_mixin_bound2_test: RuntimeError # Issue 12605
111 120
112 [ $compiler == dart2js ] 121 [ $compiler == dart2js ]
113 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js 122 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js
114 generic_field_mixin4_test: Crash # Issue 18651 123 generic_field_mixin4_test: Crash # Issue 18651
115 generic_field_mixin5_test: Crash # Issue 18651 124 generic_field_mixin5_test: Crash # Issue 18651
116 flatten_test/04: Skip # Issue 22922 125 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
125 126
126 type_variable_conflict2_test/01: RuntimeError # Issue 19725 127 type_variable_conflict2_test/01: RuntimeError # Issue 19725
127 128
128 branch_canonicalization_test: RuntimeError # Issue 638. 129 branch_canonicalization_test: RuntimeError # Issue 638.
129 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 130 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
130 integer_division_by_zero_test: RuntimeError # Issue 8301 131 integer_division_by_zero_test: RuntimeError # Issue 8301
131 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 132 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
132 number_identity2_test: RuntimeError # Issue 12596 133 number_identity2_test: RuntimeError # Issue 12596
133 new_expression_type_args_test/00: CompileTimeError # Issue 5519 134 new_expression_type_args_test/00: CompileTimeError # Issue 5519
134 new_expression_type_args_test/01: CompileTimeError # Issue 5519 135 new_expression_type_args_test/01: CompileTimeError # Issue 5519
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 283 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
283 super_call4_test: Fail, OK # hardcoded names. 284 super_call4_test: Fail, OK # hardcoded names.
284 285
285 [ $minified ] 286 [ $minified ]
286 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 287 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
287 regress_21795_test: RuntimeError # Issue 12605 288 regress_21795_test: RuntimeError # Issue 12605
288 289
289 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 290 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
290 *deferred*: Skip # Issue 17458 291 *deferred*: Skip # Issue 17458
291 cha_deopt*: Skip # Issue 17458 292 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698