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

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

Issue 11188059: Disable argument type optimization for named parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update co19 status 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_t07: Crash 9 Language/11_Statements/05_For_A01_t07: Crash
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 738
739 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/5714 739 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/5714
740 740
741 741
742 # 742 #
743 # Unexpected runtime errors. 743 # Unexpected runtime errors.
744 # 744 #
745 [ $compiler == dart2js ] 745 [ $compiler == dart2js ]
746 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' 746 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0'
747 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' 747 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
748 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails.
749 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expe cted') 748 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expe cted')
750 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G 749 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G
751 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G 750 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G
752 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 751 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
753 752
754 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 753 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
755 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 754 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
756 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 755 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
757 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 756 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
758 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 757 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
759 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 758 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
760 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 759 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
761 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 760 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
762 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 761 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
763 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 762 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
764 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 763 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
765 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 764 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/ssa/builder.dart ('k') | dart/tests/language/named_parameter_regression_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698