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

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

Issue 62373009: Field property naming fix - issues 14096, 14806 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review changes 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/compiler/dart2js_native/native_mixin_field_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 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
8 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 126 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838
127 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 127 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838
128 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 128 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838
129 metadata_test: CompileTimeError # Issue 5841 129 metadata_test: CompileTimeError # Issue 5841
130 infinity_test: RuntimeError # Issue 4984 130 infinity_test: RuntimeError # Issue 4984
131 positive_bit_operations_test: RuntimeError # Issue 12795 131 positive_bit_operations_test: RuntimeError # Issue 12795
132 mixin_mixin2_test: RuntimeError # Issue 13109. 132 mixin_mixin2_test: RuntimeError # Issue 13109.
133 mixin_mixin3_test: RuntimeError # Issue 13109. 133 mixin_mixin3_test: RuntimeError # Issue 13109.
134 mixin_mixin7_test: RuntimeError # Issue 13109. 134 mixin_mixin7_test: RuntimeError # Issue 13109.
135 mixin_regress_13688_test: RuntimeError # Issue 13109. 135 mixin_regress_13688_test: RuntimeError # Issue 13109.
136 super_field_2_test: RuntimeError # Issue 14805 136 type_promotion_test/12: RuntimeError # Issue 14933
137 type_promotion_test/13: RuntimeError # Issue 14933
138 type_promotion_test/14: RuntimeError # Issue 14933
137 139
138 # Compilation errors. 140 # Compilation errors.
139 const_var_test: CompileTimeError # Issue 12793 141 const_var_test: CompileTimeError # Issue 12793
140 map_literal3_test: CompileTimeError # Issue 12793 142 map_literal3_test: CompileTimeError # Issue 12793
141 method_override5_test: RuntimeError # Issue 12809 143 method_override5_test: RuntimeError # Issue 12809
142 external_test/13: CompileTimeError # Issue 12887 144 external_test/13: CompileTimeError # Issue 12887
143 list_literal4_test: RuntimeError # Issue 12890 145 list_literal4_test: RuntimeError # Issue 12890
144 map_literal4_test: RuntimeError # Issue 12891 146 map_literal4_test: RuntimeError # Issue 12891
145 built_in_identifier_test/01: CompileTimeError # Issue 13022 147 built_in_identifier_test/01: CompileTimeError # Issue 13022
146 148
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 import_core_prefix_test: Pass 299 import_core_prefix_test: Pass
298 prefix22_test: Pass 300 prefix22_test: Pass
299 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 301 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
300 super_call4_test: Fail, OK # hardcoded names. 302 super_call4_test: Fail, OK # hardcoded names.
301 303
302 [ $minified ] 304 [ $minified ]
303 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 305 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
304 306
305 [ $runtime == ie9 ] 307 [ $runtime == ie9 ]
306 stack_trace_test: Fail, OK # Stack traces not available in IE9. 308 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/native_mixin_field_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698