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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 non_parameterized_factory_test: CompileTimeError | 390 non_parameterized_factory_test: CompileTimeError |
391 instanceof3_test: CompileTimeError | 391 instanceof3_test: CompileTimeError |
392 malbounded_redirecting_factory_test/none: CompileTimeError | 392 malbounded_redirecting_factory_test/none: CompileTimeError |
393 malbounded_redirecting_factory_test/01: CompileTimeError | 393 malbounded_redirecting_factory_test/01: CompileTimeError |
394 null_test/none: CompileTimeError | 394 null_test/none: CompileTimeError |
395 check_method_override_test/01: CompileTimeError | 395 check_method_override_test/01: CompileTimeError |
396 check_method_override_test/02: CompileTimeError | 396 check_method_override_test/02: CompileTimeError |
397 malformed_inheritance_test/02: CompileTimeError | 397 malformed_inheritance_test/02: CompileTimeError |
398 malformed_inheritance_test/04: CompileTimeError | 398 malformed_inheritance_test/04: CompileTimeError |
399 malformed_inheritance_test/06: CompileTimeError | 399 malformed_inheritance_test/06: CompileTimeError |
400 call_constructor_on_unresolvable_class_test/01: CompileTimeError | |
401 call_constructor_on_unresolvable_class_test/03: CompileTimeError | |
402 call_constructor_on_unresolvable_class_test/02: CompileTimeError | |
403 call_constructor_on_unresolvable_class_test/07: CompileTimeError | |
404 unicode_bom_test: CompileTimeError | 400 unicode_bom_test: CompileTimeError |
405 prefix16_test: CompileTimeError | 401 prefix16_test: CompileTimeError |
406 deferred_not_loaded_check_test: CompileTimeError | 402 deferred_not_loaded_check_test: CompileTimeError |
407 regress_23408_test: CompileTimeError | 403 regress_23408_test: CompileTimeError |
408 redirecting_factory_incompatible_signature_test: CompileTimeError | 404 redirecting_factory_incompatible_signature_test: CompileTimeError |
409 malbounded_instantiation_test/01: CompileTimeError | 405 malbounded_instantiation_test/01: CompileTimeError |
410 const_evaluation_test/none: CompileTimeError | 406 const_evaluation_test/none: CompileTimeError |
411 mixin_invalid_bound_test/01: CompileTimeError | 407 mixin_invalid_bound_test/01: CompileTimeError |
412 const_evaluation_test/01: CompileTimeError | 408 const_evaluation_test/01: CompileTimeError |
413 mixin_invalid_bound_test/none: CompileTimeError | 409 mixin_invalid_bound_test/none: CompileTimeError |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 deferred_shadow_load_library_test: Skip # Timeout | 481 deferred_shadow_load_library_test: Skip # Timeout |
486 deferred_global_test: Skip # Timeout | 482 deferred_global_test: Skip # Timeout |
487 | 483 |
488 # Look like bugs. | 484 # Look like bugs. |
489 config_import_test: RuntimeError # Flutter Issue 9110 | 485 config_import_test: RuntimeError # Flutter Issue 9110 |
490 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 486 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
491 vm/regress_27201_test: Fail # Flutter Issue 9110 | 487 vm/regress_27201_test: Fail # Flutter Issue 9110 |
492 asyncstar_yield_test: Skip # Flutter Issue 9110 | 488 asyncstar_yield_test: Skip # Flutter Issue 9110 |
493 await_for_test: Skip # Flutter Issue 9110 | 489 await_for_test: Skip # Flutter Issue 9110 |
494 await_for_cancel_test: Skip # Flutter Issue 9110 | 490 await_for_cancel_test: Skip # Flutter Issue 9110 |
OLD | NEW |