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

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

Issue 226953003: Revert "Compute frontend/backend specific constants." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/const_switch_test.dart ('k') | tests/language/proxy3_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 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 infinity_test: RuntimeError # Issue 4984 113 infinity_test: RuntimeError # Issue 4984
114 mixin_mixin2_test: RuntimeError # Issue 13109. 114 mixin_mixin2_test: RuntimeError # Issue 13109.
115 mixin_mixin3_test: RuntimeError # Issue 13109. 115 mixin_mixin3_test: RuntimeError # Issue 13109.
116 mixin_mixin7_test: RuntimeError # Issue 13109. 116 mixin_mixin7_test: RuntimeError # Issue 13109.
117 mixin_regress_13688_test: RuntimeError # Issue 13109. 117 mixin_regress_13688_test: RuntimeError # Issue 13109.
118 modulo_test: RuntimeError # Issue 15246 118 modulo_test: RuntimeError # Issue 15246
119 truncdiv_test: RuntimeError # Issue 15246 119 truncdiv_test: RuntimeError # Issue 15246
120 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). 120 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval).
121 generic_closure_test: RuntimeError # Issue 12605 121 generic_closure_test: RuntimeError # Issue 12605
122 call_closurization_test: RuntimeError # Issue 17474 122 call_closurization_test: RuntimeError # Issue 17474
123 const_switch_test/02: RuntimeError # Issue 17960
124 const_switch_test/04: RuntimeError # Issue 17960
125 123
126 # Compilation errors. 124 # Compilation errors.
127 const_var_test: CompileTimeError # Issue 12793 125 const_var_test: CompileTimeError # Issue 12793
128 map_literal3_test: CompileTimeError # Issue 12793 126 map_literal3_test: CompileTimeError # Issue 12793
129 method_override5_test: RuntimeError # Issue 12809 127 method_override5_test: RuntimeError # Issue 12809
130 external_test/13: CompileTimeError # Issue 12887 128 external_test/13: CompileTimeError # Issue 12887
131 list_literal4_test: RuntimeError # Issue 12890 129 list_literal4_test: RuntimeError # Issue 12890
132 map_literal4_test: RuntimeError # Issue 12891 130 map_literal4_test: RuntimeError # Issue 12891
133 built_in_identifier_test/01: CompileTimeError # Issue 13022 131 built_in_identifier_test/01: CompileTimeError # Issue 13022
134 132
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 198
201 bad_override_test/01: Fail # Issue 11496 199 bad_override_test/01: Fail # Issue 11496
202 bad_override_test/02: Fail # Issue 11496 200 bad_override_test/02: Fail # Issue 11496
203 201
204 constructor_named_arguments_test/01: Fail # Issue 5519 202 constructor_named_arguments_test/01: Fail # Issue 5519
205 not_enough_positional_arguments_test/01: Fail # Issue 12839 203 not_enough_positional_arguments_test/01: Fail # Issue 12839
206 not_enough_positional_arguments_test/02: Fail # Issue 12839 204 not_enough_positional_arguments_test/02: Fail # Issue 12839
207 not_enough_positional_arguments_test/05: Fail # Issue 12839 205 not_enough_positional_arguments_test/05: Fail # Issue 12839
208 206
209 metadata_test: Fail # Issue 12762 207 metadata_test: Fail # Issue 12762
210 const_evaluation_test/01: Fail # Issue 12762
211 const_var_test: CompileTimeError # Issue 12794 208 const_var_test: CompileTimeError # Issue 12794
212 map_literal3_test: Fail # Issue 12794 209 map_literal3_test: Fail # Issue 12794
213 external_test/13: Fail # Issue 12888 210 external_test/13: Fail # Issue 12888
214 built_in_identifier_test/01: Fail # Issue 13022 211 built_in_identifier_test/01: Fail # Issue 13022
215 method_override4_test: Fail # Issue 12810 212 method_override4_test: Fail # Issue 12810
216 method_override5_test: Fail # Issue 12810 213 method_override5_test: Fail # Issue 12810
217 scope_variable_test/01: Fail # Issue 13016 214 scope_variable_test/01: Fail # Issue 13016
218 factory_redirection_test/01: Fail # Issue 12753 215 factory_redirection_test/01: Fail # Issue 12753
219 factory_redirection_test/02: Crash # Issue 12753 216 factory_redirection_test/02: Crash # Issue 12753
220 factory_redirection_test/03: Crash # Issue 12753 217 factory_redirection_test/03: Crash # Issue 12753
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 260
264 [ ($compiler == dart2js && $csp)] 261 [ ($compiler == dart2js && $csp)]
265 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 262 deferred_constraints_type_annotation_test/*: Skip # Issue 16898
266 deferred_constraints_constants_test/*: Skip # Issue 16898 263 deferred_constraints_constants_test/*: Skip # Issue 16898
267 deferred_no_such_method_test*: Skip # Issue 16898 264 deferred_no_such_method_test*: Skip # Issue 16898
268 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 265 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898
269 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 266 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898
270 267
271 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 268 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
272 *deferred*: Skip # Issue 17458 269 *deferred*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/const_switch_test.dart ('k') | tests/language/proxy3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698