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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 LibTest/isolate/*: Skip # Issue #26373 | 185 LibTest/isolate/*: Skip # Issue #26373 |
186 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 186 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
187 | 187 |
188 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) | 188 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) |
189 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 189 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
190 | 190 |
191 [ $compiler == precompiler && $runtime == dart_precompiled && $arch == simarm ] | 191 [ $compiler == precompiler && $runtime == dart_precompiled && $arch == simarm ] |
192 LibTest/typed_data/Float32x4/operator_division_A01_t02: RuntimeError # Issue #26
675 | 192 LibTest/typed_data/Float32x4/operator_division_A01_t02: RuntimeError # Issue #26
675 |
193 | 193 |
194 [ $hot_reload ] | 194 [ $hot_reload ] |
195 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass, Cras
h | 195 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
196 LibTest/collection/HashSet/HashSet_class_A01_t01: Crash | |
197 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Crash | |
198 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Crash | |
199 LibTest/collection/LinkedList/iterator_current_A01_t01: Crash | |
200 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout, Crash | |
201 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 196 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
202 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout, Crash | 197 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
203 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 198 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
204 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Pass, Crash | 199 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
205 LibTest/collection/Queue/Queue_class_A01_t01: Pass, Crash | |
206 LibTest/core/List/List.from_A01_t01: Crash | |
207 LibTest/core/List/List_class_A01_t01: Pass, Crash | |
208 LibTest/core/List/List_class_A01_t02: Pass, Timeout, Crash | |
209 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 200 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
210 LibTest/core/Set/IterableBase_A01_t01: Pass, Crash | |
211 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 201 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
212 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 202 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
OLD | NEW |