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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 2995253002: DeferredTask.isDeferredClass Element->Entity (Closed)
Patch Set: 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == dart2js ] 5 [ $compiler == dart2js ]
6 class_test: Fail 6 class_test: Fail
7 statements_test: Fail 7 statements_test: Fail
8 typed_locals_test: Fail 8 typed_locals_test: Fail
9 no_such_method_test: Fail # Wrong Invocation.memberName. 9 no_such_method_test: Fail # Wrong Invocation.memberName.
10 constant_javascript_semantics4_test: Fail, OK 10 constant_javascript_semantics4_test: Fail, OK
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 code_motion_exception_test: Crash 203 code_motion_exception_test: Crash
204 compile_time_constant4_test/01: MissingCompileTimeError 204 compile_time_constant4_test/01: MissingCompileTimeError
205 compile_time_constant4_test/02: MissingCompileTimeError 205 compile_time_constant4_test/02: MissingCompileTimeError
206 compile_time_constant4_test/03: MissingCompileTimeError 206 compile_time_constant4_test/03: MissingCompileTimeError
207 compile_time_constant4_test/04: MissingCompileTimeError 207 compile_time_constant4_test/04: MissingCompileTimeError
208 compile_time_constant4_test/05: MissingCompileTimeError 208 compile_time_constant4_test/05: MissingCompileTimeError
209 compile_time_constant4_test/06: Crash 209 compile_time_constant4_test/06: Crash
210 conditional_send_test: Crash 210 conditional_send_test: Crash
211 consistent_add_error_test: Crash 211 consistent_add_error_test: Crash
212 consistent_add_error_test: RuntimeError 212 consistent_add_error_test: RuntimeError
213 consistent_index_error_typed_list_test: Crash
214 consistent_subtract_error_test: Crash 213 consistent_subtract_error_test: Crash
215 consistent_subtract_error_test: RuntimeError 214 consistent_subtract_error_test: RuntimeError
216 constant_javascript_semantics_test/01: MissingCompileTimeError 215 constant_javascript_semantics_test/01: MissingCompileTimeError
217 constant_javascript_semantics_test/02: MissingCompileTimeError 216 constant_javascript_semantics_test/02: MissingCompileTimeError
218 deferred/deferred_class_test: CompileTimeError 217 deferred/deferred_class_test: CompileTimeError
219 deferred/deferred_constant2_test: CompileTimeError 218 deferred/deferred_constant2_test: CompileTimeError
220 deferred/deferred_constant3_test: CompileTimeError 219 deferred/deferred_constant3_test: CompileTimeError
221 deferred/deferred_constant4_test: CompileTimeError 220 deferred/deferred_constant4_test: CompileTimeError
222 deferred/deferred_function_test: CompileTimeError 221 deferred/deferred_function_test: CompileTimeError
223 deferred/deferred_mirrors1_test: CompileTimeError 222 deferred/deferred_mirrors1_test: CompileTimeError
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll. 434 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll.
436 to_string_test: Crash 435 to_string_test: Crash
437 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). 436 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call).
438 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl osure_call(Maps_mapToString_closure.call). 437 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl osure_call(Maps_mapToString_closure.call).
439 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j: closure_call(Maps_mapToString_closure.call). 438 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j: closure_call(Maps_mapToString_closure.call).
440 type_constant_switch_test/01: MissingCompileTimeError 439 type_constant_switch_test/01: MissingCompileTimeError
441 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 440 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
442 unconditional_dartio_import_test: CompileTimeError 441 unconditional_dartio_import_test: CompileTimeError
443 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla ss' was called on null. 442 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla ss' was called on null.
444 443
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/deferred_load.dart ('k') | tests/compiler/dart2js_native/dart2js_native.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698