| 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 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro
id) ] | 6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro
id) ] |
| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 | 74 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 |
| 75 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 | 75 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 |
| 76 | 76 |
| 77 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == simarm || $arch == simarmv5te || $arch == sim
mips || $arch == simarm64) ] | 77 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == simarm || $arch == simarmv5te || $arch == sim
mips || $arch == simarm64) ] |
| 78 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout | 78 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout |
| 79 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout | 79 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout |
| 80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout | 80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout |
| 81 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout | 81 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout |
| 82 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout | 82 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout |
| 83 | 83 |
| 84 [ ($compiler == none || $compiler == precompiler) && $system == windows ] |
| 85 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow |
| 86 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow |
| 87 |
| 84 [ ($runtime == vm || $runtime == dart_precompiled) ] | 88 [ ($runtime == vm || $runtime == dart_precompiled) ] |
| 85 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 | 89 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
| 86 LibTest/html/*: SkipByDesign # dart:html not supported on VM. | 90 LibTest/html/*: SkipByDesign # dart:html not supported on VM. |
| 87 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. | 91 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. |
| 88 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 92 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
| 89 | 93 |
| 90 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 94 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 91 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. | 95 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. |
| 92 | 96 |
| 93 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == arm ] | 97 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == arm ] |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 151 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| 148 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 152 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 149 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 153 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 150 Language/Mixins/Mixin_Application/error_t01: Pass | 154 Language/Mixins/Mixin_Application/error_t01: Pass |
| 151 Language/Mixins/Mixin_Application/error_t02: Pass | 155 Language/Mixins/Mixin_Application/error_t02: Pass |
| 152 Language/Mixins/declaring_constructor_t01: Pass | 156 Language/Mixins/declaring_constructor_t01: Pass |
| 153 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass | 157 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass |
| 154 Language/Metadata/*: Skip # Uses dart:mirrors | 158 Language/Metadata/*: Skip # Uses dart:mirrors |
| 155 | 159 |
| 156 [ $runtime == dart_precompiled ] | 160 [ $runtime == dart_precompiled ] |
| 157 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri | 161 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri |
| OLD | NEW |