| 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 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] | 8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] |
| 9 abstract_beats_arguments2_test/01: Crash # Issue 29171 | 9 abstract_beats_arguments2_test/01: Crash # Issue 29171 |
| 10 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | |
| 11 | 10 |
| 12 # These test entries will be valid for vm/dartium (with and without kernel). | 11 # These test entries will be valid for vm/dartium (with and without kernel). |
| 13 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | 12 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] |
| 14 async_star_cancel_while_paused_test: RuntimeError | 13 async_star_cancel_while_paused_test: RuntimeError |
| 15 # This is OK for now, but we may want to change the semantics to match the test. | 14 # This is OK for now, but we may want to change the semantics to match the test. |
| 16 async_star_pause_test: Fail, OK | 15 async_star_pause_test: Fail, OK |
| 17 | 16 |
| 18 # These tests are skipped in the VM because it has "--supermixin" | 17 # These tests are skipped in the VM because it has "--supermixin" |
| 19 # functionality enabled unconditionally. The tests should be removed | 18 # functionality enabled unconditionally. The tests should be removed |
| 20 # once the same is true for analyzer (#24478) and dart2js (#23773) | 19 # once the same is true for analyzer (#24478) and dart2js (#23773) |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 generic_methods_test: Skip # Issue 25869 | 121 generic_methods_test: Skip # Issue 25869 |
| 123 generic_functions_test: Skip # Issue 25869 | 122 generic_functions_test: Skip # Issue 25869 |
| 124 generic_local_functions_test: Skip # Issue 25869 | 123 generic_local_functions_test: Skip # Issue 25869 |
| 125 generic_sends_test: Skip # Issue 25869 | 124 generic_sends_test: Skip # Issue 25869 |
| 126 generic_methods_new_test: Skip # Issue 25869 | 125 generic_methods_new_test: Skip # Issue 25869 |
| 127 generic_methods_function_type_test: Skip # Issue 25869 | 126 generic_methods_function_type_test: Skip # Issue 25869 |
| 128 generic_methods_type_expression_test: Skip # Issue 25869 | 127 generic_methods_type_expression_test: Skip # Issue 25869 |
| 129 | 128 |
| 130 config_import_test: Skip # Issue 26250 | 129 config_import_test: Skip # Issue 26250 |
| 131 | 130 |
| 132 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | |
| 133 | |
| 134 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] | 131 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] |
| 135 issue_22780_test/01: Pass, Timeout # Issue 24473 | 132 issue_22780_test/01: Pass, Timeout # Issue 24473 |
| 136 | 133 |
| 137 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] | 134 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] |
| 138 async_await_test: Skip # Issue 26198 | 135 async_await_test: Skip # Issue 26198 |
| 139 | 136 |
| 140 [ $compiler == none && $runtime == drt ] | 137 [ $compiler == none && $runtime == drt ] |
| 141 disassemble_test: Pass, Fail # Issue 18122 | 138 disassemble_test: Pass, Fail # Issue 18122 |
| 142 | 139 |
| 143 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] | 140 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 567 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
| 571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 568 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
| 572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 569 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
| 573 asyncstar_yield_test: Skip # Flutter Issue 9110 | 570 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 574 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 571 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
| 575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 572 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
| 576 await_for_test: Skip # Flutter Issue 9110 | 573 await_for_test: Skip # Flutter Issue 9110 |
| 577 await_for_cancel_test: Skip # Flutter Issue 9110 | 574 await_for_cancel_test: Skip # Flutter Issue 9110 |
| 578 | 575 |
| 579 | 576 |
| OLD | NEW |