| 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 # 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 | 143 |
| 144 [ $noopt || $compiler == precompiler ] | 144 [ $noopt || $compiler == precompiler ] |
| 145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
| 146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| 147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 149 Language/Mixins/Mixin_Application/error_t01: Pass | 149 Language/Mixins/Mixin_Application/error_t01: Pass |
| 150 Language/Mixins/Mixin_Application/error_t02: Pass | 150 Language/Mixins/Mixin_Application/error_t02: Pass |
| 151 Language/Mixins/declaring_constructor_t01: Pass | 151 Language/Mixins/declaring_constructor_t01: Pass |
| 152 | 152 |
| 153 [ $runtime == vm && $mode == product ] | |
| 154 LibTest/typed_data/Float32List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. | |
| 155 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: Fail,OK # Expects exact t
ype name. | |
| 156 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. | |
| 157 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | |
| 158 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | |
| 159 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | |
| 160 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n
ame. | |
| 161 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | |
| 162 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | |
| 163 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | |
| 164 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac
t type name. | |
| 165 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | |
| 166 | |
| 167 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] | 153 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] |
| 168 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC | 154 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC |
| 169 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout | 155 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout |
| 170 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout | 156 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout |
| 171 | 157 |
| 172 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 158 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 173 LibTest/isolate/*: Skip # Issue #26373 | 159 LibTest/isolate/*: Skip # Issue #26373 |
| 174 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 160 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
| 175 | 161 |
| 176 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) | 162 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) |
| 177 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 163 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
| OLD | NEW |