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

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: Rebased. 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/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure. 6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure.
7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure. 7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure.
8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure. 8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure.
9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure. 9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure.
10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 Language/13_Libraries_and_Scripts/1_Imports_A03_t29: Fail # TODO(dart2dart-team) : Please triage this failure. 73 Language/13_Libraries_and_Scripts/1_Imports_A03_t29: Fail # TODO(dart2dart-team) : Please triage this failure.
74 Language/13_Libraries_and_Scripts/1_Imports_A03_t30: Fail # TODO(dart2dart-team) : Please triage this failure. 74 Language/13_Libraries_and_Scripts/1_Imports_A03_t30: Fail # TODO(dart2dart-team) : Please triage this failure.
75 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(dart2dart-team) : Please triage this failure. 75 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(dart2dart-team) : Please triage this failure.
76 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: Fail # TODO(dart2dart-team) : Please triage this failure. 76 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: Fail # TODO(dart2dart-team) : Please triage this failure.
77 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: Fail # TODO(dart2dart-team) : Please triage this failure. 77 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: Fail # TODO(dart2dart-team) : Please triage this failure.
78 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(dart2dart-team) : Please triage this failure. 78 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(dart2dart-team) : Please triage this failure.
79 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: Fail # TODO(dart2dart-team) : Please triage this failure. 79 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: Fail # TODO(dart2dart-team) : Please triage this failure.
80 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: Fail # TODO(dart2dart-team) : Please triage this failure. 80 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: Fail # TODO(dart2dart-team) : Please triage this failure.
81 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(dart2dart -team): Please triage this failure. 81 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(dart2dart -team): Please triage this failure.
82 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(dart2dart-team): Please tria ge this failure. 82 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(dart2dart-team): Please tria ge this failure.
83 LibTest/math/exp_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
ahe 2012/10/25 13:57:48 Did you fix this, or did you test this on Windows?
aam-me 2012/10/26 03:56:10 It works on my Windows7 box. I also see that there
84 LibTest/math/parseDouble_A02_t01: Fail # TODO(dart2dart-team): Please triage thi s failure. 83 LibTest/math/parseDouble_A02_t01: Fail # TODO(dart2dart-team): Please triage thi s failure.
85 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 84 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
86 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 85 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
87 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 86 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
88 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 87 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e.
89 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur e. 88 LibTest/math/atan2_A01_t03: Fail # TODO(dart2dart-team): Please triage this fail ure.
ahe 2012/10/25 13:57:48 Ditto?
aam-me 2012/10/26 03:56:10 Yes, for me tan_A01_t01 passes, but this atan2_A01
90 89
91 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 90 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
92 91
93 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 92 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
94 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 93 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
95 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 94 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287
96 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 95 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287
97 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287 96 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287
98 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287 97 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287
99 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287 98 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name 672 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name
674 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name 673 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name
675 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name 674 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name
676 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name 675 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name
677 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 676 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name
678 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM 677 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM
679 678
680 # Partially implemented redirecting constructors makes this fail. 679 # Partially implemented redirecting constructors makes this fail.
681 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 680 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
682 681
683 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. 682 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # dar tbug.com/6242
684 683
685 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 684 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
686 685
687 686
688 [ $compiler == dart2dart && $system == windows ] 687 [ $compiler == dart2dart && $system == windows ]
689 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 688 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
690 LibTest/core/double/round_A01_t01: Fail # Result is NaN 689 LibTest/core/double/round_A01_t01: Fail # Result is NaN
691 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 690 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
692 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 691 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
693 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 692 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698