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

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

Issue 9961003: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Forgot to save file... 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-runtime.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 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call .
11 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 .
12 11
13 12
14 # Compilation errors. 13 # Compilation errors.
15 CTConstTest: Fail # We don't take the generic type into account yet. 14 CTConstTest: Fail # We don't take the generic type into account yet.
16 CallOperatorTest: Fail # Unexpected token 'call' 15 CallOperatorTest: Fail # Unexpected token 'call'
17 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 16 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
18 ConstObjectsAreImmutableTest: Fail # Const objects are not immutable. 17 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 # Handling of compile-time constants. 21 Factory3Test: Fail # internal error: visitIs for type variables not implemented
23 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
24 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. 22 FunctionLiterals2Test: Fail # Closures inside initializers not implemented.
25 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
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
29 FunctionTypeAliasTest: Fail # cannot resolve type Fun 28 FunctionTypeAliasTest: Fail # cannot resolve type Fun
30 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters 29 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters
31 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters 30 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters
32 GenericInstanceofTest: Fail # cannot resolve type T 31 GenericInstanceofTest: Fail # cannot resolve type T
33 GenericInstanceof2Test: Fail # fails an instance of test at run time 32 GenericInstanceof2Test: Fail # fails an instance of test at run time
34 GenericTest: Fail # cannot resolve type T 33 GenericTest: Fail # cannot resolve type T
35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. 34 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords.
36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 35 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
37 ImplicitScopeTest: Fail # duplicate definition of a="bar" 36 ImplicitScopeTest: Fail # duplicate definition of a="bar"
38 LabelTest: Fail # switch cases are not implemented 37 LabelTest: Fail # switch cases are not implemented
39 LibraryPrefixesTest: Fail # other is not a type 38 LibraryPrefixesTest: Fail # other is not a type
40 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping). 39 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping).
41 ManyGenericInstanceofTest: Fail # cannot resolve type T 40 ManyGenericInstanceofTest: Fail # cannot resolve type T
42 MapLiteral2Test: Fail # expected a constant string 41 MapLiteral2Test: Fail # expected a constant string
43 MapLiteral4Test: Fail # map not implemented
44 MethodBindingTest: Fail # internal error: super property read not implemented. 42 MethodBindingTest: Fail # internal error: super property read not implemented.
45 MethodNameTest: Fail # Parsing of pseudo keywords. 43 MethodNameTest: Fail # Parsing of pseudo keywords.
46 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 44 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
47 NamedParameters2Test: Fail # Unimplemented non-matching static call 45 NamedParameters2Test: Fail # Unimplemented non-matching static call
48 NamedParameters3Test: Fail # Unimplemented non-matching static call 46 NamedParameters3Test: Fail # Unimplemented non-matching static call
49 NamedParameters4Test: Fail # Unimplemented non-matching static call 47 NamedParameters4Test: Fail # Unimplemented non-matching static call
50 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
51 NamingTest: Fail # Broken because operator negate is not accessible as if it was a method. 48 NamingTest: Fail # Broken because operator negate is not accessible as if it was a method.
52 ParameterInitializerTest: Fail # internal error: super property read not impleme nted 49 ParameterInitializerTest: Fail # internal error: super property read not impleme nted
53 PseudoKWTest: Fail # Unexpected token '(' 50 PseudoKWTest: Fail # Unexpected token '('
54 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 51 SuperAllNamedConstructorTest: Fail # internal error: Cannot find value parameter (v).
55 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 52 SuperFieldAccessTest: Fail # internal error: super property read not implemented
56 SuperFieldTest: Fail # no method named city in class B 53 SuperFieldTest: Fail # internal error: super property read not implemented
57 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 54 SuperImplicitClosureTest: Fail # internal error: super property read not impleme nted
58 SuperOperatorTest: Fail # no method named + in class A 55 SuperOperatorTest: Fail # internal error: super property store not implemented
59 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 56 SuperSetterTest: Fail # internal error: super property read not implemented
60 SwitchLabelTest: Fail # switch cases are not implemented 57 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case
61 TypeDartcTest: Fail # non-empty instruction stack
62 58
63 59
64 # Implementation errors (library or generated code). 60 # Implementation errors (library or generated code).
65 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 61 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails.
66 BadNamedParametersTest: Fail # NullPointerException 62 BadNamedParametersTest: Fail # NullPointerException
67 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
68 ExpectTest: Fail # Expect.identical did not fail
69 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. 63 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s.
70 FunctionTest: Fail # continue not implemented
71 GenericDeepTest: Fail # Expect.isTrue(false) fails. 64 GenericDeepTest: Fail # Expect.isTrue(false) fails.
72 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 65 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
73 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 66 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
74 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. 67 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails.
75 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 68 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
76 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . 69 ListLiteral4Test: Fail # Illegal argument(s): 0 -- tests dynamic type checks.
ahe 2012/04/10 12:36:31 When you say "dynamic type checks" do you mean "de
floitsch 2012/04/10 14:26:57 changed to 'checked mode test'.
77 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. 70 MapLiteral4Test: Fail # Attempt to modify an immutable object -- tests dynamic t ype checks.
71 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail s. -- tests dynamic type checks.
72 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. -- tests dynamic type checks.
73 TypeDartcTest: Fail # Expect.equals(expected: <1>, actual: <0>) -- tests dynamic type checks.
78 74
79 75
80 # 76 #
81 # The following tests are all semantic tests that we can rely on dartc 77 # The following tests are all semantic tests that we can rely on dartc
82 # catching for now. 78 # catching for now.
83 # 79 #
84 AbstractStaticNegativeTest: Fail, OK # Negative language test. 80 AbstractStaticNegativeTest: Fail, OK # Negative language test.
85 AbstractSyntaxTest/01: Fail, OK # Negative language test. 81 AbstractSyntaxTest/01: Fail, OK # Negative language test.
86 AbstractSyntaxTest/02: Fail, OK # Negative language test. 82 AbstractSyntaxTest/02: Fail, OK # Negative language test.
87 AssignTopMethodNegativeTest: Fail, OK # Negative language test. 83 AssignTopMethodNegativeTest: Fail, OK # Negative language test.
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 TypeVariableScopeTest/05: Fail, OK # Negative language test. 194 TypeVariableScopeTest/05: Fail, OK # Negative language test.
199 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. 195 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test.
200 196
201 197
202 TypeVMTest: Fail, OK # VM specific test. 198 TypeVMTest: Fail, OK # VM specific test.
203 DisablePrivacyTest: Fail, OK # VM specific test. 199 DisablePrivacyTest: Fail, OK # VM specific test.
204 NumbersTest: Fail, OK # (unintended?) VM specific test. 200 NumbersTest: Fail, OK # (unintended?) VM specific test.
205 201
206 202
207 DivByZeroTest: Fail, OK # Leg only has doubles. 203 DivByZeroTest: Fail, OK # Leg only has doubles.
204 BitOperationsTest: Fail, OK # Tests bit operations outside the 32 bit range.
208 205
206 ExpectTest: Fail, OK # Tests string (non-)canonicalization.
ahe 2012/04/10 12:36:31 I don't understand why this is OK to fail. Is the
floitsch 2012/04/10 14:26:57 Reworded.
209 207
210 RegExp3Test: Fail, OK # Expects exception from const constructor. 208 RegExp3Test: Fail, OK # Expects exception from const constructor.
211 209
212 210
213 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.
214 212
213 FinalSyntaxTest/none: Fail, Ok # Uses deprecated "StrConstant + StrConstant".
ahe 2012/04/10 12:36:31 This sounds like a bad test. Did you file a bug?
floitsch 2012/04/10 14:26:57 No. But this will not be missed during the + remov
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-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698