| 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 == app_jit ] | 8 [ $compiler == none || $compiler == app_jit ] |
| 9 null_is_bottom_test/22: RuntimeError # Issue 28025 | 9 null_is_bottom_test/22: RuntimeError # Issue 28025 |
| 10 null_is_bottom_test/34: RuntimeError # Issue 28025 | 10 null_is_bottom_test/34: RuntimeError # Issue 28025 |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 | 349 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 |
| 350 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 | 350 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 |
| 351 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 | 351 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 |
| 352 | 352 |
| 353 # Issue #28236 | 353 # Issue #28236 |
| 354 async_await_test: StaticWarning | 354 async_await_test: StaticWarning |
| 355 async_star_pause_test: StaticWarning | 355 async_star_pause_test: StaticWarning |
| 356 async_star_test: StaticWarning | 356 async_star_test: StaticWarning |
| 357 regress_18535_test: StaticWarning | 357 regress_18535_test: StaticWarning |
| 358 | 358 |
| 359 [ $runtime == dart_precompiled || $runtime == vm ] | 359 [ $runtime == dart_precompiled || $runtime == vm || $runtime == dartium] |
| 360 null_bottom_test/none: RuntimeError # Issue 28025 | 360 null_bottom_test/none: RuntimeError # Issue 28025 |
| 361 null_bottom_test/01: RuntimeError # Issue 28025 | 361 null_bottom_test/01: RuntimeError # Issue 28025 |
| 362 null_bottom_test/02: RuntimeError # Issue 28025 | 362 null_bottom_test/02: RuntimeError # Issue 28025 |
| OLD | NEW |