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

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

Issue 12038087: Add (failing) test case for mixin type parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge. Created 7 years, 11 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 195 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
196 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 196 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
197 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 197 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
198 pseudo_kw_test: Fail # Unexpected token '(' 198 pseudo_kw_test: Fail # Unexpected token '('
199 static_field3_test/0*: Fail 199 static_field3_test/0*: Fail
200 super_implicit_closure_test: Fail # internal error: super property read not impl emented 200 super_implicit_closure_test: Fail # internal error: super property read not impl emented
201 super_operator_test: Fail # internal error: super property store not implemented 201 super_operator_test: Fail # internal error: super property store not implemented
202 switch_label_test: Fail # error: target of continue is not a loop or switch case 202 switch_label_test: Fail # error: target of continue is not a loop or switch case
203 203
204 204
205 # Failing tests for mixin type parameters.
206 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116
207
208
205 # External tests. 209 # External tests.
206 external_test/01: Fail 210 external_test/01: Fail
207 external_test/02: Fail 211 external_test/02: Fail
208 external_test/11: Fail 212 external_test/11: Fail
209 external_test/12: Fail 213 external_test/12: Fail
210 external_test/13: Skip # Runtime error (missing patch). 214 external_test/13: Skip # Runtime error (missing patch).
211 external_test/14: Fail 215 external_test/14: Fail
212 external_test/15: Fail 216 external_test/15: Fail
213 external_test/20: Skip # Runtime error (missing patch). 217 external_test/20: Skip # Runtime error (missing patch).
214 external_test/21: Fail 218 external_test/21: Fail
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 string_interpolate_null_test: Fail # Issue: 7413 367 string_interpolate_null_test: Fail # Issue: 7413
364 call_through_null_getter_test: Fail 368 call_through_null_getter_test: Fail
365 closure3_test: Fail 369 closure3_test: Fail
366 execute_finally3_test: Fail 370 execute_finally3_test: Fail
367 method_invocation_test: Fail 371 method_invocation_test: Fail
368 null_pointer_exception_test: Fail 372 null_pointer_exception_test: Fail
369 stack_overflow_test: Fail 373 stack_overflow_test: Fail
370 string_interpolate_npe_test: Fail 374 string_interpolate_npe_test: Fail
371 closure_call_wrong_argument_count_negative_test: Skip 375 closure_call_wrong_argument_count_negative_test: Skip
372 label_test: Skip 376 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698