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

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

Issue 14783015: Fix performance regression after adding inlining support for operators, [], and []=. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 | « sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.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 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 type_variable_bounds2_test/06: Pass # For the wrong reasons. 60 type_variable_bounds2_test/06: Pass # For the wrong reasons.
61 type_variable_bounds3_test/00: Fail 61 type_variable_bounds3_test/00: Fail
62 f_bounded_quantification_test/01: Fail 62 f_bounded_quantification_test/01: Fail
63 f_bounded_quantification_test/02: Fail 63 f_bounded_quantification_test/02: Fail
64 closure_type_test: Fail # does not detect type error in checked mode. 64 closure_type_test: Fail # does not detect type error in checked mode.
65 factory1_test/00: Fail 65 factory1_test/00: Fail
66 factory1_test/01: Fail 66 factory1_test/01: Fail
67 type_annotation_test/09: Fail # Named constructors interpreted as a type. 67 type_annotation_test/09: Fail # Named constructors interpreted as a type.
68 prefix15_test: Fail # Issue 5022 68 prefix15_test: Fail # Issue 5022
69 local_function2_test: Fail # Issue 5022 69 local_function2_test: Fail # Issue 5022
70 number_identity_test: Fail # Issue 9249
71 70
72 [ $compiler == dart2js && $unchecked ] 71 [ $compiler == dart2js && $unchecked ]
73 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 72 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented
74 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented 73 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
75 assertion_test: Fail 74 assertion_test: Fail
76 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. 75 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
77 factory_redirection_test/08: Fail 76 factory_redirection_test/08: Fail
78 factory_redirection_test/09: Fail 77 factory_redirection_test/09: Fail
79 factory_redirection_test/10: Fail 78 factory_redirection_test/10: Fail
80 factory_redirection_test/11: Fail 79 factory_redirection_test/11: Fail
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 call_through_null_getter_test: Fail 353 call_through_null_getter_test: Fail
355 closure3_test: Fail 354 closure3_test: Fail
356 execute_finally3_test: Fail 355 execute_finally3_test: Fail
357 method_invocation_test: Fail 356 method_invocation_test: Fail
358 null_pointer_exception_test: Fail 357 null_pointer_exception_test: Fail
359 stack_overflow_test: Fail 358 stack_overflow_test: Fail
360 stack_overflow_stacktrace_test: Fail 359 stack_overflow_stacktrace_test: Fail
361 string_interpolate_npe_test: Fail 360 string_interpolate_npe_test: Fail
362 closure_call_wrong_argument_count_negative_test: Skip 361 closure_call_wrong_argument_count_negative_test: Skip
363 label_test: Skip 362 label_test: Skip
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698