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

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

Issue 844723003: Update enum_const_test to isolate problem. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/enum_const_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 && $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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 mixin_mixin3_test: RuntimeError # Issue 13109. 140 mixin_mixin3_test: RuntimeError # Issue 13109.
141 mixin_mixin7_test: RuntimeError # Issue 13109. 141 mixin_mixin7_test: RuntimeError # Issue 13109.
142 mixin_regress_13688_test: RuntimeError # Issue 13109. 142 mixin_regress_13688_test: RuntimeError # Issue 13109.
143 modulo_test: RuntimeError # Issue 15246 143 modulo_test: RuntimeError # Issue 15246
144 truncdiv_test: RuntimeError # Issue 15246 144 truncdiv_test: RuntimeError # Issue 15246
145 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). 145 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval).
146 generic_closure_test: RuntimeError # Issue 12605 146 generic_closure_test: RuntimeError # Issue 12605
147 const_switch_test/02: RuntimeError # Issue 17960 147 const_switch_test/02: RuntimeError # Issue 17960
148 const_switch_test/04: RuntimeError # Issue 17960 148 const_switch_test/04: RuntimeError # Issue 17960
149 149
150 enum_const_test: RuntimeError # Issue 21817 150 enum_const_test/02: RuntimeError # Issue 21817
151 151
152 # Compilation errors. 152 # Compilation errors.
153 method_override5_test: RuntimeError # Issue 12809 153 method_override5_test: RuntimeError # Issue 12809
154 external_test/10: CompileTimeError # Issue 12887 154 external_test/10: CompileTimeError # Issue 12887
155 external_test/13: CompileTimeError # Issue 12887 155 external_test/13: CompileTimeError # Issue 12887
156 external_test/20: CompileTimeError # Issue 12887 156 external_test/20: CompileTimeError # Issue 12887
157 list_literal4_test: RuntimeError # Issue 12890 157 list_literal4_test: RuntimeError # Issue 12890
158 built_in_identifier_test/01: CompileTimeError # Issue 13022 158 built_in_identifier_test/01: CompileTimeError # Issue 13022
159 159
160 scope_variable_test/01: MissingCompileTimeError # Issue 13016 160 scope_variable_test/01: MissingCompileTimeError # Issue 13016
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 201 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
202 # This test happens not to fail in minified, because the type-argument is 202 # This test happens not to fail in minified, because the type-argument is
203 # renamed, but the unresolved reference to it is not. 203 # renamed, but the unresolved reference to it is not.
204 type_variable_conflict2_test/04: Fail # Issue 19725 204 type_variable_conflict2_test/04: Fail # Issue 19725
205 205
206 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 206 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
207 type_variable_conflict2_test/01: RuntimeError # Issue 16180 207 type_variable_conflict2_test/01: RuntimeError # Issue 16180
208 208
209 [ $compiler == dart2dart ] 209 [ $compiler == dart2dart ]
210 regress_13494_test: Fail # Issue 13494 210 regress_13494_test: Fail # Issue 13494
211 enum_const_test: Crash # Issue 21681 211 enum_const_test/01: Crash # Issue 21681
212 enum_const_test/02: Crash # Issue 21681
213
212 214
213 built_in_identifier_prefix_test: Fail # Issue 6972 215 built_in_identifier_prefix_test: Fail # Issue 6972
214 constructor_initializer_test/none: Fail # Issue 12633 216 constructor_initializer_test/none: Fail # Issue 12633
215 217
216 # Mixins fail on the VM. 218 # Mixins fail on the VM.
217 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 219 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
218 220
219 # Calling unresolved class constructor: 221 # Calling unresolved class constructor:
220 call_nonexistent_constructor_test/01: Fail # Issue 13082 222 call_nonexistent_constructor_test/01: Fail # Issue 13082
221 call_nonexistent_constructor_test/02: Fail # Issue 13082 223 call_nonexistent_constructor_test/02: Fail # Issue 13082
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 271 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
270 super_call4_test: Fail, OK # hardcoded names. 272 super_call4_test: Fail, OK # hardcoded names.
271 273
272 [ $minified ] 274 [ $minified ]
273 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
274 regress_21795_test: RuntimeError # Issue 12605 276 regress_21795_test: RuntimeError # Issue 12605
275 277
276 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 278 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
277 *deferred*: Skip # Issue 17458 279 *deferred*: Skip # Issue 17458
278 cha_deopt*: Skip # Issue 17458 280 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/enum_const_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698