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

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

Issue 1409933004: dart2js: Fix marking of boxed loop variables. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add comment 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 | « pkg/compiler/lib/src/closure.dart ('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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n 330 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n
331 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function 331 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function
332 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function 332 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function
333 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no t a function 333 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no t a function
334 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented 334 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented
335 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented 335 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented
336 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented 336 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented
337 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented 337 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented
338 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 338 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
339 first_class_types_test: RuntimeError # Please triage this failure. 339 first_class_types_test: RuntimeError # Please triage this failure.
340 for2_test: Crash # The null object does not have a getter 'field'.
341 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 340 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
342 generic2_test: RuntimeError # Please triage this failure. 341 generic2_test: RuntimeError # Please triage this failure.
343 generic_field_mixin3_test: RuntimeError # Please triage this failure. 342 generic_field_mixin3_test: RuntimeError # Please triage this failure.
344 generic_instanceof_test: RuntimeError # Please triage this failure. 343 generic_instanceof_test: RuntimeError # Please triage this failure.
345 generic_native_test: RuntimeError # Please triage this failure. 344 generic_native_test: RuntimeError # Please triage this failure.
346 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 345 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
347 instanceof2_test: RuntimeError # Please triage this failure. 346 instanceof2_test: RuntimeError # Please triage this failure.
348 instanceof4_test/01: RuntimeError # Please triage this failure. 347 instanceof4_test/01: RuntimeError # Please triage this failure.
349 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 348 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
350 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 349 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 382 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
384 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 383 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
385 type_variable_nested_test: RuntimeError # Please triage this failure. 384 type_variable_nested_test: RuntimeError # Please triage this failure.
386 385
387 [ $compiler == dart2js && $cps_ir && $host_checked ] 386 [ $compiler == dart2js && $cps_ir && $host_checked ]
388 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 387 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
389 async_throw_in_catch_test/none: Crash # Issue 24485 388 async_throw_in_catch_test/none: Crash # Issue 24485
390 execute_finally9_test: Crash # Issue 24485 389 execute_finally9_test: Crash # Issue 24485
391 regress_21795_test: Crash # Issue 24485 390 regress_21795_test: Crash # Issue 24485
392 regress_23537_test: Crash # Issue 24485 391 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/closure.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698