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

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

Issue 11404004: Fix result type checking of redirecting factory in checked mode (issue 6596). (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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 72 factory_redirection_test/08: Fail
73 factory_redirection_test/09: Fail 73 factory_redirection_test/09: Fail
74 factory_redirection_test/10: Fail
75 factory_redirection_test/11: Fail
76 factory_redirection_test/12: Fail
77 factory_redirection_test/13: Fail
78 factory_redirection_test/14: Fail
74 79
75 # Only checked mode reports an error on type assignment 80 # Only checked mode reports an error on type assignment
76 # problems in compile time constants. 81 # problems in compile time constants.
77 compile_time_constant_checked_test/02: Fail, OK 82 compile_time_constant_checked_test/02: Fail, OK
78 compile_time_constant_checked2_test/01: Fail, OK 83 compile_time_constant_checked2_test/01: Fail, OK
79 compile_time_constant_checked2_test/02: Fail, OK 84 compile_time_constant_checked2_test/02: Fail, OK
80 compile_time_constant_checked2_test/03: Fail, OK 85 compile_time_constant_checked2_test/03: Fail, OK
81 compile_time_constant_checked2_test/04: Fail, OK 86 compile_time_constant_checked2_test/04: Fail, OK
82 compile_time_constant_checked2_test/05: Fail, OK 87 compile_time_constant_checked2_test/05: Fail, OK
83 compile_time_constant_checked2_test/06: Fail, OK 88 compile_time_constant_checked2_test/06: Fail, OK
84 compile_time_constant_checked3_test/01: Fail, OK 89 compile_time_constant_checked3_test/01: Fail, OK
85 compile_time_constant_checked3_test/02: Fail, OK 90 compile_time_constant_checked3_test/02: Fail, OK
86 compile_time_constant_checked3_test/03: Fail, OK 91 compile_time_constant_checked3_test/03: Fail, OK
87 compile_time_constant_checked3_test/04: Fail, OK 92 compile_time_constant_checked3_test/04: Fail, OK
88 compile_time_constant_checked3_test/05: Fail, OK 93 compile_time_constant_checked3_test/05: Fail, OK
89 compile_time_constant_checked3_test/06: Fail, OK 94 compile_time_constant_checked3_test/06: Fail, OK
90 95
91 [ $compiler == dart2js ] 96 [ $compiler == dart2js ]
92 arithmetic_test: Fail # http://dartbug.com/6627 97 arithmetic_test: Fail # http://dartbug.com/6627
93 factory_redirection_test/none: Fail
94 factory_redirection_test/01: Fail 98 factory_redirection_test/01: Fail
95 factory_redirection_test/02: Fail 99 factory_redirection_test/02: Crash
ahe 2012/11/19 10:26:02 It would be great if you could report a bug when y
regis 2012/11/19 17:32:26 I did not, because several bugs are already filed
ahe 2012/11/19 17:50:11 Thank you, Regis, I wasn't aware of any crashes un
96 factory_redirection_test/03: Fail 100 factory_redirection_test/03: Crash
97 factory_redirection_test/05: Fail 101 factory_redirection_test/05: Fail
98 factory_redirection_test/06: Fail 102 factory_redirection_test/07: Fail
99 final_variable_assignment_test/01: Fail 103 final_variable_assignment_test/01: Fail
100 final_variable_assignment_test/02: Fail 104 final_variable_assignment_test/02: Fail
101 final_variable_assignment_test/03: Fail 105 final_variable_assignment_test/03: Fail
102 final_variable_assignment_test/04: Fail 106 final_variable_assignment_test/04: Fail
103 bad_override_test/01: Fail 107 bad_override_test/01: Fail
104 bad_override_test/02: Fail 108 bad_override_test/02: Fail
105 const_locals_test: Fail 109 const_locals_test: Fail
106 const_nested_test: Fail 110 const_nested_test: Fail
107 bad_constructor_test/04: Fail # http://dartbug.com/5519 111 bad_constructor_test/04: Fail # http://dartbug.com/5519
108 bad_constructor_test/05: Fail # http://dartbug.com/5519 112 bad_constructor_test/05: Fail # http://dartbug.com/5519
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 [ $runtime == opera ] 372 [ $runtime == opera ]
369 call_through_null_getter_test: Fail 373 call_through_null_getter_test: Fail
370 closure3_test: Fail 374 closure3_test: Fail
371 execute_finally3_test: Fail 375 execute_finally3_test: Fail
372 method_invocation_test: Fail 376 method_invocation_test: Fail
373 null_pointer_exception_test: Fail 377 null_pointer_exception_test: Fail
374 stack_overflow_test: Fail 378 stack_overflow_test: Fail
375 string_interpolate_npe_test: Fail 379 string_interpolate_npe_test: Fail
376 closure_call_wrong_argument_count_negative_test: Skip 380 closure_call_wrong_argument_count_negative_test: Skip
377 label_test: Skip 381 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