| 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 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 9 # Other issues: | 9 # Other issues: |
| 10 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 10 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 | 323 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 |
| 324 | 324 |
| 325 [$compiler == dart2analyzer] | 325 [$compiler == dart2analyzer] |
| 326 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 326 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
| 327 config_import_corelib_test: StaticWarning, OK | 327 config_import_corelib_test: StaticWarning, OK |
| 328 | 328 |
| 329 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 | 329 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 |
| 330 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 | 330 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 |
| 331 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 | 331 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 |
| 332 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 | 332 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 |
| 333 | |
| 334 # Issue #28236 | |
| 335 async_await_test: StaticWarning | |
| 336 async_star_pause_test: StaticWarning | |
| 337 async_star_test: StaticWarning | |
| 338 regress_18535_test: StaticWarning | |
| 339 | |
| OLD | NEW |