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

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

Issue 10947024: Made dart2js constructor lookup logic "private"-aware, fixed 4740 bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed normalizedConstructorName from Selector. 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/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 9 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
10 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 10 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 177
178 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 178 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
179 LibTest/core/Math/acos_A01_t01: Fail, OK 179 LibTest/core/Math/acos_A01_t01: Fail, OK
180 LibTest/core/Math/asin_A01_t01: Fail, OK 180 LibTest/core/Math/asin_A01_t01: Fail, OK
181 LibTest/core/Math/atan_A01_t01: Fail, OK 181 LibTest/core/Math/atan_A01_t01: Fail, OK
182 182
183 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 183 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
184 LibTest/core/double/operator_remainder_A01_t04: Fail 184 LibTest/core/double/operator_remainder_A01_t04: Fail
185 185
186 [ $compiler == dart2js ] 186 [ $compiler == dart2js ]
187 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.
188
187 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 519 189 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 519
188 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 519 190 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 519
189 191
190 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 192 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
191 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 193 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
192 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 194 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
193 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 195 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
194 196
195 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 197 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
196 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 198 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194 347 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194
346 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 348 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194
347 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 349 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194
348 350
349 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 351 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
350 352
351 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 353 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
352 354
353 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 355 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
354 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 356 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
355 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198
356 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198
357 357
358 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 358 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
359 359
360
361 [ $compiler == dart2js && $runtime == d8 ] 360 [ $compiler == dart2js && $runtime == d8 ]
362 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 361 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
363 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 362 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
364 363
365 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 364 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
366 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 365 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
367 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 366 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
368 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 367 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
369 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 368 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
370 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 369 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 731 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
733 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 732 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
734 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 733 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
735 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 734 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
736 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 735 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
737 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 736 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
738 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 737 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
739 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 738 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
740 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 739 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
741 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 740 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698