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

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

Issue 11265047: Implement const expressions for local variables (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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/language/language.status ('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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 factory_redirection_test/02: fail 93 factory_redirection_test/02: fail
94 factory_redirection_test/03: fail 94 factory_redirection_test/03: fail
95 factory_redirection_test/05: fail 95 factory_redirection_test/05: fail
96 factory_redirection_test/06: fail 96 factory_redirection_test/06: fail
97 final_variable_assignment_test/01: Fail 97 final_variable_assignment_test/01: Fail
98 final_variable_assignment_test/02: Fail 98 final_variable_assignment_test/02: Fail
99 final_variable_assignment_test/03: Fail 99 final_variable_assignment_test/03: Fail
100 final_variable_assignment_test/04: Fail 100 final_variable_assignment_test/04: Fail
101 bad_override_test/01: Fail 101 bad_override_test/01: Fail
102 bad_override_test/02: Fail 102 bad_override_test/02: Fail
103 const_locals_test: Fail
104 const_nested_test: Fail
103 bad_constructor_test/04: Fail # http://dartbug.com/5519 105 bad_constructor_test/04: Fail # http://dartbug.com/5519
104 bad_constructor_test/05: Fail # http://dartbug.com/5519 106 bad_constructor_test/05: Fail # http://dartbug.com/5519
105 bad_constructor_test/06: Fail # http://dartbug.com/5519 107 bad_constructor_test/06: Fail # http://dartbug.com/5519
106 call_nonexistent_constructor_test: Fail 108 call_nonexistent_constructor_test: Fail
107 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 109 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
108 external_test/10: Fail # http://dartbug.com/5519 110 external_test/10: Fail # http://dartbug.com/5519
109 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 111 getter_no_setter2_test/01: Fail # http://dartbug.com/5519
110 getter_no_setter_test/01: Fail # http://dartbug.com/5519 112 getter_no_setter_test/01: Fail # http://dartbug.com/5519
111 illegal_invocation_test/03: Fail # http://dartbug.com/5519 113 illegal_invocation_test/03: Fail # http://dartbug.com/5519
112 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 114 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 [ $runtime == opera ] 366 [ $runtime == opera ]
365 call_through_null_getter_test: Fail 367 call_through_null_getter_test: Fail
366 closure3_test: Fail 368 closure3_test: Fail
367 execute_finally3_test: Fail 369 execute_finally3_test: Fail
368 method_invocation_test: Fail 370 method_invocation_test: Fail
369 null_pointer_exception_test: Fail 371 null_pointer_exception_test: Fail
370 stack_overflow_test: Fail 372 stack_overflow_test: Fail
371 string_interpolate_npe_test: Fail 373 string_interpolate_npe_test: Fail
372 closure_call_wrong_argument_count_negative_test: Skip 374 closure_call_wrong_argument_count_negative_test: Skip
373 label_test: Skip 375 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698