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

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

Issue 34903006: Fix language tests for redirecting factories (issue 14297). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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/factory_redirection_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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 block_scope_test: CompileTimeError # Issue 13204. 7 block_scope_test: CompileTimeError # Issue 13204.
8 malformed_test/05: MissingCompileTimeError # Issue 12695 8 malformed_test/05: MissingCompileTimeError # Issue 12695
9 malformed_test/06: MissingCompileTimeError # Issue 12695 9 malformed_test/06: MissingCompileTimeError # Issue 12695
10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 96 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
97 integer_division_by_zero_test: RuntimeError # Issue 8301 97 integer_division_by_zero_test: RuntimeError # Issue 8301
98 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 98 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
99 number_identity2_test: RuntimeError # Issue 12596 99 number_identity2_test: RuntimeError # Issue 12596
100 new_expression_type_args_test/00: CompileTimeError # Issue 5519 100 new_expression_type_args_test/00: CompileTimeError # Issue 5519
101 new_expression_type_args_test/01: CompileTimeError # Issue 5519 101 new_expression_type_args_test/01: CompileTimeError # Issue 5519
102 double_int_to_string_test: RuntimeError # Issue 1533 102 double_int_to_string_test: RuntimeError # Issue 1533
103 mint_arithmetic_test: RuntimeError # Issue 1533 103 mint_arithmetic_test: RuntimeError # Issue 1533
104 left_shift_test: RuntimeError # Issue 1533 104 left_shift_test: RuntimeError # Issue 1533
105 factory_redirection_test/01: CompileTimeError # Issue 12752 105 factory_redirection_test/01: CompileTimeError # Issue 12752
106 factory_redirection_test/07: MissingCompileTimeError # Issue 12752
107 bad_override_test/01: CompileTimeError # Issue 11496 106 bad_override_test/01: CompileTimeError # Issue 11496
108 bad_override_test/02: CompileTimeError # Issue 11496 107 bad_override_test/02: CompileTimeError # Issue 11496
109 bad_override_test/06: CompileTimeError # Issue 11496 108 bad_override_test/06: CompileTimeError # Issue 11496
110 class_override_test/00: CompileTimeError # Issue 11496 109 class_override_test/00: CompileTimeError # Issue 11496
111 field_override3_test/00: MissingCompileTimeError # Issue 11496 110 field_override3_test/00: MissingCompileTimeError # Issue 11496
112 field_override3_test/01: MissingCompileTimeError # Issue 11496 111 field_override3_test/01: MissingCompileTimeError # Issue 11496
113 field_override3_test/02: MissingCompileTimeError # Issue 11496 112 field_override3_test/02: MissingCompileTimeError # Issue 11496
114 field_override3_test/03: MissingCompileTimeError # Issue 11496 113 field_override3_test/03: MissingCompileTimeError # Issue 11496
115 getter_override_test/00: MissingCompileTimeError # Issue 11496 114 getter_override_test/00: MissingCompileTimeError # Issue 11496
116 getter_override_test/01: MissingCompileTimeError # Issue 11496 115 getter_override_test/01: MissingCompileTimeError # Issue 11496
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 lazy_static3_test: Fail # Issue 12593 244 lazy_static3_test: Fail # Issue 12593
246 list_literal1_test/01: Fail # Issue 12993 245 list_literal1_test/01: Fail # Issue 12993
247 map_literal1_test/01: Fail # Issue 12993 246 map_literal1_test/01: Fail # Issue 12993
248 method_override4_test: Fail # Issue 12810 247 method_override4_test: Fail # Issue 12810
249 method_override5_test: Fail # Issue 12810 248 method_override5_test: Fail # Issue 12810
250 static_final_field2_test/02: Fail # Issue 13017 249 static_final_field2_test/02: Fail # Issue 13017
251 scope_variable_test/01: Fail # Issue 13016 250 scope_variable_test/01: Fail # Issue 13016
252 factory_redirection_test/01: Fail # Issue 12753 251 factory_redirection_test/01: Fail # Issue 12753
253 factory_redirection_test/02: Crash # Issue 12753 252 factory_redirection_test/02: Crash # Issue 12753
254 factory_redirection_test/03: Crash # Issue 12753 253 factory_redirection_test/03: Crash # Issue 12753
255 factory_redirection_test/07: Fail # Issue 12753
256 factory_redirection_test/09: Fail # Issue 12753 254 factory_redirection_test/09: Fail # Issue 12753
257 255
258 malbounded_type_literal_test: Fail # Issue 13960 256 malbounded_type_literal_test: Fail # Issue 13960
259 257
260 # DartVM problem. 258 # DartVM problem.
261 constructor5_test: Fail 259 constructor5_test: Fail
262 constructor6_test: Fail 260 constructor6_test: Fail
263 closure_in_initializer_test: Fail 261 closure_in_initializer_test: Fail
264 super_first_constructor_test: Fail 262 super_first_constructor_test: Fail
265 throwing_lazy_variable_test: Fail # Issue 5802 263 throwing_lazy_variable_test: Fail # Issue 5802
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 import_core_prefix_test: Pass 301 import_core_prefix_test: Pass
304 prefix22_test: Pass 302 prefix22_test: Pass
305 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 303 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
306 super_call4_test: Fail, OK # hardcoded names. 304 super_call4_test: Fail, OK # hardcoded names.
307 305
308 [ $minified ] 306 [ $minified ]
309 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 307 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
310 308
311 [ $runtime == ie9 ] 309 [ $runtime == ie9 ]
312 stack_trace_test: Fail, OK # Stack traces not available in IE9. 310 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/factory_redirection_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698