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

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

Issue 11308347: Fix crash on factory redirection to an unresolved class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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 | « dart/sdk/lib/_internal/compiler/implementation/ssa/builder.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 && $host_checked && $checked] 5 [ $compiler == dart2js && $host_checked && $checked]
6 new_expression_type_args_test/02: Crash # Issue 6931 6 new_expression_type_args_test/02: Crash # Issue 6931
7 7
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 90
91 [ $compiler == dart2js ] 91 [ $compiler == dart2js ]
92 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 92 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972
93 number_identity2_test: Fail # identity of NaN 93 number_identity2_test: Fail # identity of NaN
94 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 94 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
95 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 95 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
96 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) 96 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
97 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). 97 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
98 arithmetic_test: Fail # http://dartbug.com/6627 98 arithmetic_test: Fail # http://dartbug.com/6627
99 factory_redirection_test/01: Fail 99 factory_redirection_test/01: Fail
100 factory_redirection_test/02: Crash
101 factory_redirection_test/03: Crash
102 factory_redirection_test/05: Fail 100 factory_redirection_test/05: Fail
103 factory_redirection_test/07: Fail 101 factory_redirection_test/07: Fail
104 final_variable_assignment_test/01: Fail 102 final_variable_assignment_test/01: Fail
105 final_variable_assignment_test/02: Fail 103 final_variable_assignment_test/02: Fail
106 final_variable_assignment_test/03: Fail 104 final_variable_assignment_test/03: Fail
107 final_variable_assignment_test/04: Fail 105 final_variable_assignment_test/04: Fail
108 bad_override_test/01: Fail 106 bad_override_test/01: Fail
109 bad_override_test/02: Fail 107 bad_override_test/02: Fail
110 const_locals_test: Fail 108 const_locals_test: Fail
111 const_nested_test: Fail 109 const_nested_test: Fail
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 [ $runtime == opera ] 367 [ $runtime == opera ]
370 call_through_null_getter_test: Fail 368 call_through_null_getter_test: Fail
371 closure3_test: Fail 369 closure3_test: Fail
372 execute_finally3_test: Fail 370 execute_finally3_test: Fail
373 method_invocation_test: Fail 371 method_invocation_test: Fail
374 null_pointer_exception_test: Fail 372 null_pointer_exception_test: Fail
375 stack_overflow_test: Fail 373 stack_overflow_test: Fail
376 string_interpolate_npe_test: Fail 374 string_interpolate_npe_test: Fail
377 closure_call_wrong_argument_count_negative_test: Skip 375 closure_call_wrong_argument_count_negative_test: Skip
378 label_test: Skip 376 label_test: Skip
OLDNEW
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698