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

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

Issue 27019003: Update check for cyclic typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. 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/language_analyzer.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 || $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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 f_bounded_quantification5_test: Fail # Issue 12605. 86 f_bounded_quantification5_test: Fail # Issue 12605.
87 mixin_generic_test: Fail # Issue 12605. 87 mixin_generic_test: Fail # Issue 12605.
88 mixin_mixin2_test: Fail # Issue 12605. 88 mixin_mixin2_test: Fail # Issue 12605.
89 mixin_mixin3_test: Fail # Issue 12605. 89 mixin_mixin3_test: Fail # Issue 12605.
90 mixin_mixin4_test: Fail # Issue 12605. 90 mixin_mixin4_test: Fail # Issue 12605.
91 mixin_mixin5_test: Fail # Issue 12605. 91 mixin_mixin5_test: Fail # Issue 12605.
92 mixin_mixin6_test: Fail # Issue 12605. 92 mixin_mixin6_test: Fail # Issue 12605.
93 93
94 [ $compiler == dart2js ] 94 [ $compiler == dart2js ]
95 malformed_test/none: RuntimeError # Issue 12695 95 malformed_test/none: RuntimeError # Issue 12695
96 function_type_alias9_test/00: Crash # Issue 9792
97 branch_canonicalization_test: RuntimeError # Issue 638. 96 branch_canonicalization_test: RuntimeError # Issue 638.
98 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 97 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
99 integer_division_by_zero_test: RuntimeError # Issue 8301 98 integer_division_by_zero_test: RuntimeError # Issue 8301
100 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 99 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
101 number_identity2_test: RuntimeError # Issue 12596 100 number_identity2_test: RuntimeError # Issue 12596
102 new_expression_type_args_test/00: CompileTimeError # Issue 5519 101 new_expression_type_args_test/00: CompileTimeError # Issue 5519
103 new_expression_type_args_test/01: CompileTimeError # Issue 5519 102 new_expression_type_args_test/01: CompileTimeError # Issue 5519
104 double_int_to_string_test: RuntimeError # Issue 1533 103 double_int_to_string_test: RuntimeError # Issue 1533
105 mint_arithmetic_test: RuntimeError # Issue 1533 104 mint_arithmetic_test: RuntimeError # Issue 1533
106 left_shift_test: RuntimeError # Issue 1533 105 left_shift_test: RuntimeError # Issue 1533
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 execute_finally3_test: Fail 186 execute_finally3_test: Fail
188 method_invocation_test: Fail 187 method_invocation_test: Fail
189 stack_overflow_test: Fail 188 stack_overflow_test: Fail
190 stack_overflow_stacktrace_test: Fail 189 stack_overflow_stacktrace_test: Fail
191 closure_call_wrong_argument_count_negative_test: Skip 190 closure_call_wrong_argument_count_negative_test: Skip
192 label_test: Skip 191 label_test: Skip
193 192
194 193
195 [ $compiler == dart2dart ] 194 [ $compiler == dart2dart ]
196 regress_13494_test: Fail # Issue 13494 195 regress_13494_test: Fail # Issue 13494
197 function_type_alias9_test/00: Crash # Issue 11986
198 malformed_test/none: CompileTimeError # Issue 12695 196 malformed_test/none: CompileTimeError # Issue 12695
199 mixin_super_constructor_named_test: Fail # Issue 12631 197 mixin_super_constructor_named_test: Fail # Issue 12631
200 mixin_super_constructor_positionals_test: Fail # Issue 12631 198 mixin_super_constructor_positionals_test: Fail # Issue 12631
201 199
202 built_in_identifier_prefix_test: Fail # Issue 6972 200 built_in_identifier_prefix_test: Fail # Issue 6972
203 constructor_initializer_test/none: Fail # Issue 12633 201 constructor_initializer_test/none: Fail # Issue 12633
204 factory3_test: Fail # Issue 13077 202 factory3_test: Fail # Issue 13077
205 type_checks_in_factory_method_test: Fail # Issue 12747 203 type_checks_in_factory_method_test: Fail # Issue 12747
206 204
207 on_catch_malformed_type_test: Fail # Issue 8601 205 on_catch_malformed_type_test: Fail # Issue 8601
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 import_core_prefix_test: Pass 308 import_core_prefix_test: Pass
311 prefix22_test: Pass 309 prefix22_test: Pass
312 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 310 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
313 super_call4_test: Fail, OK # hardcoded names. 311 super_call4_test: Fail, OK # hardcoded names.
314 312
315 [ $minified ] 313 [ $minified ]
316 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 314 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
317 315
318 [ $runtime == ie9 ] 316 [ $runtime == ie9 ]
319 stack_trace_test: Fail, OK # Stack traces not available in IE9. 317 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698