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

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

Issue 23978010: Support dynamic as type literal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change dart2dart renamer. Created 7 years, 3 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/first_class_types_literals_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 compile_time_constant_c_test/none: Fail # Issue 11583 6 compile_time_constant_c_test/none: Fail # Issue 11583
7 null_test/03: Fail # Issue 12445. 7 null_test/03: Fail # Issue 12445.
8 black_listed_test/none: Fail # Issue 12446. 8 black_listed_test/none: Fail # Issue 12446.
9 malformed_test/none: Fail # Issue 12695 9 malformed_test/none: Fail # Issue 12695
10 malformed_test/05: Fail # Issue 12695 10 malformed_test/05: Fail # Issue 12695
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 method_override8_test/03: Fail # Issue 11496 102 method_override8_test/03: Fail # Issue 11496
103 setter_override_test/00: Fail # Issue 11496 103 setter_override_test/00: Fail # Issue 11496
104 setter_override_test/03: Fail # Issue 11496 104 setter_override_test/03: Fail # Issue 11496
105 setter_override2_test/02: Fail # Issue 11496 105 setter_override2_test/02: Fail # Issue 11496
106 constructor_named_arguments_test/01: Fail # Issue 5519 106 constructor_named_arguments_test/01: Fail # Issue 5519
107 getter_no_setter_test/01: Fail # Issue 5519 107 getter_no_setter_test/01: Fail # Issue 5519
108 not_enough_positional_arguments_test/01: Fail # Issue 12838 108 not_enough_positional_arguments_test/01: Fail # Issue 12838
109 not_enough_positional_arguments_test/02: Fail # Issue 12838 109 not_enough_positional_arguments_test/02: Fail # Issue 12838
110 not_enough_positional_arguments_test/05: Fail # Issue 12838 110 not_enough_positional_arguments_test/05: Fail # Issue 12838
111 dynamic_test: Fail # Issue 12398 111 dynamic_test: Fail # Issue 12398
112 dynamic_prefix_core_test: Fail # Issue 12398
113 metadata_test: Fail # Issue 5841 112 metadata_test: Fail # Issue 5841
114 infinity_test: Fail # Issue 4984 113 infinity_test: Fail # Issue 4984
115 positive_bit_operations_test: Fail # Issue 12795 114 positive_bit_operations_test: Fail # Issue 12795
116 mixin_mixin2_test: Fail # Issue 13109. 115 mixin_mixin2_test: Fail # Issue 13109.
117 116
118 # Compilation errors. 117 # Compilation errors.
119 const_var_test: Fail # Issue 12793 118 const_var_test: Fail # Issue 12793
120 map_literal3_test: Fail # Issue 12793 119 map_literal3_test: Fail # Issue 12793
121 function_type_alias5_test/00: Fail # Issue 12754 120 function_type_alias5_test/00: Fail # Issue 12754
122 function_type_alias5_test/01: Fail # Issue 12754 121 function_type_alias5_test/01: Fail # Issue 12754
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 import_core_prefix_test: Pass 366 import_core_prefix_test: Pass
368 prefix22_test: Pass 367 prefix22_test: Pass
369 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 368 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
370 super_call4_test: Fail, OK # hardcoded names. 369 super_call4_test: Fail, OK # hardcoded names.
371 370
372 [ $minified ] 371 [ $minified ]
373 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 372 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
374 373
375 [ $runtime == ie9 ] 374 [ $runtime == ie9 ]
376 stack_trace_test: Fail, OK # Stack traces not available in IE9. 375 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/first_class_types_literals_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698