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

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

Issue 9965047: Make constant lists immutable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 && $system == macos ] 5 [ $compiler == dart2js && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I 141 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I
142 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N 142 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N
143 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T 143 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T
144 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 144 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
145 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 145 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
146 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 146 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
147 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T 147 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
148 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S 148 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
149 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 149 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
150 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S 150 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
151 LibTest/core/List/removeLast_A02_t01: Fail # constant list can be modified.
152 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented 151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
153 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented 152 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
154 153
155 154
156 155
157 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 156 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
158 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 157 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
159 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 158 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0
160 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 159 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
161 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 160 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 196 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
198 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 197 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
199 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 198 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
200 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 199 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
201 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 200 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
202 201
203 202
204 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 203 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
205 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 204 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
206 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 205 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7
207 Language/10_Expressions/06_Lists_A06_t01: Fail # const lists can be modified.
208 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 206 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
209 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 207 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
210 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call 208 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
211 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 209 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
212 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 210 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
213 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 211 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
214 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented 212 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
215 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException. 213 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException.
216 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod. 214 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod.
217 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super 215 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 498 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
501 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 499 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
502 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 500 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
503 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 501 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
504 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 502 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 503 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 504 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
509 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 507 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698