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

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

Issue 14268020: Fix issue 10216. If the type mask is a subtype, and its base mixes in class A, it should consider a… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 duplicate_export_negative_test: Fail # issue 6134 58 duplicate_export_negative_test: Fail # issue 6134
59 type_annotation_test/04: Fail # Issue 6970 59 type_annotation_test/04: Fail # Issue 6970
60 type_annotation_test/06: Fail # Issue 6973 60 type_annotation_test/06: Fail # Issue 6973
61 type_annotation_test/09: Fail # Issue 6973 61 type_annotation_test/09: Fail # Issue 6973
62 62
63 type_parameter_literal_test: Fail # Issue 7551 63 type_parameter_literal_test: Fail # Issue 7551
64 64
65 on_catch_malformed_type_test: Fail # Issue 8601 65 on_catch_malformed_type_test: Fail # Issue 8601
66 66
67 mixin_mixin_test: Fail 67 mixin_mixin_test: Fail
68 mixin_issue10216_2_test: Fail
68 69
69 type_variable_field_initializer_closure_test: Crash # issue 8847 70 type_variable_field_initializer_closure_test: Crash # issue 8847
70 71
71 super_getter_setter_test: Fail # Issue 8917 72 super_getter_setter_test: Fail # Issue 8917
72 super_operator_index7_test: Fail # Issue 8918 73 super_operator_index7_test: Fail # Issue 8918
73 74
74 execute_finally10_test: Fail # Issue 430 75 execute_finally10_test: Fail # Issue 430
75 execute_finally11_test: Fail # Issue 430 76 execute_finally11_test: Fail # Issue 430
76 77
77 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 78 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 # test issue 7337 (reference unknown ID from static is warning, even when with i mport prefix) 292 # test issue 7337 (reference unknown ID from static is warning, even when with i mport prefix)
292 prefix12_negative_test: Fail 293 prefix12_negative_test: Fail
293 prefix2_negative_test: Fail 294 prefix2_negative_test: Fail
294 295
295 # test issue 7523 (const declared without type, so not-a-function warning should not be reported) 296 # test issue 7523 (const declared without type, so not-a-function warning should not be reported)
296 call_through_getter_test: Fail 297 call_through_getter_test: Fail
297 298
298 299
299 # test issue 8127 (using mixin application as mixin) 300 # test issue 8127 (using mixin application as mixin)
300 mixin_mixin_test: Fail 301 mixin_mixin_test: Fail
302 mixin_issue10216_2_test: Fail
301 303
302 # test issue 8801 304 # test issue 8801
303 super_operator_index_test/04: Fail 305 super_operator_index_test/04: Fail
304 306
305 # 307 #
306 # Add new dartc annotations above in alphabetical order 308 # Add new dartc annotations above in alphabetical order
307 # 309 #
308 310
309 # VM specific tests that should not be run by DartC. 311 # VM specific tests that should not be run by DartC.
310 *vm_test: Skip 312 *vm_test: Skip
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 365 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
364 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 366 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
365 367
366 on_catch_malformed_type_test: Fail # Issue 8601 368 on_catch_malformed_type_test: Fail # Issue 8601
367 369
368 # False positive compile-time error is masking expected compile-time error 370 # False positive compile-time error is masking expected compile-time error
369 mixin_type_parameters_errors_test/*: Skip 371 mixin_type_parameters_errors_test/*: Skip
370 372
371 # Mixins fail on the VM. 373 # Mixins fail on the VM.
372 mixin_mixin_test: Fail # VM issue 374 mixin_mixin_test: Fail # VM issue
375 mixin_issue10216_2_test: Fail # VM issue
373 mixin_illegal_constructor_test/none: Fail # VM issue 376 mixin_illegal_constructor_test/none: Fail # VM issue
374 377
375 378
376 # Malformed types not handled as unresolved: 379 # Malformed types not handled as unresolved:
377 import_core_prefix_test: Fail 380 import_core_prefix_test: Fail
378 prefix16_test: Fail 381 prefix16_test: Fail
379 prefix22_test: Fail 382 prefix22_test: Fail
380 type_annotation_test/04: Fail 383 type_annotation_test/04: Fail
381 type_annotation_test/06: Fail 384 type_annotation_test/06: Fail
382 385
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 *: Skip 567 *: Skip
565 568
566 [ $arch == simarm ] 569 [ $arch == simarm ]
567 *: Skip 570 *: Skip
568 571
569 [ $arch == mips ] 572 [ $arch == mips ]
570 *: Skip 573 *: Skip
571 574
572 [ $arch == simmips ] 575 [ $arch == simmips ]
573 *: Skip 576 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/types/type_mask.dart ('k') | tests/language/mixin_issue10216_2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698