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

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

Issue 25505008: Support compile time constant conditional expressions (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/compile_time_constant11_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 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
83 malformed_test/none: RuntimeError # Issue 12695 84 malformed_test/none: RuntimeError # Issue 12695
84 function_type_alias9_test/00: Crash # Issue 9792 85 function_type_alias9_test/00: Crash # Issue 9792
85 branch_canonicalization_test: RuntimeError # Issue 638. 86 branch_canonicalization_test: RuntimeError # Issue 638.
86 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 87 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
87 integer_division_by_zero_test: RuntimeError # Issue 8301 88 integer_division_by_zero_test: RuntimeError # Issue 8301
88 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 89 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
89 number_identity2_test: RuntimeError # Issue 12596 90 number_identity2_test: RuntimeError # Issue 12596
90 new_expression_type_args_test/00: CompileTimeError # Issue 5519 91 new_expression_type_args_test/00: CompileTimeError # Issue 5519
91 new_expression_type_args_test/01: CompileTimeError # Issue 5519 92 new_expression_type_args_test/01: CompileTimeError # Issue 5519
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 closure3_test: Fail 191 closure3_test: Fail
191 execute_finally3_test: Fail 192 execute_finally3_test: Fail
192 method_invocation_test: Fail 193 method_invocation_test: Fail
193 stack_overflow_test: Fail 194 stack_overflow_test: Fail
194 stack_overflow_stacktrace_test: Fail 195 stack_overflow_stacktrace_test: Fail
195 closure_call_wrong_argument_count_negative_test: Skip 196 closure_call_wrong_argument_count_negative_test: Skip
196 label_test: Skip 197 label_test: Skip
197 198
198 199
199 [ $compiler == dart2dart ] 200 [ $compiler == dart2dart ]
201 compile_time_constant11_test: Fail # Issue 13271
200 function_type_alias9_test/00: Crash # Issue 11986 202 function_type_alias9_test/00: Crash # Issue 11986
201 malformed_test/none: CompileTimeError # Issue 12695 203 malformed_test/none: CompileTimeError # Issue 12695
202 mixin_super_constructor_named_test: Fail # Issue 12631 204 mixin_super_constructor_named_test: Fail # Issue 12631
203 mixin_super_constructor_positionals_test: Fail # Issue 12631 205 mixin_super_constructor_positionals_test: Fail # Issue 12631
204 switch_bad_case_test/02: Fail # missing switch type check for double 206 switch_bad_case_test/02: Fail # missing switch type check for double
205 207
206 built_in_identifier_prefix_test: Fail # Issue 6972 208 built_in_identifier_prefix_test: Fail # Issue 6972
207 constructor_initializer_test/none: Fail # Issue 12633 209 constructor_initializer_test/none: Fail # Issue 12633
208 factory3_test: Fail # Issue 13077 210 factory3_test: Fail # Issue 13077
209 type_checks_in_factory_method_test: Fail # Issue 12747 211 type_checks_in_factory_method_test: Fail # Issue 12747
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 import_core_prefix_test: Pass 323 import_core_prefix_test: Pass
322 prefix22_test: Pass 324 prefix22_test: Pass
323 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 325 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
324 super_call4_test: Fail, OK # hardcoded names. 326 super_call4_test: Fail, OK # hardcoded names.
325 327
326 [ $minified ] 328 [ $minified ]
327 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 329 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
328 330
329 [ $runtime == ie9 ] 331 [ $runtime == ie9 ]
330 stack_trace_test: Fail, OK # Stack traces not available in IE9. 332 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/compile_time_constant11_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698