| 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_product) ] | 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
| 7 | 7 |
| 8 LibTest/collection/HashSet/HashSet_class_A01_t01: Pass, Timeout # Flaky timeout:
Issue 26500 |
| 9 |
| 8 # Failures ok in tests below. VM moves super initializer to end of list. | 10 # Failures ok in tests below. VM moves super initializer to end of list. |
| 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | 11 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
| 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | 12 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
| 11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK | 13 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK |
| 12 | 14 |
| 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 | 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 |
| 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 | 16 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 |
| 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 | 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 |
| 16 | 18 |
| 17 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 19 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC | 156 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC |
| 155 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout | 157 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout |
| 156 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout | 158 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout |
| 157 | 159 |
| 158 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 160 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 159 LibTest/isolate/*: Skip # Issue #26373 | 161 LibTest/isolate/*: Skip # Issue #26373 |
| 160 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 162 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
| 161 | 163 |
| 162 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) | 164 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) |
| 163 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 165 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
| OLD | NEW |