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

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

Issue 11348188: Ambiguous type references require a compile time error in some special cases (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') | tests/language/new_expression_type_args_test.dart » ('j') | 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 type_parameter_test/01: Fail # Issue 4932 64 type_parameter_test/01: Fail # Issue 4932
65 type_parameter_test/02: Fail # Issue 4932 65 type_parameter_test/02: Fail # Issue 4932
66 type_parameter_test/03: Fail # Issue 4932 66 type_parameter_test/03: Fail # Issue 4932
67 type_parameter_test/04: Fail # Issue 4932 67 type_parameter_test/04: Fail # Issue 4932
68 68
69 super_call4_test: Fail # Badly generated noSuchMethod call. 69 super_call4_test: Fail # Badly generated noSuchMethod call.
70 70
71 [ $compiler == dart2js && $unchecked ] 71 [ $compiler == dart2js && $unchecked ]
72 assertion_test: Fail 72 assertion_test: Fail
73 new_expression_type_args_test/02: Fail # Test does not conform with spec. 73 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
74 factory_redirection_test/08: Fail 74 factory_redirection_test/08: Fail
75 factory_redirection_test/09: Fail 75 factory_redirection_test/09: Fail
76 factory_redirection_test/10: Fail 76 factory_redirection_test/10: Fail
77 factory_redirection_test/11: Fail 77 factory_redirection_test/11: Fail
78 factory_redirection_test/12: Fail 78 factory_redirection_test/12: Fail
79 factory_redirection_test/13: Fail 79 factory_redirection_test/13: Fail
80 factory_redirection_test/14: Fail 80 factory_redirection_test/14: Fail
81 81
82 # Only checked mode reports an error on type assignment 82 # Only checked mode reports an error on type assignment
83 # problems in compile time constants. 83 # problems in compile time constants.
84 compile_time_constant_checked_test/02: Fail, OK 84 compile_time_constant_checked_test/02: Fail, OK
85 compile_time_constant_checked2_test/01: Fail, OK 85 compile_time_constant_checked2_test/01: Fail, OK
86 compile_time_constant_checked2_test/02: Fail, OK 86 compile_time_constant_checked2_test/02: Fail, OK
87 compile_time_constant_checked2_test/03: Fail, OK 87 compile_time_constant_checked2_test/03: Fail, OK
88 compile_time_constant_checked2_test/04: Fail, OK 88 compile_time_constant_checked2_test/04: Fail, OK
89 compile_time_constant_checked2_test/05: Fail, OK 89 compile_time_constant_checked2_test/05: Fail, OK
90 compile_time_constant_checked2_test/06: Fail, OK 90 compile_time_constant_checked2_test/06: Fail, OK
91 compile_time_constant_checked3_test/01: Fail, OK 91 compile_time_constant_checked3_test/01: Fail, OK
92 compile_time_constant_checked3_test/02: Fail, OK 92 compile_time_constant_checked3_test/02: Fail, OK
93 compile_time_constant_checked3_test/03: Fail, OK 93 compile_time_constant_checked3_test/03: Fail, OK
94 compile_time_constant_checked3_test/04: Fail, OK 94 compile_time_constant_checked3_test/04: Fail, OK
95 compile_time_constant_checked3_test/05: Fail, OK 95 compile_time_constant_checked3_test/05: Fail, OK
96 compile_time_constant_checked3_test/06: Fail, OK 96 compile_time_constant_checked3_test/06: Fail, OK
97 97
98 [ $compiler == dart2js ] 98 [ $compiler == dart2js ]
99 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
100 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
99 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) 101 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
100 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). 102 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
101 arithmetic_test: Fail # http://dartbug.com/6627 103 arithmetic_test: Fail # http://dartbug.com/6627
102 factory_redirection_test/01: Fail 104 factory_redirection_test/01: Fail
103 factory_redirection_test/02: Crash 105 factory_redirection_test/02: Crash
104 factory_redirection_test/03: Crash 106 factory_redirection_test/03: Crash
105 factory_redirection_test/05: Fail 107 factory_redirection_test/05: Fail
106 factory_redirection_test/07: Fail 108 factory_redirection_test/07: Fail
107 final_variable_assignment_test/01: Fail 109 final_variable_assignment_test/01: Fail
108 final_variable_assignment_test/02: Fail 110 final_variable_assignment_test/02: Fail
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 [ $runtime == opera ] 378 [ $runtime == opera ]
377 call_through_null_getter_test: Fail 379 call_through_null_getter_test: Fail
378 closure3_test: Fail 380 closure3_test: Fail
379 execute_finally3_test: Fail 381 execute_finally3_test: Fail
380 method_invocation_test: Fail 382 method_invocation_test: Fail
381 null_pointer_exception_test: Fail 383 null_pointer_exception_test: Fail
382 stack_overflow_test: Fail 384 stack_overflow_test: Fail
383 string_interpolate_npe_test: Fail 385 string_interpolate_npe_test: Fail
384 closure_call_wrong_argument_count_negative_test: Skip 386 closure_call_wrong_argument_count_negative_test: Skip
385 label_test: Skip 387 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/new_expression_type_args_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698