| 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 [ $compiler == dartk && $runtime == vm ] | 5 [ $compiler == dartk && $runtime == vm ] |
| 6 convert/ascii_test: DartkCompileTimeError | 6 convert/ascii_test: DartkCompileTimeError |
| 7 convert/chunked_conversion_json_decode1_test: DartkCompileTimeError | 7 convert/chunked_conversion_json_decode1_test: DartkCompileTimeError |
| 8 convert/chunked_conversion_utf82_test: DartkCompileTimeError | 8 convert/chunked_conversion_utf82_test: DartkCompileTimeError |
| 9 convert/chunked_conversion_utf83_test: DartkCompileTimeError | 9 convert/chunked_conversion_utf83_test: DartkCompileTimeError |
| 10 convert/chunked_conversion_utf85_test: DartkCompileTimeError | 10 convert/chunked_conversion_utf85_test: DartkCompileTimeError |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 mirrors/constructor_private_name_test: RuntimeError | 179 mirrors/constructor_private_name_test: RuntimeError |
| 180 mirrors/deferred_mirrors_metadata_test: RuntimeError | 180 mirrors/deferred_mirrors_metadata_test: RuntimeError |
| 181 mirrors/deferred_mirrors_metatarget_test: RuntimeError | 181 mirrors/deferred_mirrors_metatarget_test: RuntimeError |
| 182 mirrors/deferred_mirrors_update_test: RuntimeError | 182 mirrors/deferred_mirrors_update_test: RuntimeError |
| 183 mirrors/empty_test: RuntimeError | 183 mirrors/empty_test: RuntimeError |
| 184 mirrors/equality_test: RuntimeError | 184 mirrors/equality_test: RuntimeError |
| 185 mirrors/fake_function_with_call_test: Crash | 185 mirrors/fake_function_with_call_test: Crash |
| 186 mirrors/field_type_test: RuntimeError | 186 mirrors/field_type_test: RuntimeError |
| 187 mirrors/function_type_mirror_test: RuntimeError | 187 mirrors/function_type_mirror_test: RuntimeError |
| 188 mirrors/generic_function_typedef_test: RuntimeError | 188 mirrors/generic_function_typedef_test: RuntimeError |
| 189 mirrors/generic_local_function_test: RuntimeError | |
| 190 mirrors/generic_mixin_applications_test: RuntimeError | |
| 191 mirrors/generic_mixin_test: RuntimeError | |
| 192 mirrors/generic_type_mirror_test: RuntimeError | |
| 193 mirrors/generics_double_substitution_test/01: RuntimeError | 189 mirrors/generics_double_substitution_test/01: RuntimeError |
| 194 mirrors/generics_double_substitution_test/none: RuntimeError | 190 mirrors/generics_double_substitution_test/none: RuntimeError |
| 195 mirrors/generics_dynamic_test: Crash | 191 mirrors/generics_dynamic_test: Crash |
| 196 mirrors/generics_substitution_test: RuntimeError | 192 mirrors/generics_substitution_test: RuntimeError |
| 197 mirrors/globalized_closures2_test/00: RuntimeError | 193 mirrors/globalized_closures2_test/00: RuntimeError |
| 198 mirrors/globalized_closures2_test/none: RuntimeError | 194 mirrors/globalized_closures2_test/none: RuntimeError |
| 199 mirrors/globalized_closures_test/00: RuntimeError | 195 mirrors/globalized_closures_test/00: RuntimeError |
| 200 mirrors/globalized_closures_test/none: RuntimeError | 196 mirrors/globalized_closures_test/none: RuntimeError |
| 201 mirrors/hot_get_field_test: RuntimeError | 197 mirrors/hot_get_field_test: RuntimeError |
| 202 mirrors/hot_set_field_test: RuntimeError | 198 mirrors/hot_set_field_test: RuntimeError |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 mirrors/symbol_validation_test/01: RuntimeError | 245 mirrors/symbol_validation_test/01: RuntimeError |
| 250 mirrors/symbol_validation_test/none: RuntimeError | 246 mirrors/symbol_validation_test/none: RuntimeError |
| 251 mirrors/to_string_test: RuntimeError | 247 mirrors/to_string_test: RuntimeError |
| 252 mirrors/type_variable_is_static_test: RuntimeError | 248 mirrors/type_variable_is_static_test: RuntimeError |
| 253 mirrors/type_variable_owner_test/01: RuntimeError | 249 mirrors/type_variable_owner_test/01: RuntimeError |
| 254 mirrors/typedef_deferred_library_test: RuntimeError | 250 mirrors/typedef_deferred_library_test: RuntimeError |
| 255 mirrors/typedef_library_test: RuntimeError | 251 mirrors/typedef_library_test: RuntimeError |
| 256 mirrors/typedef_metadata_test: RuntimeError | 252 mirrors/typedef_metadata_test: RuntimeError |
| 257 mirrors/typedef_test: RuntimeError | 253 mirrors/typedef_test: RuntimeError |
| 258 mirrors/typevariable_mirror_metadata_test: RuntimeError | 254 mirrors/typevariable_mirror_metadata_test: RuntimeError |
| OLD | NEW |