Chromium Code Reviews| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 198 no_such_method_test: SkipByDesign | 198 no_such_method_test: SkipByDesign |
| 199 null_test/none: SkipByDesign | 199 null_test/none: SkipByDesign |
| 200 overridden_no_such_method_test: SkipByDesign | 200 overridden_no_such_method_test: SkipByDesign |
| 201 redirecting_factory_reflection_test: SkipByDesign | 201 redirecting_factory_reflection_test: SkipByDesign |
| 202 regress_13462_0_test: SkipByDesign | 202 regress_13462_0_test: SkipByDesign |
| 203 regress_13462_1_test: SkipByDesign | 203 regress_13462_1_test: SkipByDesign |
| 204 regress_18535_test: SkipByDesign | 204 regress_18535_test: SkipByDesign |
| 205 super_call4_test: SkipByDesign | 205 super_call4_test: SkipByDesign |
| 206 super_getter_setter_test: SkipByDesign | 206 super_getter_setter_test: SkipByDesign |
| 207 vm/reflect_core_vm_test: SkipByDesign | 207 vm/reflect_core_vm_test: SkipByDesign |
| 208 regress_28255_test: SkipByDesign | |
|
zra
2017/01/05 18:36:10
It looks like the kernel status file also needs an
zra
2017/01/05 20:29:55
https://github.com/dart-lang/sdk/commit/cf1a432ac7
| |
| 208 | 209 |
| 209 [ $noopt ] | 210 [ $noopt ] |
| 210 # Deferred loading happens eagerly. Issue #27587 | 211 # Deferred loading happens eagerly. Issue #27587 |
| 211 regress_23408_test: Fail | 212 regress_23408_test: Fail |
| 212 deferred_inheritance_constraints_test/redirecting_constructor: Fail | 213 deferred_inheritance_constraints_test/redirecting_constructor: Fail |
| 213 deferred_global_test: Fail | 214 deferred_global_test: Fail |
| 214 deferred_load_constants_test/02: Fail | 215 deferred_load_constants_test/02: Fail |
| 215 deferred_load_constants_test/03: Fail | 216 deferred_load_constants_test/03: Fail |
| 216 deferred_load_constants_test/05: Fail | 217 deferred_load_constants_test/05: Fail |
| 217 regress_22443_test: Fail | 218 regress_22443_test: Fail |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 347 # Issue #28236 | 348 # Issue #28236 |
| 348 async_await_test: StaticWarning | 349 async_await_test: StaticWarning |
| 349 async_star_pause_test: StaticWarning | 350 async_star_pause_test: StaticWarning |
| 350 async_star_test: StaticWarning | 351 async_star_test: StaticWarning |
| 351 regress_18535_test: StaticWarning | 352 regress_18535_test: StaticWarning |
| 352 | 353 |
| 353 [ $runtime == dart_precompiled || $runtime == vm || $runtime == dartium] | 354 [ $runtime == dart_precompiled || $runtime == vm || $runtime == dartium] |
| 354 null_bottom_test/none: RuntimeError # Issue 28025 | 355 null_bottom_test/none: RuntimeError # Issue 28025 |
| 355 null_bottom_test/01: RuntimeError # Issue 28025 | 356 null_bottom_test/01: RuntimeError # Issue 28025 |
| 356 null_bottom_test/02: RuntimeError # Issue 28025 | 357 null_bottom_test/02: RuntimeError # Issue 28025 |
| OLD | NEW |