| 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 | 10 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 generic_methods_test: Skip # Issue 25869 | 122 generic_methods_test: Skip # Issue 25869 |
| 123 generic_functions_test: Skip # Issue 25869 | 123 generic_functions_test: Skip # Issue 25869 |
| 124 generic_local_functions_test: Skip # Issue 25869 | 124 generic_local_functions_test: Skip # Issue 25869 |
| 125 generic_sends_test: Skip # Issue 25869 | 125 generic_sends_test: Skip # Issue 25869 |
| 126 generic_methods_new_test: Skip # Issue 25869 | 126 generic_methods_new_test: Skip # Issue 25869 |
| 127 generic_methods_function_type_test: Skip # Issue 25869 | 127 generic_methods_function_type_test: Skip # Issue 25869 |
| 128 generic_methods_type_expression_test: Skip # Issue 25869 | 128 generic_methods_type_expression_test: Skip # Issue 25869 |
| 129 | 129 |
| 130 config_import_test: Skip # Issue 26250 | 130 config_import_test: Skip # Issue 26250 |
| 131 | 131 |
| 132 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 133 |
| 132 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] | 134 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] |
| 133 issue_22780_test/01: Pass, Timeout # Issue 24473 | 135 issue_22780_test/01: Pass, Timeout # Issue 24473 |
| 134 | 136 |
| 135 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] | 137 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] |
| 136 async_await_test: Skip # Issue 26198 | 138 async_await_test: Skip # Issue 26198 |
| 137 | 139 |
| 138 [ $compiler == none && $runtime == drt ] | 140 [ $compiler == none && $runtime == drt ] |
| 139 disassemble_test: Pass, Fail # Issue 18122 | 141 disassemble_test: Pass, Fail # Issue 18122 |
| 140 | 142 |
| 141 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] | 143 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
| 569 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
| 570 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
| 571 asyncstar_yield_test: Skip # Flutter Issue 9110 | 573 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 572 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 574 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
| 573 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
| 574 await_for_test: Skip # Flutter Issue 9110 | 576 await_for_test: Skip # Flutter Issue 9110 |
| 575 await_for_cancel_test: Skip # Flutter Issue 9110 | 577 await_for_cancel_test: Skip # Flutter Issue 9110 |
| 576 | 578 |
| 577 | 579 |
| OLD | NEW |