| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 88 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
| 89 | 89 |
| 90 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 90 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 91 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. | 91 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. |
| 92 | 92 |
| 93 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == arm ] | 93 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == arm ] |
| 94 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue
24416 | 94 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue
24416 |
| 95 | 95 |
| 96 [ ($runtime == vm || $runtime == dart_precompiled) ] | 96 [ ($runtime == vm || $runtime == dart_precompiled) ] |
| 97 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) | 97 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) |
| 98 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
01: MissingCompileTimeError # Please triage this failure | |
| 99 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
02: MissingCompileTimeError # Please triage this failure | |
| 100 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: MissingCompileTimeError # Please triage this failure | |
| 101 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass
_t01: MissingCompileTimeError # Please triage this failure | |
| 102 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass
_t02: MissingCompileTimeError # Please triage this failure | |
| 103 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail
ure | 98 Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this fail
ure |
| 104 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail
ure | 99 Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this fail
ure |
| 105 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure | 100 Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure |
| 106 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail
ure | 101 Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this fail
ure |
| 107 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail
ure | 102 Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this fail
ure |
| 108 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th
is failure | 103 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage th
is failure |
| 109 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th
is failure | 104 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage th
is failure |
| 110 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t01: MissingCompileTimeError # Please triage this failure | 105 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t01: MissingCompileTimeError # Please triage this failure |
| 111 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t02: MissingCompileTimeError # Please triage this failure | 106 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t02: MissingCompileTimeError # Please triage this failure |
| 112 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t03: MissingCompileTimeError # Please triage this failure | 107 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb
er_t03: MissingCompileTimeError # Please triage this failure |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 148 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 154 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 149 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 155 Language/Mixins/Mixin_Application/error_t01: Pass | 150 Language/Mixins/Mixin_Application/error_t01: Pass |
| 156 Language/Mixins/Mixin_Application/error_t02: Pass | 151 Language/Mixins/Mixin_Application/error_t02: Pass |
| 157 Language/Mixins/declaring_constructor_t01: Pass | 152 Language/Mixins/declaring_constructor_t01: Pass |
| 158 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass | 153 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass |
| 159 Language/Metadata/*: Skip # Uses dart:mirrors | 154 Language/Metadata/*: Skip # Uses dart:mirrors |
| 160 | 155 |
| 161 [ $runtime == dart_precompiled ] | 156 [ $runtime == dart_precompiled ] |
| 162 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri | 157 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri |
| OLD | NEW |