OLD | NEW |
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 [ $strong ] | 8 [ $strong ] |
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
10 | 10 |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 mixin_invalid_bound2_test/04: CompileTimeError | 427 mixin_invalid_bound2_test/04: CompileTimeError |
428 mixin_invalid_bound2_test/07: CompileTimeError | 428 mixin_invalid_bound2_test/07: CompileTimeError |
429 deferred_super_dependency_test/01: CompileTimeError | 429 deferred_super_dependency_test/01: CompileTimeError |
430 method_override5_test: CompileTimeError | 430 method_override5_test: CompileTimeError |
431 deferred_static_seperate_test: CompileTimeError | 431 deferred_static_seperate_test: CompileTimeError |
432 default_factory_test/01: CompileTimeError | 432 default_factory_test/01: CompileTimeError |
433 internal_library_test/01: CompileTimeError | 433 internal_library_test/01: CompileTimeError |
434 internal_library_test/02: CompileTimeError | 434 internal_library_test/02: CompileTimeError |
435 type_variable_scope2_test: CompileTimeError | 435 type_variable_scope2_test: CompileTimeError |
436 mixin_super_bound_test: CompileTimeError | 436 mixin_super_bound_test: CompileTimeError |
437 bad_override_test/06: CompileTimeError | |
438 invocation_mirror2_test: CompileTimeError | 437 invocation_mirror2_test: CompileTimeError |
439 deferred_inheritance_constraints_test/redirecting_constructor: CompileTimeError | 438 deferred_inheritance_constraints_test/redirecting_constructor: CompileTimeError |
440 deferred_no_such_method_test: CompileTimeError | 439 deferred_no_such_method_test: CompileTimeError |
441 malbounded_type_literal_test: CompileTimeError | 440 malbounded_type_literal_test: CompileTimeError |
442 deferred_mixin_test: CompileTimeError | 441 deferred_mixin_test: CompileTimeError |
443 many_overridden_no_such_method_test: CompileTimeError | 442 many_overridden_no_such_method_test: CompileTimeError |
444 malbounded_redirecting_factory2_test/none: CompileTimeError | 443 malbounded_redirecting_factory2_test/none: CompileTimeError |
445 malbounded_redirecting_factory2_test/01: CompileTimeError | 444 malbounded_redirecting_factory2_test/01: CompileTimeError |
446 malbounded_type_cast_test: CompileTimeError | 445 malbounded_type_cast_test: CompileTimeError |
447 type_parameter_test/none: CompileTimeError | 446 type_parameter_test/none: CompileTimeError |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 deferred_shadow_load_library_test: Skip # Timeout | 488 deferred_shadow_load_library_test: Skip # Timeout |
490 deferred_global_test: Skip # Timeout | 489 deferred_global_test: Skip # Timeout |
491 | 490 |
492 # Look like bugs. | 491 # Look like bugs. |
493 config_import_test: RuntimeError # Flutter Issue 9110 | 492 config_import_test: RuntimeError # Flutter Issue 9110 |
494 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 493 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
495 vm/regress_27201_test: Fail # Flutter Issue 9110 | 494 vm/regress_27201_test: Fail # Flutter Issue 9110 |
496 asyncstar_yield_test: Skip # Flutter Issue 9110 | 495 asyncstar_yield_test: Skip # Flutter Issue 9110 |
497 await_for_test: Skip # Flutter Issue 9110 | 496 await_for_test: Skip # Flutter Issue 9110 |
498 await_for_cancel_test: Skip # Flutter Issue 9110 | 497 await_for_cancel_test: Skip # Flutter Issue 9110 |
OLD | NEW |