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

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

Issue 9965047: Make constant lists immutable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comment. 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
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | 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 && $checked ] 5 [ $compiler == dart2js && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $compiler == dart2js] 9 [ $compiler == dart2js]
10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
11 StaticInitializerTypeErrorTest: Fail # Checked mode not supported. 11 StaticInitializerTypeErrorTest: Fail # Checked mode not supported.
12 12
13 13
14 # Compilation errors. 14 # Compilation errors.
15 CTConstTest: Fail # We don't take the generic type into account yet. 15 CTConstTest: Fail # We don't take the generic type into account yet.
16 CallOperatorTest: Fail # Unexpected token 'call' 16 CallOperatorTest: Fail # Unexpected token 'call'
17 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 17 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
18 ConstObjectsAreImmutableTest: Fail # Const objects are not immutable.
19 Constructor6Test: Fail # Closures inside initializers not implemented. 18 Constructor6Test: Fail # Closures inside initializers not implemented.
20 DefaultFactoryLibraryTest: Fail # lib is not a type 19 DefaultFactoryLibraryTest: Fail # lib is not a type
21 DynamicTest: Fail # cannot resolve type F1 20 DynamicTest: Fail # cannot resolve type F1
22 Factory3Test: Fail # internal error: visitIs for type variables not implemented 21 Factory3Test: Fail # internal error: visitIs for type variables not implemented
23 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. 22 FunctionLiterals2Test: Fail # Closures inside initializers not implemented.
24 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. 23 FunctionSyntaxTest: Fail # Closures inside initializers not implemented.
25 FunctionTest: Fail # internal error: Closures inside initializers not implemente d 24 FunctionTest: Fail # internal error: Closures inside initializers not implemente d
26 FunctionTypeAlias2Test: Fail # cannot resolve type f1 25 FunctionTypeAlias2Test: Fail # cannot resolve type f1
27 FunctionTypeAlias3Test: Fail # cannot resolve type F 26 FunctionTypeAlias3Test: Fail # cannot resolve type F
28 FunctionTypeAlias4Test: Fail # cannot resolve type F 27 FunctionTypeAlias4Test: Fail # cannot resolve type F
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 207
209 RegExp3Test: Fail, OK # Expects exception from const constructor. 208 RegExp3Test: Fail, OK # Expects exception from const constructor.
210 209
211 210
212 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 211 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
213 212
214 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 213 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
215 214
216 [ $compiler == dart2js && $mode == release ] 215 [ $compiler == dart2js && $mode == release ]
217 AssignTopMethodNegativeTest: Crash 216 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698