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

Side by Side Diff: tests/language/language_dart2js.status

Issue 1417773008: Revert "dart2js cps: Remove unneeded bailout on captured loop variables." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n 324 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n
325 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function 325 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function
326 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function 326 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function
327 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no t a function 327 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no t a function
328 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented 328 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented
329 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented 329 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented
330 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented 330 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented
331 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented 331 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented
332 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 332 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
333 first_class_types_test: RuntimeError # Please triage this failure. 333 first_class_types_test: RuntimeError # Please triage this failure.
334 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
334 generic2_test: RuntimeError # Please triage this failure. 335 generic2_test: RuntimeError # Please triage this failure.
335 generic_instanceof_test: RuntimeError # Please triage this failure. 336 generic_instanceof_test: RuntimeError # Please triage this failure.
336 generic_native_test: RuntimeError # Please triage this failure. 337 generic_native_test: RuntimeError # Please triage this failure.
337 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 338 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
338 instanceof2_test: RuntimeError # Please triage this failure. 339 instanceof2_test: RuntimeError # Please triage this failure.
339 instanceof4_test/01: RuntimeError # Please triage this failure. 340 instanceof4_test/01: RuntimeError # Please triage this failure.
340 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 341 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
341 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 342 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
342 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 343 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
343 list_is_test: RuntimeError # Please triage this failure. 344 list_is_test: RuntimeError # Please triage this failure.
(...skipping 30 matching lines...) Expand all
374 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 375 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
375 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 376 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
376 type_variable_nested_test: RuntimeError # Please triage this failure. 377 type_variable_nested_test: RuntimeError # Please triage this failure.
377 378
378 [ $compiler == dart2js && $cps_ir && $host_checked ] 379 [ $compiler == dart2js && $cps_ir && $host_checked ]
379 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 380 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
380 async_throw_in_catch_test/none: Crash # Issue 24485 381 async_throw_in_catch_test/none: Crash # Issue 24485
381 execute_finally9_test: Crash # Issue 24485 382 execute_finally9_test: Crash # Issue 24485
382 regress_21795_test: Crash # Issue 24485 383 regress_21795_test: Crash # Issue 24485
383 regress_23537_test: Crash # Issue 24485 384 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698