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

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

Issue 54293008: Set runtime type on list and map literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test for map literals. Created 7 years, 1 month 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/corelib/corelib.status ('k') | tests/language/map_literal12_test.dart » ('j') | 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 mixin_mixin2_test: RuntimeError # Issue 13109. 124 mixin_mixin2_test: RuntimeError # Issue 13109.
125 mixin_mixin3_test: RuntimeError # Issue 13109. 125 mixin_mixin3_test: RuntimeError # Issue 13109.
126 mixin_mixin7_test: RuntimeError # Issue 13109. 126 mixin_mixin7_test: RuntimeError # Issue 13109.
127 mixin_regress_13688_test: RuntimeError # Issue 13109. 127 mixin_regress_13688_test: RuntimeError # Issue 13109.
128 128
129 # Compilation errors. 129 # Compilation errors.
130 const_var_test: CompileTimeError # Issue 12793 130 const_var_test: CompileTimeError # Issue 12793
131 map_literal3_test: CompileTimeError # Issue 12793 131 map_literal3_test: CompileTimeError # Issue 12793
132 method_override5_test: RuntimeError # Issue 12809 132 method_override5_test: RuntimeError # Issue 12809
133 external_test/13: CompileTimeError # Issue 12887 133 external_test/13: CompileTimeError # Issue 12887
134 instanceof4_test/01: RuntimeError # Issue 12889
135 list_literal4_test: RuntimeError # Issue 12890 134 list_literal4_test: RuntimeError # Issue 12890
136 map_literal4_test: RuntimeError # Issue 12891 135 map_literal4_test: RuntimeError # Issue 12891
137 built_in_identifier_test/01: CompileTimeError # Issue 13022 136 built_in_identifier_test/01: CompileTimeError # Issue 13022
138 137
139 scope_variable_test/01: MissingCompileTimeError # Issue 13016 138 scope_variable_test/01: MissingCompileTimeError # Issue 13016
140 139
141 numbers_test: RuntimeError, OK # Issue 1533 140 numbers_test: RuntimeError, OK # Issue 1533
142 canonical_const2_test: RuntimeError, OK # Issue 1533 141 canonical_const2_test: RuntimeError, OK # Issue 1533
143 bit_operations_test: RuntimeError, OK # Issue 1533 142 bit_operations_test: RuntimeError, OK # Issue 1533
144 expect_test: RuntimeError, OK # Issue 13080 143 expect_test: RuntimeError, OK # Issue 13080
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 import_core_prefix_test: Pass 289 import_core_prefix_test: Pass
291 prefix22_test: Pass 290 prefix22_test: Pass
292 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 291 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
293 super_call4_test: Fail, OK # hardcoded names. 292 super_call4_test: Fail, OK # hardcoded names.
294 293
295 [ $minified ] 294 [ $minified ]
296 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 295 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
297 296
298 [ $runtime == ie9 ] 297 [ $runtime == ie9 ]
299 stack_trace_test: Fail, OK # Stack traces not available in IE9. 298 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/map_literal12_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698