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

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

Issue 12018015: Implement substitution for type variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regenerate checks if necessary. Created 7 years, 10 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
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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 function_type_alias3_test: Fail # cannot resolve type F 159 function_type_alias3_test: Fail # cannot resolve type F
160 function_type_alias4_test: Fail # cannot resolve type F 160 function_type_alias4_test: Fail # cannot resolve type F
161 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 161 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
162 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 162 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
163 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 163 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
164 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 164 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
165 function_type_alias_test: Fail # cannot resolve type Fun 165 function_type_alias_test: Fail # cannot resolve type Fun
166 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 166 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
167 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 167 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
168 generic_instanceof_test: Fail # cannot resolve type T 168 generic_instanceof_test: Fail # cannot resolve type T
169 generic_instanceof3_test: Fail # cannot handle generics.
170 generic_test: Fail # cannot resolve type T 169 generic_test: Fail # cannot resolve type T
171 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 170 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
172 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 171 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
173 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 172 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
174 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 173 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
175 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 174 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
176 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 175 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
177 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 176 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
178 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 177 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
179 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 178 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 external_test/15: Fail 218 external_test/15: Fail
220 external_test/20: Skip # Runtime error (missing patch). 219 external_test/20: Skip # Runtime error (missing patch).
221 external_test/21: Fail 220 external_test/21: Fail
222 external_test/22: Fail 221 external_test/22: Fail
223 external_test/23: Fail 222 external_test/23: Fail
224 external_test/30: Fail 223 external_test/30: Fail
225 external_test/31: Fail 224 external_test/31: Fail
226 225
227 226
228 # Implementation errors (library or generated code). 227 # Implementation errors (library or generated code).
229 generic_inheritance_test: Fail # Expect.isTrue(false) fails.
230 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails.
231 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 228 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
232 instanceof3_test: Fail # cannot resolve type UndeclaredType. 229 instanceof3_test: Fail # cannot resolve type UndeclaredType.
233 instanceof4_test: Fail # Expect.isTrue(false) fails. 230 instanceof4_test: Fail # Expect.isTrue(false) fails.
234 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. 231 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test.
235 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test. 232 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test.
236 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test. 233 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test.
237 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 234 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test.
238 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test. 235 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test.
239 236
240 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 237 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 string_interpolate_null_test: Fail # Issue: 7413 367 string_interpolate_null_test: Fail # Issue: 7413
371 call_through_null_getter_test: Fail 368 call_through_null_getter_test: Fail
372 closure3_test: Fail 369 closure3_test: Fail
373 execute_finally3_test: Fail 370 execute_finally3_test: Fail
374 method_invocation_test: Fail 371 method_invocation_test: Fail
375 null_pointer_exception_test: Fail 372 null_pointer_exception_test: Fail
376 stack_overflow_test: Fail 373 stack_overflow_test: Fail
377 string_interpolate_npe_test: Fail 374 string_interpolate_npe_test: Fail
378 closure_call_wrong_argument_count_negative_test: Skip 375 closure_call_wrong_argument_count_negative_test: Skip
379 label_test: Skip 376 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698