Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: tests/lib_strong/lib_strong_kernel.status

Issue 3003123002: Migrated test block 219 to Dart 2.0. (Closed)
Patch Set: Deleted files that were already merged. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 174 mirrors/basic_types_in_dart_core_test: RuntimeError
175 mirrors/class_mirror_location_test: RuntimeError 175 mirrors/class_mirror_location_test: RuntimeError
176 mirrors/constructor_kinds_test/01: RuntimeError 176 mirrors/constructor_kinds_test/01: RuntimeError
177 mirrors/constructor_kinds_test/none: RuntimeError 177 mirrors/constructor_kinds_test/none: RuntimeError
178 mirrors/constructor_optional_args_test: CompileTimeError
179 mirrors/constructor_private_name_test: RuntimeError
180 mirrors/deferred_mirrors_metadata_test: RuntimeError
181 mirrors/deferred_mirrors_metatarget_test: RuntimeError
182 mirrors/deferred_mirrors_update_test: RuntimeError
183 mirrors/empty_test: RuntimeError
184 mirrors/equality_test: RuntimeError
185 mirrors/fake_function_with_call_test: Crash 178 mirrors/fake_function_with_call_test: Crash
186 mirrors/field_type_test: RuntimeError 179 mirrors/field_type_test: RuntimeError
187 mirrors/function_type_mirror_test: RuntimeError 180 mirrors/function_type_mirror_test: RuntimeError
188 mirrors/generic_function_typedef_test: RuntimeError 181 mirrors/generic_function_typedef_test: RuntimeError
189 mirrors/generic_local_function_test: RuntimeError 182 mirrors/generic_local_function_test: RuntimeError
190 mirrors/generic_mixin_applications_test: RuntimeError 183 mirrors/generic_mixin_applications_test: RuntimeError
191 mirrors/generic_mixin_test: RuntimeError 184 mirrors/generic_mixin_test: RuntimeError
192 mirrors/generic_type_mirror_test: RuntimeError 185 mirrors/generic_type_mirror_test: RuntimeError
193 mirrors/generics_double_substitution_test/01: RuntimeError 186 mirrors/generics_double_substitution_test/01: RuntimeError
194 mirrors/generics_double_substitution_test/none: RuntimeError 187 mirrors/generics_double_substitution_test/none: RuntimeError
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 mirrors/symbol_validation_test/01: RuntimeError 242 mirrors/symbol_validation_test/01: RuntimeError
250 mirrors/symbol_validation_test/none: RuntimeError 243 mirrors/symbol_validation_test/none: RuntimeError
251 mirrors/to_string_test: RuntimeError 244 mirrors/to_string_test: RuntimeError
252 mirrors/type_variable_is_static_test: RuntimeError 245 mirrors/type_variable_is_static_test: RuntimeError
253 mirrors/type_variable_owner_test/01: RuntimeError 246 mirrors/type_variable_owner_test/01: RuntimeError
254 mirrors/typedef_deferred_library_test: RuntimeError 247 mirrors/typedef_deferred_library_test: RuntimeError
255 mirrors/typedef_library_test: RuntimeError 248 mirrors/typedef_library_test: RuntimeError
256 mirrors/typedef_metadata_test: RuntimeError 249 mirrors/typedef_metadata_test: RuntimeError
257 mirrors/typedef_test: RuntimeError 250 mirrors/typedef_test: RuntimeError
258 mirrors/typevariable_mirror_metadata_test: RuntimeError 251 mirrors/typevariable_mirror_metadata_test: RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698