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

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

Issue 9939003: Use null type argument vector instead of vector of Dynamic for a generic raw (Closed) Base URL: http://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) 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 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call . 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call .
(...skipping 13 matching lines...) Expand all
24 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. 24 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
25 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. 25 FunctionLiterals2Test: Fail # Closures inside initializers not implemented.
26 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. 26 FunctionSyntaxTest: Fail # Closures inside initializers not implemented.
27 FunctionTypeAlias2Test: Fail # cannot resolve type f1 27 FunctionTypeAlias2Test: Fail # cannot resolve type f1
28 FunctionTypeAlias3Test: Fail # cannot resolve type F 28 FunctionTypeAlias3Test: Fail # cannot resolve type F
29 FunctionTypeAlias4Test: Fail # cannot resolve type F 29 FunctionTypeAlias4Test: Fail # cannot resolve type F
30 FunctionTypeAliasTest: Fail # cannot resolve type Fun 30 FunctionTypeAliasTest: Fail # cannot resolve type Fun
31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
33 GenericInstanceofTest: Fail # cannot resolve type T 33 GenericInstanceofTest: Fail # cannot resolve type T
34 GenericInstanceof2Test: Fail # fails an instance of test at run time
34 GenericTest: Fail # cannot resolve type T 35 GenericTest: Fail # cannot resolve type T
35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. 36 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords.
36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 37 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
37 ImplicitScopeTest: Fail # duplicate definition of a="bar" 38 ImplicitScopeTest: Fail # duplicate definition of a="bar"
38 LabelTest: Fail # switch cases are not implemented 39 LabelTest: Fail # switch cases are not implemented
39 LibraryPrefixesTest: Fail # other is not a type 40 LibraryPrefixesTest: Fail # other is not a type
40 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping). 41 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping).
41 ManyGenericInstanceofTest: Fail # cannot resolve type T 42 ManyGenericInstanceofTest: Fail # cannot resolve type T
42 MapLiteral2Test: Fail # expected a constant string 43 MapLiteral2Test: Fail # expected a constant string
43 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr ectly. 44 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr ectly.
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 210
210 211
211 RegExp3Test: Fail, OK # Expects exception from const constructor. 212 RegExp3Test: Fail, OK # Expects exception from const constructor.
212 213
213 214
214 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 215 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
215 216
216 217
217 [ $compiler == dart2js && $mode == release ] 218 [ $compiler == dart2js && $mode == release ]
218 AssignTopMethodNegativeTest: Crash 219 AssignTopMethodNegativeTest: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698