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

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 12 matching lines...) Expand all
23 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. 23 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
24 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. 24 FunctionLiterals2Test: Fail # Closures inside initializers not implemented.
25 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. 25 FunctionSyntaxTest: Fail # Closures inside initializers not implemented.
26 FunctionTypeAlias2Test: Fail # cannot resolve type f1 26 FunctionTypeAlias2Test: Fail # cannot resolve type f1
27 FunctionTypeAlias3Test: Fail # cannot resolve type F 27 FunctionTypeAlias3Test: Fail # cannot resolve type F
28 FunctionTypeAlias4Test: Fail # cannot resolve type F 28 FunctionTypeAlias4Test: Fail # cannot resolve type F
29 FunctionTypeAliasTest: Fail # cannot resolve type Fun 29 FunctionTypeAliasTest: Fail # cannot resolve type Fun
30 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters 30 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters
31 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters 31 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters
32 GenericInstanceofTest: Fail # cannot resolve type T 32 GenericInstanceofTest: Fail # cannot resolve type T
33 GenericInstanceof2Test: Fail # fails an instance of test at run time
33 GenericTest: Fail # cannot resolve type T 34 GenericTest: Fail # cannot resolve type T
34 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords.
35 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
36 ImplicitScopeTest: Fail # duplicate definition of a="bar" 37 ImplicitScopeTest: Fail # duplicate definition of a="bar"
37 LabelTest: Fail # switch cases are not implemented 38 LabelTest: Fail # switch cases are not implemented
38 LibraryPrefixesTest: Fail # other is not a type 39 LibraryPrefixesTest: Fail # other is not a type
39 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping). 40 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping).
40 ManyGenericInstanceofTest: Fail # cannot resolve type T 41 ManyGenericInstanceofTest: Fail # cannot resolve type T
41 MapLiteral2Test: Fail # expected a constant string 42 MapLiteral2Test: Fail # expected a constant string
42 MapLiteral4Test: Fail # map not implemented 43 MapLiteral4Test: Fail # map not implemented
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 208
208 209
209 RegExp3Test: Fail, OK # Expects exception from const constructor. 210 RegExp3Test: Fail, OK # Expects exception from const constructor.
210 211
211 212
212 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 213 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
213 214
214 215
215 [ $compiler == dart2js && $mode == release ] 216 [ $compiler == dart2js && $mode == release ]
216 AssignTopMethodNegativeTest: Crash 217 AssignTopMethodNegativeTest: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698