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

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

Issue 9802023: Correctly handle constness for list and map literals inside bodies. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add TODOs. Created 8 years, 9 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 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call . 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call .
11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
12 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr oto__ key yet. 12 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr oto__ key yet.
13 13
14 14
15 # Compilation errors. 15 # Compilation errors.
16 CTConstTest: Fail # map not implemented 16 CTConstTest: Fail # map not implemented
17 CallOperatorTest: Fail # Unexpected token 'call' 17 CallOperatorTest: Fail # Unexpected token 'call'
18 CanonicalConstTest: Fail # map not implemented
19 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 18 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
20 ConstObjectsAreImmutableTest: Fail # map not implemented 19 ConstObjectsAreImmutableTest: Fail # map not implemented
21 Constructor6Test: Fail # Closures inside initializers not implemented. 20 Constructor6Test: Fail # Closures inside initializers not implemented.
22 DefaultFactoryLibraryTest: Fail # lib is not a type 21 DefaultFactoryLibraryTest: Fail # lib is not a type
23 DynamicTest: Fail # cannot resolve type F1 22 DynamicTest: Fail # cannot resolve type F1
24 Factory3Test: Fail # Handling of compile-time constants. 23 Factory3Test: Fail # Handling of compile-time constants.
25 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. 24 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
26 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. 25 FunctionLiterals2Test: Fail # Closures inside initializers not implemented.
27 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. 26 FunctionSyntaxTest: Fail # Closures inside initializers not implemented.
28 FunctionTypeAlias2Test: Fail # cannot resolve type f1 27 FunctionTypeAlias2Test: Fail # cannot resolve type f1
29 FunctionTypeAlias3Test: Fail # cannot resolve type F 28 FunctionTypeAlias3Test: Fail # cannot resolve type F
30 FunctionTypeAlias4Test: Fail # cannot resolve type F 29 FunctionTypeAlias4Test: Fail # cannot resolve type F
31 FunctionTypeAliasTest: Fail # cannot resolve type Fun 30 FunctionTypeAliasTest: Fail # cannot resolve type Fun
32 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
33 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
34 GenericInstanceofTest: Fail # cannot resolve type T 33 GenericInstanceofTest: Fail # cannot resolve type T
35 GenericTest: Fail # cannot resolve type T 34 GenericTest: Fail # cannot resolve type T
36 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords.
37 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
38 ImplicitScopeTest: Fail # duplicate definition of a="bar" 37 ImplicitScopeTest: Fail # duplicate definition of a="bar"
39 LabelTest: Fail # switch cases are not implemented 38 LabelTest: Fail # switch cases are not implemented
40 LibraryPrefixesTest: Fail # other is not a type 39 LibraryPrefixesTest: Fail # other is not a type
41 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 40 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
42 ManyGenericInstanceofTest: Fail # cannot resolve type T 41 ManyGenericInstanceofTest: Fail # cannot resolve type T
43 MapLiteral2Test: Fail # expected a constant string 42 MapLiteral2Test: Fail # expected a constant string
43 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr ectly.
44 MapLiteral4Test: Fail # map not implemented 44 MapLiteral4Test: Fail # map not implemented
45 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 45 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
46 MethodNameTest: Fail # Parsing of pseudo keywords. 46 MethodNameTest: Fail # Parsing of pseudo keywords.
47 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 47 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
48 NamedParameters2Test: Fail # Unimplemented non-matching static call 48 NamedParameters2Test: Fail # Unimplemented non-matching static call
49 NamedParameters3Test: Fail # Unimplemented non-matching static call 49 NamedParameters3Test: Fail # Unimplemented non-matching static call
50 NamedParameters4Test: Fail # Unimplemented non-matching static call 50 NamedParameters4Test: Fail # Unimplemented non-matching static call
51 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 51 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
52 NamingTest: Fail # Internal Error: Cannot find value 52 NamingTest: Fail # Internal Error: Cannot find value
53 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 53 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
54 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 54 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
55 PseudoKWTest: Fail # Unexpected token '(' 55 PseudoKWTest: Fail # Unexpected token '('
56 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 56 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
57 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 57 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
58 SuperFieldTest: Fail # no method named city in class B 58 SuperFieldTest: Fail # no method named city in class B
59 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 59 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
60 SuperOperatorTest: Fail # no method named + in class A 60 SuperOperatorTest: Fail # no method named + in class A
61 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 61 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
62 SwitchLabelTest: Fail # switch cases are not implemented 62 SwitchLabelTest: Fail # switch cases are not implemented
63 TypeDartcTest: Fail # non-empty instruction stack 63 TypeDartcTest: Fail # non-empty instruction stack
64 64
65 65
66 # Implementation errors (library or generated code). 66 # Implementation errors (library or generated code).
67 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 67 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
68 BadNamedParametersTest: Fail # NullPointerException 68 BadNamedParametersTest: Fail # NullPointerException
69 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 69 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
70 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
71 ExpectTest: Fail # Expect.identical did not fail 70 ExpectTest: Fail # Expect.identical did not fail
72 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. 71 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s.
73 FunctionTest: Fail # continue not implemented 72 FunctionTest: Fail # continue not implemented
74 GenericDeepTest: Fail # Expect.isTrue(false) fails. 73 GenericDeepTest: Fail # Expect.isTrue(false) fails.
75 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 74 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
76 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 75 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
77 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. 76 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails.
78 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 77 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
79 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
80 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . 78 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails .
81 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails. 79 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails.
82 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. 80 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails.
83 81
84 82
85 # 83 #
86 # The following tests are all semantic tests that we can rely on dartc 84 # The following tests are all semantic tests that we can rely on dartc
87 # catching for now. 85 # catching for now.
88 # 86 #
89 AbstractStaticNegativeTest: Fail, OK # Negative language test. 87 AbstractStaticNegativeTest: Fail, OK # Negative language test.
90 AbstractSyntaxTest/01: Fail, OK # Negative language test. 88 AbstractSyntaxTest/01: Fail, OK # Negative language test.
91 AbstractSyntaxTest/02: Fail, OK # Negative language test. 89 AbstractSyntaxTest/02: Fail, OK # Negative language test.
92 AssignTopMethodNegativeTest: Fail, OK # Negative language test. 90 AssignTopMethodNegativeTest: Fail, OK # Negative language test.
93 ClassCycleNegativeTest: Fail, OK # Negative language test. 91 ClassCycleNegativeTest: Fail, OK # Negative language test.
94 ClassExtendsNegativeTest: Fail, OK # Negative language test. 92 ClassExtendsNegativeTest: Fail, OK # Negative language test.
95 ClassOverrideNegativeTest: Fail, OK # Negative language test. 93 ClassOverrideNegativeTest: Fail, OK # Negative language test.
96 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test. 94 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test.
97 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test. 95 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test.
98 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test. 96 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test.
99 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test. 97 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test.
100 ConstFactoryNegativeTest: Fail, OK # Negative language test. 98 ConstFactoryNegativeTest: Fail, OK # Negative language test.
101 ConstFieldNegativeTest: Fail, OK # Negative language test. 99 ConstFieldNegativeTest: Fail, OK # Negative language test.
102 ConstInit4NegativeTest: Fail, OK # Negative language test. 100 ConstInit4NegativeTest: Fail, OK # Negative language test.
103 ConstInitNegativeTest: Fail, OK # Negative language test. 101 ConstInitNegativeTest: Fail, OK # Negative language test.
104 ConstOptionalArgsNegativeTest: Fail, OK # 'const' keyword is not verified in lit eral maps.
105 ConstSyntaxTest/01: Fail, OK # Negative language test. 102 ConstSyntaxTest/01: Fail, OK # Negative language test.
106 ConstSyntaxTest/02: Fail, OK # Negative language test. 103 ConstSyntaxTest/02: Fail, OK # Negative language test.
107 ConstSyntaxTest/03: Fail, OK # Negative language test. 104 ConstSyntaxTest/03: Fail, OK # Negative language test.
108 Constructor2NegativeTest: Fail, OK # Negative language test. 105 Constructor2NegativeTest: Fail, OK # Negative language test.
109 ConstructorDuplicateInitializersTest/02: Fail, OK # Negative language test. 106 ConstructorDuplicateInitializersTest/02: Fail, OK # Negative language test.
110 ConstructorNegativeTest: Pass # For the wrong reason. 107 ConstructorNegativeTest: Pass # For the wrong reason.
111 ConstructorReturnNegativeTest: Fail, OK # Negative language test. 108 ConstructorReturnNegativeTest: Fail, OK # Negative language test.
112 ConstructorReturnWithArrowNegativeTest: Fail, OK # Negative language test. 109 ConstructorReturnWithArrowNegativeTest: Fail, OK # Negative language test.
113 ConstructorReturnWithInitAndArrowNegativeTest: Fail, OK # Negative language test . 110 ConstructorReturnWithInitAndArrowNegativeTest: Fail, OK # Negative language test .
114 ConstructorReturnWithInitNegativeTest: Fail, OK # Negative language test. 111 ConstructorReturnWithInitNegativeTest: Fail, OK # Negative language test.
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 211
215 212
216 RegExp3Test: Fail, OK # Expects exception from const constructor. 213 RegExp3Test: Fail, OK # Expects exception from const constructor.
217 214
218 215
219 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 216 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
220 217
221 218
222 [ $compiler == dart2js && $mode == release ] 219 [ $compiler == dart2js && $mode == release ]
223 AssignTopMethodNegativeTest: Crash 220 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