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

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

Issue 56003002: Revert "Set runtime type on list and map literals." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 mixin_mixin2_test: RuntimeError # Issue 13109. 123 mixin_mixin2_test: RuntimeError # Issue 13109.
124 mixin_mixin3_test: RuntimeError # Issue 13109. 124 mixin_mixin3_test: RuntimeError # Issue 13109.
125 mixin_mixin7_test: RuntimeError # Issue 13109. 125 mixin_mixin7_test: RuntimeError # Issue 13109.
126 mixin_regress_13688_test: RuntimeError # Issue 13109. 126 mixin_regress_13688_test: RuntimeError # Issue 13109.
127 127
128 # Compilation errors. 128 # Compilation errors.
129 const_var_test: CompileTimeError # Issue 12793 129 const_var_test: CompileTimeError # Issue 12793
130 map_literal3_test: CompileTimeError # Issue 12793 130 map_literal3_test: CompileTimeError # Issue 12793
131 method_override5_test: RuntimeError # Issue 12809 131 method_override5_test: RuntimeError # Issue 12809
132 external_test/13: CompileTimeError # Issue 12887 132 external_test/13: CompileTimeError # Issue 12887
133 instanceof4_test/01: RuntimeError # Issue 12889
133 list_literal4_test: RuntimeError # Issue 12890 134 list_literal4_test: RuntimeError # Issue 12890
134 map_literal4_test: RuntimeError # Issue 12891 135 map_literal4_test: RuntimeError # Issue 12891
135 built_in_identifier_test/01: CompileTimeError # Issue 13022 136 built_in_identifier_test/01: CompileTimeError # Issue 13022
136 137
137 scope_variable_test/01: MissingCompileTimeError # Issue 13016 138 scope_variable_test/01: MissingCompileTimeError # Issue 13016
138 139
139 numbers_test: RuntimeError, OK # Issue 1533 140 numbers_test: RuntimeError, OK # Issue 1533
140 canonical_const2_test: RuntimeError, OK # Issue 1533 141 canonical_const2_test: RuntimeError, OK # Issue 1533
141 bit_operations_test: RuntimeError, OK # Issue 1533 142 bit_operations_test: RuntimeError, OK # Issue 1533
142 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
288 import_core_prefix_test: Pass 289 import_core_prefix_test: Pass
289 prefix22_test: Pass 290 prefix22_test: Pass
290 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 291 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
291 super_call4_test: Fail, OK # hardcoded names. 292 super_call4_test: Fail, OK # hardcoded names.
292 293
293 [ $minified ] 294 [ $minified ]
294 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.
295 296
296 [ $runtime == ie9 ] 297 [ $runtime == ie9 ]
297 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