| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 deferred_shadow_load_library_test: Skip # Timeout | 477 deferred_shadow_load_library_test: Skip # Timeout |
| 478 deferred_global_test: Skip # Timeout | 478 deferred_global_test: Skip # Timeout |
| 479 | 479 |
| 480 # Look like bugs. | 480 # Look like bugs. |
| 481 config_import_test: RuntimeError # Flutter Issue 9110 | 481 config_import_test: RuntimeError # Flutter Issue 9110 |
| 482 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 482 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
| 483 vm/regress_27201_test: Fail # Flutter Issue 9110 | 483 vm/regress_27201_test: Fail # Flutter Issue 9110 |
| 484 asyncstar_yield_test: Skip # Flutter Issue 9110 | 484 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 485 await_for_test: Skip # Flutter Issue 9110 | 485 await_for_test: Skip # Flutter Issue 9110 |
| 486 await_for_cancel_test: Skip # Flutter Issue 9110 | 486 await_for_cancel_test: Skip # Flutter Issue 9110 |
| 487 |
| 488 [ $runtime == dart_precompiled && $minified ] |
| 489 enum_duplicate_test/*: Skip # Uses Enum.toString() |
| 490 enum_private_test/*: Skip # Uses Enum.toString() |
| 491 enum_test: Skip # Uses Enum.toString() |
| 492 no_such_method_dispatcher_test: Skip # Uses new Symbol() |
| 493 # Tests below rely on Type.toString() |
| 494 cyclic_type_test/*: Skip |
| 495 f_bounded_quantification4_test: Skip |
| 496 f_bounded_quantification5_test: Skip |
| 497 mixin_generic_test: Skip |
| 498 mixin_mixin2_test: Skip |
| 499 mixin_mixin3_test: Skip |
| 500 mixin_mixin5_test: Skip |
| 501 mixin_mixin6_test: Skip |
| 502 mixin_mixin_bound2_test: Skip |
| 503 mixin_mixin_type_arguments_test: Skip |
| 504 mixin_super_2_test: Skip |
| 505 # Tests below rely on Stacktrace.toString() |
| 506 full_stacktrace1_test: Skip |
| 507 full_stacktrace2_test: Skip |
| 508 full_stacktrace3_test: Skip |
| 509 stacktrace_rethrow_error_test: Skip |
| 510 stacktrace_rethrow_nonerror_test: Skip |
| 511 vm/no_such_args_error_message_vm_test: Skip |
| 512 vm/no_such_method_error_message_callable_vm_test: Skip |
| 513 vm/no_such_method_error_message_vm_test: Skip |
| 514 vm/regress_28325_test:Skip |
| 515 |
| OLD | NEW |