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

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

Issue 11369219: Check result type of redirecting factory in checked mode. (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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 type_parameter_test/01: Fail # Issue 4932 62 type_parameter_test/01: Fail # Issue 4932
63 type_parameter_test/02: Fail # Issue 4932 63 type_parameter_test/02: Fail # Issue 4932
64 type_parameter_test/03: Fail # Issue 4932 64 type_parameter_test/03: Fail # Issue 4932
65 type_parameter_test/04: Fail # Issue 4932 65 type_parameter_test/04: Fail # Issue 4932
66 66
67 super_call4_test: Fail # Badly generated noSuchMethod call. 67 super_call4_test: Fail # Badly generated noSuchMethod call.
68 68
69 [ $compiler == dart2js && $unchecked ] 69 [ $compiler == dart2js && $unchecked ]
70 assertion_test: Fail 70 assertion_test: Fail
71 new_expression_type_args_test/02: Fail # Test does not conform with spec. 71 new_expression_type_args_test/02: Fail # Test does not conform with spec.
72 factory_redirection_test/08: Fail
73 factory_redirection_test/09: Fail
72 74
73 # Only checked mode reports an error on type assignment 75 # Only checked mode reports an error on type assignment
74 # problems in compile time constants. 76 # problems in compile time constants.
75 compile_time_constant_checked_test/02: Fail, OK 77 compile_time_constant_checked_test/02: Fail, OK
76 compile_time_constant_checked2_test/01: Fail, OK 78 compile_time_constant_checked2_test/01: Fail, OK
77 compile_time_constant_checked2_test/02: Fail, OK 79 compile_time_constant_checked2_test/02: Fail, OK
78 compile_time_constant_checked2_test/03: Fail, OK 80 compile_time_constant_checked2_test/03: Fail, OK
79 compile_time_constant_checked2_test/04: Fail, OK 81 compile_time_constant_checked2_test/04: Fail, OK
80 compile_time_constant_checked2_test/05: Fail, OK 82 compile_time_constant_checked2_test/05: Fail, OK
81 compile_time_constant_checked2_test/06: Fail, OK 83 compile_time_constant_checked2_test/06: Fail, OK
82 compile_time_constant_checked3_test/01: Fail, OK 84 compile_time_constant_checked3_test/01: Fail, OK
83 compile_time_constant_checked3_test/02: Fail, OK 85 compile_time_constant_checked3_test/02: Fail, OK
84 compile_time_constant_checked3_test/03: Fail, OK 86 compile_time_constant_checked3_test/03: Fail, OK
85 compile_time_constant_checked3_test/04: Fail, OK 87 compile_time_constant_checked3_test/04: Fail, OK
86 compile_time_constant_checked3_test/05: Fail, OK 88 compile_time_constant_checked3_test/05: Fail, OK
87 compile_time_constant_checked3_test/06: Fail, OK 89 compile_time_constant_checked3_test/06: Fail, OK
88 90
89 [ $compiler == dart2js ] 91 [ $compiler == dart2js ]
90 arithmetic_test: Fail # http://dartbug.com/6627 92 arithmetic_test: Fail # http://dartbug.com/6627
91 factory_redirection_test/none: fail 93 factory_redirection_test/none: Fail
92 factory_redirection_test/01: fail 94 factory_redirection_test/01: Fail
93 factory_redirection_test/02: fail 95 factory_redirection_test/02: Fail
94 factory_redirection_test/03: fail 96 factory_redirection_test/03: Fail
95 factory_redirection_test/05: fail 97 factory_redirection_test/05: Fail
96 factory_redirection_test/06: fail 98 factory_redirection_test/06: Fail
97 final_variable_assignment_test/01: Fail 99 final_variable_assignment_test/01: Fail
98 final_variable_assignment_test/02: Fail 100 final_variable_assignment_test/02: Fail
99 final_variable_assignment_test/03: Fail 101 final_variable_assignment_test/03: Fail
100 final_variable_assignment_test/04: Fail 102 final_variable_assignment_test/04: Fail
101 bad_override_test/01: Fail 103 bad_override_test/01: Fail
102 bad_override_test/02: Fail 104 bad_override_test/02: Fail
103 const_locals_test: Fail 105 const_locals_test: Fail
104 const_nested_test: Fail 106 const_nested_test: Fail
105 bad_constructor_test/04: Fail # http://dartbug.com/5519 107 bad_constructor_test/04: Fail # http://dartbug.com/5519
106 bad_constructor_test/05: Fail # http://dartbug.com/5519 108 bad_constructor_test/05: Fail # http://dartbug.com/5519
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 [ $runtime == opera ] 368 [ $runtime == opera ]
367 call_through_null_getter_test: Fail 369 call_through_null_getter_test: Fail
368 closure3_test: Fail 370 closure3_test: Fail
369 execute_finally3_test: Fail 371 execute_finally3_test: Fail
370 method_invocation_test: Fail 372 method_invocation_test: Fail
371 null_pointer_exception_test: Fail 373 null_pointer_exception_test: Fail
372 stack_overflow_test: Fail 374 stack_overflow_test: Fail
373 string_interpolate_npe_test: Fail 375 string_interpolate_npe_test: Fail
374 closure_call_wrong_argument_count_negative_test: Skip 376 closure_call_wrong_argument_count_negative_test: Skip
375 label_test: Skip 377 label_test: Skip
OLDNEW
« runtime/vm/parser.cc ('K') | « tests/language/factory_redirection_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698