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

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: Another attempt at implementing private-aware constructor lookup logic - with normalized constructo… 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 8
9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
10 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. 10 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 438
439 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 439 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
440 440
441 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 441 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
442 442
443 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197 443 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197
444 444
445 Language/03_Overview/2_Privacy_A01_t02: Fail, OK # co19 issue 198 445 Language/03_Overview/2_Privacy_A01_t02: Fail, OK # co19 issue 198
446 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 446 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
447 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 447 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
448 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198
449 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198
450 448
451 449
452 [ $compiler == dart2js && $runtime == d8 ] 450 [ $compiler == dart2js && $runtime == d8 ]
453 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 451 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
454 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 452 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
455 453
456 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 454 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
457 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 455 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
458 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 456 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
459 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 457 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 836 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
839 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 837 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
840 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 838 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
841 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 839 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
842 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 840 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
843 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 841 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
844 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 842 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
845 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 843 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
846 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 844 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
847 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 845 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698