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

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

Issue 24282005: Move compile-time constant registrations to the backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status Created 7 years, 2 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/compiler/dart2js/mock_compiler.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 block_scope_test: CompileTimeError # Issue 13204. 7 block_scope_test: CompileTimeError # Issue 13204.
8 null_test/03: MissingCompileTimeError # Issue 12445. 8 null_test/03: MissingCompileTimeError # Issue 12445.
9 black_listed_test/none: CompileTimeError # Issue 12446. 9 black_listed_test/none: CompileTimeError # Issue 12446.
10 malformed_test/05: MissingCompileTimeError # Issue 12695 10 malformed_test/05: MissingCompileTimeError # Issue 12695
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 getter_override_test/01: Fail # Issue 11496 233 getter_override_test/01: Fail # Issue 11496
234 getter_override_test/02: Fail # Issue 11496 234 getter_override_test/02: Fail # Issue 11496
235 method_override7_test/00: Fail # Issue 11496 235 method_override7_test/00: Fail # Issue 11496
236 method_override7_test/01: Fail # Issue 11496 236 method_override7_test/01: Fail # Issue 11496
237 method_override7_test/02: Fail # Issue 11496 237 method_override7_test/02: Fail # Issue 11496
238 method_override8_test/03: Fail # Issue 11496 238 method_override8_test/03: Fail # Issue 11496
239 setter_override_test/00: Fail # Issue 11496 239 setter_override_test/00: Fail # Issue 11496
240 setter_override_test/03: Fail # Issue 11496 240 setter_override_test/03: Fail # Issue 11496
241 setter_override2_test/02: Fail # Issue 11496 241 setter_override2_test/02: Fail # Issue 11496
242 242
243 compile_time_constant10_test/01: Fail # Issue 5519
244 compile_time_constant10_test/02: Fail # Issue 5519
245 compile_time_constant_arguments_test/01: Fail # Issue 5519
246 compile_time_constant_arguments_test/02: Fail # Issue 5519
247 compile_time_constant_arguments_test/03: Fail # Issue 5519
248 compile_time_constant_arguments_test/05: Fail # Issue 5519
249 compile_time_constant_arguments_test/06: Fail # Issue 5519
250 const_syntax_test/05: Fail # Issue 12933
251 const_syntax_test/06: Fail # Issue 12933
252 const_syntax_test/07: Fail # Issue 12933
253 const_syntax_test/08: Fail # Issue 12933
254 const_syntax_test/10: Fail # Issue 12933
255 compile_time_constant_c_test/02: Fail # Issue 12933
256 constructor9_test/01: Fail # Issue 12935 243 constructor9_test/01: Fail # Issue 12935
257 constructor_named_arguments_test/01: Fail # Issue 5519 244 constructor_named_arguments_test/01: Fail # Issue 5519
258 final_syntax_test/01: Fail # Issue 13020 245 final_syntax_test/01: Fail # Issue 13020
259 final_syntax_test/02: Fail # Issue 13020 246 final_syntax_test/02: Fail # Issue 13020
260 final_syntax_test/03: Fail # Issue 13020 247 final_syntax_test/03: Fail # Issue 13020
261 final_syntax_test/04: Fail # Issue 13020 248 final_syntax_test/04: Fail # Issue 13020
262 named_parameters_aggregated_test/03: Fail # Issue 12813 249 named_parameters_aggregated_test/03: Fail # Issue 12813
263 not_enough_positional_arguments_test/01: Fail # Issue 12839 250 not_enough_positional_arguments_test/01: Fail # Issue 12839
264 not_enough_positional_arguments_test/02: Fail # Issue 12839 251 not_enough_positional_arguments_test/02: Fail # Issue 12839
265 not_enough_positional_arguments_test/05: Fail # Issue 12839 252 not_enough_positional_arguments_test/05: Fail # Issue 12839
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 compile_time_constant_checked2_test/04: Fail, OK 301 compile_time_constant_checked2_test/04: Fail, OK
315 compile_time_constant_checked2_test/05: Fail, OK 302 compile_time_constant_checked2_test/05: Fail, OK
316 compile_time_constant_checked2_test/06: Fail, OK 303 compile_time_constant_checked2_test/06: Fail, OK
317 compile_time_constant_checked3_test/01: Fail, OK 304 compile_time_constant_checked3_test/01: Fail, OK
318 compile_time_constant_checked3_test/02: Fail, OK 305 compile_time_constant_checked3_test/02: Fail, OK
319 compile_time_constant_checked3_test/03: Fail, OK 306 compile_time_constant_checked3_test/03: Fail, OK
320 compile_time_constant_checked3_test/04: Fail, OK 307 compile_time_constant_checked3_test/04: Fail, OK
321 compile_time_constant_checked3_test/05: Fail, OK 308 compile_time_constant_checked3_test/05: Fail, OK
322 compile_time_constant_checked3_test/06: Fail, OK 309 compile_time_constant_checked3_test/06: Fail, OK
323 310
324 final_is_not_const_test/01: Fail # Issue 12692
325
326 [ $compiler == dart2dart && $minified ] 311 [ $compiler == dart2dart && $minified ]
327 super_getter_setter_test: Fail # Issue 11065. 312 super_getter_setter_test: Fail # Issue 11065.
328 f_bounded_quantification4_test: Fail # Issue 12605. 313 f_bounded_quantification4_test: Fail # Issue 12605.
329 f_bounded_quantification5_test: Fail # Issue 12605. 314 f_bounded_quantification5_test: Fail # Issue 12605.
330 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 315 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
331 overridden_no_such_method_test: Pass, Fail # Issue 13078 316 overridden_no_such_method_test: Pass, Fail # Issue 13078
332 no_such_method_test: Pass, Fail # Issue 13078 317 no_such_method_test: Pass, Fail # Issue 13078
333 318
334 import_core_prefix_test: Pass 319 import_core_prefix_test: Pass
335 prefix22_test: Pass 320 prefix22_test: Pass
336 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 321 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
337 super_call4_test: Fail, OK # hardcoded names. 322 super_call4_test: Fail, OK # hardcoded names.
338 323
339 [ $minified ] 324 [ $minified ]
340 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
341 326
342 [ $runtime == ie9 ] 327 [ $runtime == ie9 ]
343 stack_trace_test: Fail, OK # Stack traces not available in IE9. 328 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/mock_compiler.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698