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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 html/wheelevent_test: DartkCompileTimeError | 164 html/wheelevent_test: DartkCompileTimeError |
165 html/window_eq_test: DartkCompileTimeError | 165 html/window_eq_test: DartkCompileTimeError |
166 html/window_mangling_test: DartkCompileTimeError | 166 html/window_mangling_test: DartkCompileTimeError |
167 html/window_nosuchmethod_test: DartkCompileTimeError | 167 html/window_nosuchmethod_test: DartkCompileTimeError |
168 html/window_test: DartkCompileTimeError | 168 html/window_test: DartkCompileTimeError |
169 html/worker_api_test: DartkCompileTimeError | 169 html/worker_api_test: DartkCompileTimeError |
170 html/worker_test: DartkCompileTimeError | 170 html/worker_test: DartkCompileTimeError |
171 html/xhr_cross_origin_test: DartkCompileTimeError | 171 html/xhr_cross_origin_test: DartkCompileTimeError |
172 html/xhr_test: DartkCompileTimeError | 172 html/xhr_test: DartkCompileTimeError |
173 html/xsltprocessor_test: DartkCompileTimeError | 173 html/xsltprocessor_test: DartkCompileTimeError |
174 mirrors/basic_types_in_dart_core_test: RuntimeError | |
175 mirrors/class_mirror_location_test: RuntimeError | |
176 mirrors/constructor_kinds_test/01: RuntimeError | |
177 mirrors/constructor_kinds_test/none: RuntimeError | |
178 mirrors/constructor_optional_args_test: CompileTimeError | |
179 mirrors/constructor_private_name_test: RuntimeError | 174 mirrors/constructor_private_name_test: RuntimeError |
180 mirrors/deferred_mirrors_metadata_test: RuntimeError | 175 mirrors/deferred_mirrors_metadata_test: RuntimeError |
181 mirrors/deferred_mirrors_metatarget_test: RuntimeError | 176 mirrors/deferred_mirrors_metatarget_test: RuntimeError |
182 mirrors/deferred_mirrors_update_test: RuntimeError | 177 mirrors/deferred_mirrors_update_test: RuntimeError |
183 mirrors/empty_test: RuntimeError | 178 mirrors/empty_test: RuntimeError |
184 mirrors/equality_test: RuntimeError | 179 mirrors/equality_test: RuntimeError |
185 mirrors/fake_function_with_call_test: Crash | 180 mirrors/fake_function_with_call_test: Crash |
186 mirrors/field_type_test: RuntimeError | 181 mirrors/field_type_test: RuntimeError |
187 mirrors/function_type_mirror_test: RuntimeError | 182 mirrors/function_type_mirror_test: RuntimeError |
188 mirrors/generic_function_typedef_test: RuntimeError | 183 mirrors/generic_function_typedef_test: RuntimeError |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 mirrors/symbol_validation_test/01: RuntimeError | 244 mirrors/symbol_validation_test/01: RuntimeError |
250 mirrors/symbol_validation_test/none: RuntimeError | 245 mirrors/symbol_validation_test/none: RuntimeError |
251 mirrors/to_string_test: RuntimeError | 246 mirrors/to_string_test: RuntimeError |
252 mirrors/type_variable_is_static_test: RuntimeError | 247 mirrors/type_variable_is_static_test: RuntimeError |
253 mirrors/type_variable_owner_test/01: RuntimeError | 248 mirrors/type_variable_owner_test/01: RuntimeError |
254 mirrors/typedef_deferred_library_test: RuntimeError | 249 mirrors/typedef_deferred_library_test: RuntimeError |
255 mirrors/typedef_library_test: RuntimeError | 250 mirrors/typedef_library_test: RuntimeError |
256 mirrors/typedef_metadata_test: RuntimeError | 251 mirrors/typedef_metadata_test: RuntimeError |
257 mirrors/typedef_test: RuntimeError | 252 mirrors/typedef_test: RuntimeError |
258 mirrors/typevariable_mirror_metadata_test: RuntimeError | 253 mirrors/typevariable_mirror_metadata_test: RuntimeError |
OLD | NEW |