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

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

Issue 10905234: Fix for issue 4921: ad the generic type info to a List when we create it. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « lib/compiler/implementation/universe/universe.dart ('k') | tests/language/list_is_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 821 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
822 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 822 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
823 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 823 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
824 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 824 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
825 825
826 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 826 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
827 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 827 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
828 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 828 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
829 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization. 829 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
830 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization. 830 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
831 Language/10_Expressions/07_Maps_A04_t01: Fail # Is check with generics.
832 Language/10_Expressions/07_Maps_A07_t04: Fail # Is check with generics.
833 831
834 # 832 #
835 # The following tests may be broken, but require further review. 833 # The following tests may be broken, but require further review.
836 # 834 #
837 [ $compiler == dart2js && $runtime == d8 ] 835 [ $compiler == dart2js && $runtime == d8 ]
838 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 836 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
839 837
840 838
841 [ $compiler == dart2dart ] 839 [ $compiler == dart2dart ]
842 *: Skip 840 *: Skip
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 Language/10_Expressions/01_Constants_A19_t01: Fail # TypeError: Cannot set prope rty 'call$0' of undefined 1139 Language/10_Expressions/01_Constants_A19_t01: Fail # TypeError: Cannot set prope rty 'call$0' of undefined
1142 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' 1140 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0'
1143 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' 1141 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
1144 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails. 1142 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails.
1145 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected') 1143 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected')
1146 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected') 1144 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected')
1147 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu e of type Number to incompatible type G 1145 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu e of type Number to incompatible type G
1148 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu e of type Number to incompatible type G 1146 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu e of type Number to incompatible type G
1149 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 1147 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
1150 1148
1151 Language/14_Types/4_Interface_Types_A05_t02: Fail # http://dartbug.com/5020
1152 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 1149 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
1153 Language/14_Types/4_Interface_Types_A08_t05: Fail # http://dartbug.com/5020
1154 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 1150 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
1155 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1151 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1156 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1152 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1157 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1153 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1158 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1154 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1159 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1155 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1160 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1156 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1161 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020
1162 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
1163 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1157 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1164 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1158 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1159 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1160 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/universe/universe.dart ('k') | tests/language/list_is_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698