| 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 | 5 |
| 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 7 | 7 |
| 8 # Failures ok in tests below. VM moves super initializer to end of list. | 8 # Failures ok in tests below. VM moves super initializer to end of list. |
| 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
| 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC | 183 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC |
| 184 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout | 184 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout |
| 185 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout | 185 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout |
| 186 | 186 |
| 187 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 187 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 188 LibTest/isolate/*: Skip # Issue #26373 | 188 LibTest/isolate/*: Skip # Issue #26373 |
| 189 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 189 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
| 190 | 190 |
| 191 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) | 191 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) |
| 192 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 192 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
| 193 | |
| 194 [ $compiler == precompiler && $runtime == dart_precompiled && ($arch == simarm |
| $arch == simarm64) ] | |
| 195 LibTest/core/int/toDouble_A01_t01: Crash, Timeout # Issue 26607 | |
| OLD | NEW |