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

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

Issue 1276843008: dart2js cps: Change rewriting of equality operators. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update test + minor improvement in logical rewriter Created 5 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
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_operators_test.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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented 404 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented
405 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented 405 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented
406 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu nctions 406 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu nctions
407 first_class_types_test: RuntimeError # Please triage this failure. 407 first_class_types_test: RuntimeError # Please triage this failure.
408 for2_test: Crash # The null object does not have a getter 'field'. 408 for2_test: Crash # The null object does not have a getter 'field'.
409 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 409 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
410 generic2_test: RuntimeError # Please triage this failure. 410 generic2_test: RuntimeError # Please triage this failure.
411 generic_field_mixin3_test: RuntimeError # Please triage this failure. 411 generic_field_mixin3_test: RuntimeError # Please triage this failure.
412 generic_instanceof_test: RuntimeError # Please triage this failure. 412 generic_instanceof_test: RuntimeError # Please triage this failure.
413 generic_native_test: RuntimeError # Please triage this failure. 413 generic_native_test: RuntimeError # Please triage this failure.
414 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure.
415 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. 414 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure.
416 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function 415 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function
417 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function 416 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function
418 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function 417 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function
419 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function 418 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function
420 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function 419 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function
421 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function 420 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function
422 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function 421 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function
423 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function 422 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function
424 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function 423 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 type_parameter_test/03: Crash # Invalid argument(s) 475 type_parameter_test/03: Crash # Invalid argument(s)
477 type_parameter_test/04: Crash # Invalid argument(s) 476 type_parameter_test/04: Crash # Invalid argument(s)
478 type_parameter_test/05: Crash # Invalid argument(s) 477 type_parameter_test/05: Crash # Invalid argument(s)
479 type_parameter_test/06: Crash # Invalid argument(s) 478 type_parameter_test/06: Crash # Invalid argument(s)
480 type_parameter_test/none: Crash # Invalid argument(s) 479 type_parameter_test/none: Crash # Invalid argument(s)
481 type_variable_closure2_test: RuntimeError # Please triage this failure. 480 type_variable_closure2_test: RuntimeError # Please triage this failure.
482 type_variable_closure_test: Crash # Invalid argument(s) 481 type_variable_closure_test: Crash # Invalid argument(s)
483 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 482 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
484 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 483 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
485 type_variable_nested_test: RuntimeError # Please triage this failure. 484 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_operators_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698