| 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 | 10 |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 deferred_type_dependency_test: Crash # Requires deferred libraries | 288 deferred_type_dependency_test: Crash # Requires deferred libraries |
| 289 issue_1751477_test: Crash # Requires deferred libraries | 289 issue_1751477_test: Crash # Requires deferred libraries |
| 290 regress_23408_test: Crash # Requires deferred libraries | 290 regress_23408_test: Crash # Requires deferred libraries |
| 291 regress_22443_test: Crash # Requires deferred libraries | 291 regress_22443_test: Crash # Requires deferred libraries |
| 292 regress_28278_test: Crash # Requires deferred libraries | 292 regress_28278_test: Crash # Requires deferred libraries |
| 293 conditional_import_test: Crash # Requires deferred libraries | 293 conditional_import_test: Crash # Requires deferred libraries |
| 294 conditional_import_string_test: Crash # Requires deferred libraries | 294 conditional_import_string_test: Crash # Requires deferred libraries |
| 295 vm/regress_27201_test: Pass, Crash # Requires deferred libraries | 295 vm/regress_27201_test: Pass, Crash # Requires deferred libraries |
| 296 vm/optimized_stacktrace_test: Pass, Slow | 296 vm/optimized_stacktrace_test: Pass, Slow |
| 297 | 297 |
| 298 [$runtime != vm || $compiler != none] | 298 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler !
= none && $compiler != dartk && $compiler != dartkp )] |
| 299 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. | 299 assert_initializer_test/*: SKIP # not implemented yet, experiment is VM only. |
| 300 | |
| 301 [$runtime == vm && $compiler == none && ! $checked] | |
| 302 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail
in unchecked mode. | |
| 303 assert_initializer_test/none: pass | |
| 304 | 300 |
| 305 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked] | 301 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked] |
| 306 # The VM doesn't enforce that potentially const expressions are actually | 302 # The VM doesn't enforce that potentially const expressions are actually |
| 307 # const expressions when the constructor is called with `const`. | 303 # const expressions when the constructor is called with `const`. |
| 308 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 304 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. |
| 309 | 305 |
| 310 [($runtime == vm || $runtime == flutter) && $compiler == none] | 306 [($runtime == vm || $runtime == flutter) && $compiler == none] |
| 311 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 | 307 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 |
| 312 | 308 |
| 313 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] | 309 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 564 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
| 569 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 565 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
| 570 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 566 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
| 571 asyncstar_yield_test: Skip # Flutter Issue 9110 | 567 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 572 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 568 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
| 573 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 569 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
| 574 await_for_test: Skip # Flutter Issue 9110 | 570 await_for_test: Skip # Flutter Issue 9110 |
| 575 await_for_cancel_test: Skip # Flutter Issue 9110 | 571 await_for_cancel_test: Skip # Flutter Issue 9110 |
| 576 | 572 |
| 577 | 573 |
| OLD | NEW |