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

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
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 factory_redirection_test/02: fail 90 factory_redirection_test/02: fail
91 factory_redirection_test/03: fail 91 factory_redirection_test/03: fail
92 factory_redirection_test/05: fail 92 factory_redirection_test/05: fail
93 factory_redirection_test/06: fail 93 factory_redirection_test/06: fail
94 final_variable_assignment_test/01: Fail 94 final_variable_assignment_test/01: Fail
95 final_variable_assignment_test/02: Fail 95 final_variable_assignment_test/02: Fail
96 final_variable_assignment_test/03: Fail 96 final_variable_assignment_test/03: Fail
97 final_variable_assignment_test/04: Fail 97 final_variable_assignment_test/04: Fail
98 bad_override_test/01: Fail 98 bad_override_test/01: Fail
99 bad_override_test/02: Fail 99 bad_override_test/02: Fail
100 const_locals_test: Fail
101 const_nested_test: Fail
100 bad_constructor_test/04: Fail # http://dartbug.com/5519 102 bad_constructor_test/04: Fail # http://dartbug.com/5519
101 bad_constructor_test/05: Fail # http://dartbug.com/5519 103 bad_constructor_test/05: Fail # http://dartbug.com/5519
102 bad_constructor_test/06: Fail # http://dartbug.com/5519 104 bad_constructor_test/06: Fail # http://dartbug.com/5519
103 call_nonexistent_constructor_test: Fail 105 call_nonexistent_constructor_test: Fail
104 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 106 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
105 external_test/10: Fail # http://dartbug.com/5519 107 external_test/10: Fail # http://dartbug.com/5519
106 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 108 getter_no_setter2_test/01: Fail # http://dartbug.com/5519
107 getter_no_setter_test/01: Fail # http://dartbug.com/5519 109 getter_no_setter_test/01: Fail # http://dartbug.com/5519
108 illegal_invocation_test/03: Fail # http://dartbug.com/5519 110 illegal_invocation_test/03: Fail # http://dartbug.com/5519
109 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 111 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 [ $runtime == opera ] 363 [ $runtime == opera ]
362 call_through_null_getter_test: Fail 364 call_through_null_getter_test: Fail
363 closure3_test: Fail 365 closure3_test: Fail
364 execute_finally3_test: Fail 366 execute_finally3_test: Fail
365 method_invocation_test: Fail 367 method_invocation_test: Fail
366 null_pointer_exception_test: Fail 368 null_pointer_exception_test: Fail
367 stack_overflow_test: Fail 369 stack_overflow_test: Fail
368 string_interpolate_npe_test: Fail 370 string_interpolate_npe_test: Fail
369 closure_call_wrong_argument_count_negative_test: Skip 371 closure_call_wrong_argument_count_negative_test: Skip
370 label_test: Skip 372 label_test: Skip
OLDNEW
« tests/language/const_nested_test.dart ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698