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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage
this failure | 136 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage
this failure |
137 | 137 |
138 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $checked ] | 138 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $checked ] |
139 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th
is failure | 139 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage th
is failure |
140 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th
is failure | 140 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage th
is failure |
141 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th
is failure | 141 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage th
is failure |
142 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th
is failure | 142 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage th
is failure |
143 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th
is failure | 143 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage th
is failure |
144 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th
is failure | 144 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage th
is failure |
145 | 145 |
146 [ ($noopt || $compiler == precompiler) ] | 146 [ $noopt || $compiler == precompiler ] |
| 147 Language/Metadata/*: SkipByDesign # Uses dart:mirrors |
147 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 148 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
148 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 149 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
149 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 150 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
150 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 151 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
151 Language/Mixins/Mixin_Application/error_t01: Pass | 152 Language/Mixins/Mixin_Application/error_t01: Pass |
152 Language/Mixins/Mixin_Application/error_t02: Pass | 153 Language/Mixins/Mixin_Application/error_t02: Pass |
153 Language/Mixins/declaring_constructor_t01: Pass | 154 Language/Mixins/declaring_constructor_t01: Pass |
154 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass | 155 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass |
155 Language/Metadata/*: Skip # Uses dart:mirrors | |
156 | 156 |
157 [ $runtime == dart_precompiled ] | 157 [ $runtime == dart_precompiled ] |
158 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri | 158 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri |
| 159 Language/Expressions/Constants/identifier_denotes_a_constant_t05: Crash # Issue
25892 |
| 160 Language/Expressions/Constants/static_method_t01: Crash # Issue 25892 |
159 | 161 |
160 [ $runtime == dart_product ] | 162 [ $runtime == dart_product ] |
161 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri | 163 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri |
162 Language/Metadata/*: SkipByDesign # Uses dart:mirrors | 164 Language/Metadata/*: SkipByDesign # Uses dart:mirrors |
163 | 165 |
164 [ $runtime == vm && $mode == product ] | 166 [ $runtime == vm && $mode == product ] |
165 LibTest/typed_data/Float32List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. | 167 LibTest/typed_data/Float32List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. |
166 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: Fail,OK # Expects exact t
ype name. | 168 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: Fail,OK # Expects exact t
ype name. |
167 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. | 169 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. |
168 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 170 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
169 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 171 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
170 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 172 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
171 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n
ame. | 173 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n
ame. |
172 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 174 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
173 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 175 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
174 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 176 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
175 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac
t type name. | 177 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac
t type name. |
176 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 178 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
OLD | NEW |