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

Side by Side Diff: tests/co19/co19-dart2dart.status

Issue 11140018: Ensure that ClassElement.lookupConstructor fails when looking up default constructor using Selector… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleaned up status file changes. Created 8 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 | Annotate | Revision Log
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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(dart2dart-team): Please triage this failure. 6 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(dart2dart-team): Please triage this failure.
7 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(dart2dart-team): Please triage this failure. 7 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(dart2dart-team): Please triage this failure.
8 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(dart2dart-team): Ple ase triage this failure. 8 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(dart2dart-team): Ple ase triage this failure.
9 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(dart2dart-te am): Please triage this failure. 9 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(dart2dart-te am): Please triage this failure.
10 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Fail # TODO(dart2dart-te am): Please triage this failure. 10 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Fail # TODO(dart2dart-te am): Please triage this failure.
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name 727 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name
728 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name 728 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name
729 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name 729 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name
730 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name 730 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name
731 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 731 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name
732 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM 732 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM
733 733
734 # Partially implemented redirecting constructors makes this fail. 734 # Partially implemented redirecting constructors makes this fail.
735 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 735 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
736 736
737 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. 737 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242
738 738
739 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 739 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
740 740
741 741
742 [ $compiler == dart2dart && $system == windows ] 742 [ $compiler == dart2dart && $system == windows ]
743 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 743 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
744 LibTest/core/double/round_A01_t01: Fail # Result is NaN 744 LibTest/core/double/round_A01_t01: Fail # Result is NaN
745 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 745 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
746 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 746 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
747 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 747 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698