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 51763007: Fix language/static_final_field2_test to work with tree-shaking in dart2js. (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 | « no previous file | tests/language/static_final_field2_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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 instanceof4_test/01: RuntimeError # Issue 12889
134 list_literal4_test: RuntimeError # Issue 12890 134 list_literal4_test: RuntimeError # Issue 12890
135 map_literal4_test: RuntimeError # Issue 12891 135 map_literal4_test: RuntimeError # Issue 12891
136 built_in_identifier_test/01: CompileTimeError # Issue 13022 136 built_in_identifier_test/01: CompileTimeError # Issue 13022
137 137
138 scope_variable_test/01: MissingCompileTimeError # Issue 13016 138 scope_variable_test/01: MissingCompileTimeError # Issue 13016
139 static_final_field2_test/02: MissingCompileTimeError # Issue 13017
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
145 144
146 null_test/none: RuntimeError # Issue 12482 145 null_test/none: RuntimeError # Issue 12482
147 146
148 147
149 [ $compiler == dart2js && $runtime == none ] 148 [ $compiler == dart2js && $runtime == none ]
(...skipping 140 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 | « no previous file | tests/language/static_final_field2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698