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

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

Issue 25478009: Handle compile-time constness for conditionals and type literal calls. (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.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 null_test/03: MissingCompileTimeError # Issue 12445. 8 null_test/03: MissingCompileTimeError # Issue 12445.
9 black_listed_test/none: CompileTimeError # Issue 12446. 9 black_listed_test/none: CompileTimeError # Issue 12446.
10 malformed_test/05: MissingCompileTimeError # Issue 12695 10 malformed_test/05: MissingCompileTimeError # Issue 12695
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 f_bounded_quantification4_test: Fail # Issue 12605. 72 f_bounded_quantification4_test: Fail # Issue 12605.
73 f_bounded_quantification5_test: Fail # Issue 12605. 73 f_bounded_quantification5_test: Fail # Issue 12605.
74 mixin_generic_test: Fail # Issue 12605. 74 mixin_generic_test: Fail # Issue 12605.
75 mixin_mixin2_test: Fail # Issue 12605. 75 mixin_mixin2_test: Fail # Issue 12605.
76 mixin_mixin3_test: Fail # Issue 12605. 76 mixin_mixin3_test: Fail # Issue 12605.
77 mixin_mixin4_test: Fail # Issue 12605. 77 mixin_mixin4_test: Fail # Issue 12605.
78 mixin_mixin5_test: Fail # Issue 12605. 78 mixin_mixin5_test: Fail # Issue 12605.
79 mixin_mixin6_test: Fail # Issue 12605. 79 mixin_mixin6_test: Fail # Issue 12605.
80 80
81 [ $compiler == dart2js ] 81 [ $compiler == dart2js ]
82 compile_time_constant11_test: Fail # issue 13270 82 switch_bad_case_test/02: MissingCompileTimeError # switch case of type double
83 switch_bad_case_test/02: MissingCompileTimeError # switch case of type double
84 malformed_test/none: RuntimeError # Issue 12695 83 malformed_test/none: RuntimeError # Issue 12695
85 function_type_alias9_test/00: Crash # Issue 9792 84 function_type_alias9_test/00: Crash # Issue 9792
86 branch_canonicalization_test: RuntimeError # Issue 638. 85 branch_canonicalization_test: RuntimeError # Issue 638.
87 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 86 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
88 integer_division_by_zero_test: RuntimeError # Issue 8301 87 integer_division_by_zero_test: RuntimeError # Issue 8301
89 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 88 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
90 number_identity2_test: RuntimeError # Issue 12596 89 number_identity2_test: RuntimeError # Issue 12596
91 new_expression_type_args_test/00: CompileTimeError # Issue 5519 90 new_expression_type_args_test/00: CompileTimeError # Issue 5519
92 new_expression_type_args_test/01: CompileTimeError # Issue 5519 91 new_expression_type_args_test/01: CompileTimeError # Issue 5519
93 double_int_to_string_test: RuntimeError # Issue 1533 92 double_int_to_string_test: RuntimeError # Issue 1533
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 closure3_test: Fail 191 closure3_test: Fail
193 execute_finally3_test: Fail 192 execute_finally3_test: Fail
194 method_invocation_test: Fail 193 method_invocation_test: Fail
195 stack_overflow_test: Fail 194 stack_overflow_test: Fail
196 stack_overflow_stacktrace_test: Fail 195 stack_overflow_stacktrace_test: Fail
197 closure_call_wrong_argument_count_negative_test: Skip 196 closure_call_wrong_argument_count_negative_test: Skip
198 label_test: Skip 197 label_test: Skip
199 198
200 199
201 [ $compiler == dart2dart ] 200 [ $compiler == dart2dart ]
202 compile_time_constant11_test: Fail # Issue 13271
203 function_type_alias9_test/00: Crash # Issue 11986 201 function_type_alias9_test/00: Crash # Issue 11986
204 malformed_test/none: CompileTimeError # Issue 12695 202 malformed_test/none: CompileTimeError # Issue 12695
205 mixin_super_constructor_named_test: Fail # Issue 12631 203 mixin_super_constructor_named_test: Fail # Issue 12631
206 mixin_super_constructor_positionals_test: Fail # Issue 12631 204 mixin_super_constructor_positionals_test: Fail # Issue 12631
207 switch_bad_case_test/02: Fail # missing switch type check for double 205 switch_bad_case_test/02: Fail # missing switch type check for double
208 206
209 built_in_identifier_prefix_test: Fail # Issue 6972 207 built_in_identifier_prefix_test: Fail # Issue 6972
210 constructor_initializer_test/none: Fail # Issue 12633 208 constructor_initializer_test/none: Fail # Issue 12633
211 factory3_test: Fail # Issue 13077 209 factory3_test: Fail # Issue 13077
212 type_checks_in_factory_method_test: Fail # Issue 12747 210 type_checks_in_factory_method_test: Fail # Issue 12747
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 import_core_prefix_test: Pass 322 import_core_prefix_test: Pass
325 prefix22_test: Pass 323 prefix22_test: Pass
326 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 324 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
327 super_call4_test: Fail, OK # hardcoded names. 325 super_call4_test: Fail, OK # hardcoded names.
328 326
329 [ $minified ] 327 [ $minified ]
330 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 328 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
331 329
332 [ $runtime == ie9 ] 330 [ $runtime == ie9 ]
333 stack_trace_test: Fail, OK # Stack traces not available in IE9. 331 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698