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

Side by Side Diff: tests/co19/co19-dart2js.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, 2 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 | 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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: Fail # TODO(ahe): Please tr iage this failure. 169 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: Fail # TODO(ahe): Please tr iage this failure.
170 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(ahe): Please tr iage this failure. 170 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(ahe): Please tr iage this failure.
171 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: Fail # TODO(ahe): Please tr iage this failure. 171 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: Fail # TODO(ahe): Please tr iage this failure.
172 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: Fail # TODO(ahe): Please tr iage this failure. 172 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: Fail # TODO(ahe): Please tr iage this failure.
173 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure. 173 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
174 LibTest/core/String/replaceAll_A02_t01: Fail # TODO(ahe): Please triage this fai lure. 174 LibTest/core/String/replaceAll_A02_t01: Fail # TODO(ahe): Please triage this fai lure.
175 LibTest/core/String/replaceFirst_A02_t01: Fail # TODO(ahe): Please triage this f ailure. 175 LibTest/core/String/replaceFirst_A02_t01: Fail # TODO(ahe): Please triage this f ailure.
176 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 176 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
177 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 177 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
178 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 178 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
179 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
180 LibTest/math/parseDouble_A01_t01: Fail # TODO(ahe): Please triage this failure. 179 LibTest/math/parseDouble_A01_t01: Fail # TODO(ahe): Please triage this failure.
181 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 180 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
182 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 181 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
183 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 182 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
184 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 183 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
185 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 184 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
186 185
187 # Partially implemented rediriecting constructors makes this fail. 186 # Partially implemented rediriecting constructors makes this fail.
188 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 187 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
189 188
189 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # dar tbug.com/6242
ahe 2012/10/25 13:57:48 Please add "http://".
ahe 2012/10/25 13:57:48 Please move this status line to the section that s
aam-me 2012/10/26 03:56:10 Done.
190 190
191 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 191 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
192 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 192 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
193 193
194 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274 194 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274
195 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274 195 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274
196 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274 196 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274
197 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274 197 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274
198 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274 198 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274
199 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274 199 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 432 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280
433 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 433 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280
434 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 434 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280
435 435
436 436
437 437
438 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 438 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
439 LibTest/core/double/operator_remainder_A01_t04: Fail 439 LibTest/core/double/operator_remainder_A01_t04: Fail
440 440
441 [ $compiler == dart2js ] 441 [ $compiler == dart2js ]
442 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.
443
444 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 442 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
445 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 443 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
446 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 444 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
447 445
448 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member 446 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member
449 447
450 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 448 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
451 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 449 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
452 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 450 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
453 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 451 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 847 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
850 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 848 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
851 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 849 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
852 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 850 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
853 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 851 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
854 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 852 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
855 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 853 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
856 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 854 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
857 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 855 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
858 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 856 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698