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

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

Issue 10198033: Add more subtype checks, and repeat them so that any inlined checks can be tested as well (first te… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 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 .
(...skipping 12 matching lines...) Expand all
23 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. 23 FunctionSyntaxTest: Fail # Closures inside initializers not implemented.
24 FunctionTest: Fail # internal error: Closures inside initializers not implemente d 24 FunctionTest: Fail # internal error: Closures inside initializers not implemente d
25 FunctionTypeAlias2Test: Fail # cannot resolve type f1 25 FunctionTypeAlias2Test: Fail # cannot resolve type f1
26 FunctionTypeAlias3Test: Fail # cannot resolve type F 26 FunctionTypeAlias3Test: Fail # cannot resolve type F
27 FunctionTypeAlias4Test: Fail # cannot resolve type F 27 FunctionTypeAlias4Test: Fail # cannot resolve type F
28 FunctionTypeAliasTest: Fail # cannot resolve type Fun 28 FunctionTypeAliasTest: Fail # cannot resolve type Fun
29 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters 29 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters
30 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters 30 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters
31 GenericInstanceofTest: Fail # cannot resolve type T 31 GenericInstanceofTest: Fail # cannot resolve type T
32 GenericInstanceof2Test: Fail # fails an instance of test at run time 32 GenericInstanceof2Test: Fail # fails an instance of test at run time
33 GenericInstanceof3Test: Fail # cannot handle generics.
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 MethodBindingTest: Fail # internal error: super property read not implemented. 42 MethodBindingTest: Fail # internal error: super property read not implemented.
42 MethodNameTest: Fail # Parsing of pseudo keywords. 43 MethodNameTest: Fail # Parsing of pseudo keywords.
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 204
204 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 205 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
205 206
206 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 207 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
207 208
208 [ $compiler == dart2js && $mode == release ] 209 [ $compiler == dart2js && $mode == release ]
209 AssignTopMethodNegativeTest: Crash 210 AssignTopMethodNegativeTest: Crash
210 211
211 [ $compiler == dart2js && $runtime == none ] 212 [ $compiler == dart2js && $runtime == none ]
212 *: Fail, Pass # TODO(ahe): Triage these tests. 213 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/GenericInstanceof2Test.dart » ('j') | tests/language/src/GenericInstanceof2Test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698