| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 | 79 |
| 80 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 80 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
| 81 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 | 81 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
| 82 LibTest/html/*: SkipByDesign # dart:html not supported on VM. | 82 LibTest/html/*: SkipByDesign # dart:html not supported on VM. |
| 83 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. | 83 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. |
| 84 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 84 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
| 85 | 85 |
| 86 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $builder_tag == asan ] | 86 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $builder_tag == asan ] |
| 87 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. | 87 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. |
| 88 | 88 |
| 89 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == arm ] | |
| 90 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue
24416 | |
| 91 | |
| 92 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 89 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
| 93 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) | 90 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) |
| 94 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 | 91 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 |
| 95 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 | 92 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 |
| 96 Language/Classes/Setters/syntax_t04: RuntimeError # co19 issue 38 | 93 Language/Classes/Setters/syntax_t04: RuntimeError # co19 issue 38 |
| 97 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 | 94 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 |
| 98 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 | 95 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 |
| 99 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 | 96 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 |
| 100 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 | 97 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 |
| 101 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t01: MissingCompileTimeError # Issue 24472 | 98 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t01: MissingCompileTimeError # Issue 24472 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC | 151 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC |
| 155 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout | 152 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout |
| 156 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout | 153 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout |
| 157 | 154 |
| 158 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 155 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 159 LibTest/isolate/*: Skip # Issue #26373 | 156 LibTest/isolate/*: Skip # Issue #26373 |
| 160 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 157 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
| 161 | 158 |
| 162 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) | 159 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) |
| 163 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 160 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
| OLD | NEW |