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

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: Use resolver.enclosingElement. Fixed line wrapping. 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194 345 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 346 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 347 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194
348 348
349 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 349 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
350 350
351 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 351 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
352 352
353 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 353 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 354 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 355
358 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 356 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
359 357
360 358
361 [ $compiler == dart2js && $runtime == d8 ] 359 [ $compiler == dart2js && $runtime == d8 ]
362 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 360 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 361 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
364 362
365 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 363 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
366 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 364 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 730 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 731 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 732 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 733 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 734 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 735 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 736 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 737 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 738 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 739 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698