| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 math/random_big_test: RuntimeError # Issue 29922 | 239 math/random_big_test: RuntimeError # Issue 29922 |
| 240 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 | 240 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 |
| 241 mirrors/array_tracing3_test: RuntimeError # Issue 29922 | 241 mirrors/array_tracing3_test: RuntimeError # Issue 29922 |
| 242 mirrors/array_tracing_test: RuntimeError # Issue 29922 | 242 mirrors/array_tracing_test: RuntimeError # Issue 29922 |
| 243 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 | 243 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 |
| 244 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 | 244 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 |
| 245 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 | 245 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 |
| 246 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 | 246 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 |
| 247 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922 | 247 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922 |
| 248 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922 | 248 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922 |
| 249 mirrors/constructor_optional_args_test: RuntimeError # Issue 29922 | |
| 250 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 | 249 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 |
| 251 mirrors/declarations_type_test: RuntimeError # Issue 29922 | 250 mirrors/declarations_type_test: RuntimeError # Issue 29922 |
| 252 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 | 251 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 |
| 253 mirrors/deferred_mirrors_metatarget_test: RuntimeError # Issue 29922 | 252 mirrors/deferred_mirrors_metatarget_test: RuntimeError # Issue 29922 |
| 254 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 | 253 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 |
| 255 mirrors/empty_test: RuntimeError # Issue 29922 | 254 mirrors/empty_test: RuntimeError # Issue 29922 |
| 256 mirrors/equality_test: RuntimeError # Issue 29922 | 255 mirrors/equality_test: RuntimeError # Issue 29922 |
| 257 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 | 256 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 |
| 258 mirrors/field_metadata2_test: RuntimeError # Issue 29922 | 257 mirrors/field_metadata2_test: RuntimeError # Issue 29922 |
| 259 mirrors/field_type_test: RuntimeError # Issue 29922 | 258 mirrors/field_type_test: RuntimeError # Issue 29922 |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922 | 348 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922 |
| 350 mirrors/typedef_library_test: RuntimeError # Issue 29922 | 349 mirrors/typedef_library_test: RuntimeError # Issue 29922 |
| 351 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 | 350 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 |
| 352 mirrors/typedef_test: RuntimeError # Issue 29922 | 351 mirrors/typedef_test: RuntimeError # Issue 29922 |
| 353 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 | 352 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 |
| 354 mirrors/unnamed_library_test: RuntimeError # Issue 29922 | 353 mirrors/unnamed_library_test: RuntimeError # Issue 29922 |
| 355 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 | 354 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 |
| 356 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 | 355 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 |
| 357 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 | 356 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 |
| 358 typed_data/typed_data_list_test: RuntimeError # Issue 29922 | 357 typed_data/typed_data_list_test: RuntimeError # Issue 29922 |
| OLD | NEW |