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

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

Issue 2994333002: Various redemptions (Closed)
Patch Set: Fix + status updates 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 23432_test: Crash 181 23432_test: Crash
182 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where 182 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where
183 23828_test: Crash 183 23828_test: Crash
184 assert_with_message_test: Crash 184 assert_with_message_test: Crash
185 async_stacktrace_test: Crash 185 async_stacktrace_test: Crash
186 bound_closure_interceptor_methods_test: Crash 186 bound_closure_interceptor_methods_test: Crash
187 bound_closure_interceptor_type_test: Crash 187 bound_closure_interceptor_type_test: Crash
188 break_test: Crash 188 break_test: Crash
189 closure3_test: Crash 189 closure3_test: Crash
190 closure4_test: Crash 190 closure4_test: Crash
191 closure5_test: Crash
192 closure6_test: Crash 191 closure6_test: Crash
193 closure7_test: Crash 192 closure7_test: Crash
194 closure_capture2_test: Crash 193 closure_capture2_test: Crash
195 closure_capture3_test: Crash 194 closure_capture3_test: Crash
196 closure_capture4_test: Crash 195 closure_capture4_test: Crash
197 closure_capture5_test: Crash 196 closure_capture5_test: Crash
198 closure_capture6_test: Crash 197 closure_capture6_test: Crash
199 closure_capture_test: Crash 198 closure_capture_test: Crash
200 closure_type_reflection2_test: Crash 199 closure_type_reflection2_test: Crash
201 closure_type_reflection_test: Crash 200 closure_type_reflection_test: Crash
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 no_such_method_test: Crash 279 no_such_method_test: Crash
281 optional_parameter_test: Crash 280 optional_parameter_test: Crash
282 private_symbol_literal_test/01: MissingCompileTimeError 281 private_symbol_literal_test/01: MissingCompileTimeError
283 private_symbol_literal_test/02: MissingCompileTimeError 282 private_symbol_literal_test/02: MissingCompileTimeError
284 private_symbol_literal_test/03: MissingCompileTimeError 283 private_symbol_literal_test/03: MissingCompileTimeError
285 private_symbol_literal_test/04: MissingCompileTimeError 284 private_symbol_literal_test/04: MissingCompileTimeError
286 private_symbol_literal_test/05: MissingCompileTimeError 285 private_symbol_literal_test/05: MissingCompileTimeError
287 private_symbol_literal_test/06: MissingCompileTimeError 286 private_symbol_literal_test/06: MissingCompileTimeError
288 recursive_import_test: CompileTimeError 287 recursive_import_test: CompileTimeError
289 reflect_native_types_test: Crash 288 reflect_native_types_test: Crash
290 regress/4515_1_test: Crash
291 regress/4515_2_test: Crash 289 regress/4515_2_test: Crash
292 regress/4515_3_test: Crash
293 regress/4562_test/none: CompileTimeError 290 regress/4562_test/none: CompileTimeError
294 regress/4639_test: Crash 291 regress/4639_test: Crash
295 string_interpolation_dynamic_test: RuntimeError 292 string_interpolation_dynamic_test: RuntimeError
296 string_interpolation_test: RuntimeError 293 string_interpolation_test: RuntimeError
297 super_constructor1_test: Crash 294 super_constructor1_test: Crash
298 switch_test/none: Crash 295 switch_test/none: Crash
299 closure_capture2_test: RuntimeError 296 closure_capture2_test: RuntimeError
300 closure_capture4_test: RuntimeError 297 closure_capture4_test: RuntimeError
301 closure_capture_test: RuntimeError 298 closure_capture_test: RuntimeError
302 consistent_add_error_test: RuntimeError 299 consistent_add_error_test: RuntimeError
(...skipping 20 matching lines...) Expand all
323 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'. 320 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
324 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter ' memberContext'. 321 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter ' memberContext'.
325 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'. 322 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm emberContext'.
326 assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 323 assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
327 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null. 324 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null.
328 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e nclosingClass' was called on null. 325 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e nclosingClass' was called on null.
329 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas sIndex' was called on null. 326 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas sIndex' was called on null.
330 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0 327 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt y: 0
331 closure3_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst ance getter 'supertype'. 328 closure3_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst ance getter 'supertype'.
332 closure4_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on null. 329 closure4_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on null.
333 closure5_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
334 closure6_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst ance getter 'supertype'. 330 closure6_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst ance getter 'supertype'.
335 closure7_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst ance getter 'supertype'. 331 closure7_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst ance getter 'supertype'.
336 closure_capture2_test: Crash # Assertion failure: Cannot find value local(closur e1_closure.call#$1) in (local(closure1#)) for j:closure_call(closure1_closure.ca ll). 332 closure_capture2_test: Crash # Assertion failure: Cannot find value local(closur e1_closure.call#$1) in (local(closure1#)) for j:closure_call(closure1_closure.ca ll).
337 closure_capture3_test: Crash # Assertion failure: Cannot find value local(Closur e_nestedClosure_closure.call#f) in (local(Closure.nestedClosure#)) for j:closure _call(Closure_nestedClosure_closure.call). 333 closure_capture3_test: Crash # Assertion failure: Cannot find value local(Closur e_nestedClosure_closure.call#f) in (local(Closure.nestedClosure#)) for j:closure _call(Closure_nestedClosure_closure.call).
338 closure_capture4_test: Crash # Assertion failure: Cannot find value local(closur e5_closure.call#x) in (local(closure5#)) for j:closure_call(closure5_closure.cal l). 334 closure_capture4_test: Crash # Assertion failure: Cannot find value local(closur e5_closure.call#x) in (local(closure5#)) for j:closure_call(closure5_closure.cal l).
339 closure_capture5_test: Crash # Assertion failure: Cannot find value local(closur e3_closure.call#fs) in (local(closure3#)) for j:closure_call(closure3_closure.ca ll). 335 closure_capture5_test: Crash # Assertion failure: Cannot find value local(closur e3_closure.call#fs) in (local(closure3#)) for j:closure_call(closure3_closure.ca ll).
340 closure_capture6_test: Crash # Assertion failure: Cannot find value local(captur eTwiceNested_closure.call#x) in (local(captureTwiceNested#)) for j:closure_call( captureTwiceNested_closure.call). 336 closure_capture6_test: Crash # Assertion failure: Cannot find value local(captur eTwiceNested_closure.call#x) in (local(captureTwiceNested#)) for j:closure_call( captureTwiceNested_closure.call).
341 closure_capture_test: Crash # Assertion failure: Cannot find value local(closure 9_closure.call#z) in (local(closure9_closure.call#x), local(closure9_closure.cal l#y), local(closure9#)) for j:closure_call(closure9_closure.call). 337 closure_capture_test: Crash # Assertion failure: Cannot find value local(closure 9_closure.call#z) in (local(closure9_closure.call#x), local(closure9_closure.cal l#y), local(closure9#)) for j:closure_call(closure9_closure.call).
342 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi n.getAppliedMixin 338 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi n.getAppliedMixin
343 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin .getAppliedMixin 339 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin .getAppliedMixin
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 no_such_method_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'. 418 no_such_method_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
423 optional_parameter_test: Crash # NoSuchMethodError: Class 'KMethod' has no insta nce getter 'memberContext'. 419 optional_parameter_test: Crash # NoSuchMethodError: Class 'KMethod' has no insta nce getter 'memberContext'.
424 private_symbol_literal_test/01: MissingCompileTimeError 420 private_symbol_literal_test/01: MissingCompileTimeError
425 private_symbol_literal_test/02: MissingCompileTimeError 421 private_symbol_literal_test/02: MissingCompileTimeError
426 private_symbol_literal_test/03: MissingCompileTimeError 422 private_symbol_literal_test/03: MissingCompileTimeError
427 private_symbol_literal_test/04: MissingCompileTimeError 423 private_symbol_literal_test/04: MissingCompileTimeError
428 private_symbol_literal_test/05: MissingCompileTimeError 424 private_symbol_literal_test/05: MissingCompileTimeError
429 private_symbol_literal_test/06: MissingCompileTimeError 425 private_symbol_literal_test/06: MissingCompileTimeError
430 recursive_import_test: CompileTimeError 426 recursive_import_test: CompileTimeError
431 reflect_native_types_test: Crash # UnimplementedError: KernelClosedWorldMixin.ge tAppliedMixin 427 reflect_native_types_test: Crash # UnimplementedError: KernelClosedWorldMixin.ge tAppliedMixin
432 regress/4515_1_test: Crash # Assertion failure: Cannot find value local(main_clo sure.call#a) in (local(main#)) for j:closure_call(main_closure.call).
433 regress/4515_2_test: Crash # NoSuchMethodError: The getter 'name' was called on null. 428 regress/4515_2_test: Crash # NoSuchMethodError: The getter 'name' was called on null.
434 regress/4515_3_test: Crash # Assertion failure: Cannot find value local(unwrapEx ception_closure.call#ex) in (local(unwrapException_closure.call#error), local(un wrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTra ce)) for j:closure_call(unwrapException_closure.call).
435 regress/4562_test/none: CompileTimeError 429 regress/4562_test/none: CompileTimeError
436 regress/4639_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was ca lled on null. 430 regress/4639_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was ca lled on null.
437 runtime_type_test: Crash 431 runtime_type_test: Crash
438 string_interpolation_dynamic_test: RuntimeError 432 string_interpolation_dynamic_test: RuntimeError
439 string_interpolation_test: RuntimeError 433 string_interpolation_test: RuntimeError
440 super_constructor1_test: Crash # Assertion failure: Cannot find value local(C.#n ull) in (local(C.#i)) for j:constructor(C.). 434 super_constructor1_test: Crash # Assertion failure: Cannot find value local(C.#n ull) in (local(C.#i)) for j:constructor(C.).
441 switch_test/none: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarge tForSwitchCase 435 switch_test/none: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarge tForSwitchCase
442 closure_capture2_test: RuntimeError 436 closure_capture2_test: RuntimeError
443 closure_capture4_test: RuntimeError 437 closure_capture4_test: RuntimeError
444 closure_capture_test: RuntimeError 438 closure_capture_test: RuntimeError
445 consistent_add_error_test: RuntimeError 439 consistent_add_error_test: RuntimeError
446 consistent_subtract_error_test: RuntimeError 440 consistent_subtract_error_test: RuntimeError
447 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll. 441 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu ll.
448 to_string_test: Crash 442 to_string_test: Crash
449 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). 443 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_ closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call).
450 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). 444 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).
451 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). 445 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).
452 type_constant_switch_test/01: MissingCompileTimeError 446 type_constant_switch_test/01: MissingCompileTimeError
453 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 447 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
454 unconditional_dartio_import_test: CompileTimeError 448 unconditional_dartio_import_test: CompileTimeError
455 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla ss' was called on null. 449 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla ss' was called on null.
456 450
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/universe/codegen_world_builder.dart ('k') | tests/compiler/dart2js_native/dart2js_native.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698