OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. | 5 # Skip entire suite if not running in strong mode. |
6 [ ! $strong ] | 6 [ ! $strong ] |
7 *: SkipByDesign | 7 *: SkipByDesign |
8 | 8 |
9 # Skip tests that are not yet strong-mode clean. | 9 # Skip tests that are not yet strong-mode clean. |
10 [ $strong ] | 10 [ $strong ] |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 | 223 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 |
224 mirrors/empty_test: RuntimeError # Issue 29922 | 224 mirrors/empty_test: RuntimeError # Issue 29922 |
225 mirrors/equality_test: RuntimeError # Issue 29922 | 225 mirrors/equality_test: RuntimeError # Issue 29922 |
226 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 | 226 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 |
227 mirrors/field_metadata2_test: RuntimeError # Issue 29922 | 227 mirrors/field_metadata2_test: RuntimeError # Issue 29922 |
228 mirrors/field_type_test: RuntimeError # Issue 29922 | 228 mirrors/field_type_test: RuntimeError # Issue 29922 |
229 mirrors/function_type_mirror_test: RuntimeError # Issue 29922 | 229 mirrors/function_type_mirror_test: RuntimeError # Issue 29922 |
230 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 29922 | 230 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 29922 |
231 mirrors/generic_f_bounded_test/none: RuntimeError # Issue 29922 | 231 mirrors/generic_f_bounded_test/none: RuntimeError # Issue 29922 |
232 mirrors/generic_function_typedef_test: RuntimeError # Issue 29922 | 232 mirrors/generic_function_typedef_test: RuntimeError # Issue 29922 |
233 mirrors/generic_local_function_test: RuntimeError # Issue 29922 | |
234 mirrors/generic_mixin_applications_test: RuntimeError # Issue 29922 | |
235 mirrors/generic_mixin_test: RuntimeError # Issue 29922 | |
236 mirrors/generic_superclass_test/01: RuntimeError # Issue 29922 | |
237 mirrors/generic_superclass_test/none: RuntimeError # Issue 29922 | |
238 mirrors/generic_type_mirror_test: RuntimeError # Issue 29922 | |
239 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 29922 | 233 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 29922 |
240 mirrors/generics_double_substitution_test/none: RuntimeError # Issue 29922 | 234 mirrors/generics_double_substitution_test/none: RuntimeError # Issue 29922 |
241 mirrors/generics_dynamic_test: RuntimeError # Issue 29922 | 235 mirrors/generics_dynamic_test: RuntimeError # Issue 29922 |
242 mirrors/generics_special_types_test: RuntimeError # Issue 29922 | 236 mirrors/generics_special_types_test: RuntimeError # Issue 29922 |
243 mirrors/generics_substitution_test: RuntimeError # Issue 29922 | 237 mirrors/generics_substitution_test: RuntimeError # Issue 29922 |
244 mirrors/globalized_closures2_test/00: RuntimeError # Issue 29922 | 238 mirrors/globalized_closures2_test/00: RuntimeError # Issue 29922 |
245 mirrors/globalized_closures2_test/none: RuntimeError # Issue 29922 | 239 mirrors/globalized_closures2_test/none: RuntimeError # Issue 29922 |
246 mirrors/globalized_closures_test/00: RuntimeError # Issue 29922 | 240 mirrors/globalized_closures_test/00: RuntimeError # Issue 29922 |
247 mirrors/globalized_closures_test/none: RuntimeError # Issue 29922 | 241 mirrors/globalized_closures_test/none: RuntimeError # Issue 29922 |
248 mirrors/hot_get_field_test: RuntimeError # Issue 29922 | 242 mirrors/hot_get_field_test: RuntimeError # Issue 29922 |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 html/touchevent_test: RuntimeError # Issue 29922 | 340 html/touchevent_test: RuntimeError # Issue 29922 |
347 | 341 |
348 [ $compiler == dartdevc && $runtime == drt ] | 342 [ $compiler == dartdevc && $runtime == drt ] |
349 html/svg_test: RuntimeError # Issue 29922 | 343 html/svg_test: RuntimeError # Issue 29922 |
350 math/math_test: RuntimeError # Issue 29922 | 344 math/math_test: RuntimeError # Issue 29922 |
351 math/math2_test: RuntimeError # Issue 29922 | 345 math/math2_test: RuntimeError # Issue 29922 |
352 | 346 |
353 [ $compiler == dartdevc && $system == windows ] | 347 [ $compiler == dartdevc && $system == windows ] |
354 convert/json_pretty_test: RuntimeError # Issue 30336 | 348 convert/json_pretty_test: RuntimeError # Issue 30336 |
355 html/xhr_test/xhr: Skip # Times out. Issue 21527 | 349 html/xhr_test/xhr: Skip # Times out. Issue 21527 |
OLD | NEW |