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

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

Issue 8231031: Check for compile-time constants in DartCompiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Feedback from floitsch Created 9 years, 2 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on an architecture other than the one you are working on. 10 # failed on an architecture other than the one you are working on.
(...skipping 19 matching lines...) Expand all
30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513
31 FauxverrideTest/01: Fail # Bug 5328413 31 FauxverrideTest/01: Fail # Bug 5328413
32 FauxverrideTest/02: Fail # Bug 5328413 32 FauxverrideTest/02: Fail # Bug 5328413
33 FauxverrideTest/03: Fail # Bug 5328413 33 FauxverrideTest/03: Fail # Bug 5328413
34 ImpliedInterfaceTest: Fail # Bug 5349944 34 ImpliedInterfaceTest: Fail # Bug 5349944
35 OverrideMethodWithFieldTest: Fail # Bug 5384453 35 OverrideMethodWithFieldTest: Fail # Bug 5384453
36 FieldOverrideTest/none: Fail # Bug 5384222 36 FieldOverrideTest/none: Fail # Bug 5384222
37 FieldOverrideTest/01: Fail # Bug 5384222 37 FieldOverrideTest/01: Fail # Bug 5384222
38 CallThroughNullGetterTest: Fail # Bug 4968741 38 CallThroughNullGetterTest: Fail # Bug 4968741
39 Library1NegativeTest: Fail # Bug 5430449 39 Library1NegativeTest: Fail # Bug 5430449
40 40 StringInterpolationNegativeTest: Fail # Bug 5463856
41 ConstructorTest: Fail # Bug 4995181, execution order 41 ConstructorTest: Fail # Bug 4995181, execution order
42 ParameterInitializerTest: Fail # Bug 4995181, execution order 42 ParameterInitializerTest: Fail # Bug 4995181, execution order
43 43
44 # These bugs refer currently ongoing language discussions. 44 # These bugs refer currently ongoing language discussions.
45 ExampleConstructorTest: Fail # Bug 4995181 45 ExampleConstructorTest: Fail # Bug 4995181
46 StringInterpolation7NegativeTest: Fail # Bug 5463856
46 47
47 48
48 # Regular bugs which should be fixed. 49 # Regular bugs which should be fixed.
49 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 50 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
50 ManyEchoServerTest: Skip # Bug 5103754 51 ManyEchoServerTest: Skip # Bug 5103754
51 CanonicalConstTest: Fail # Bug 5270133 52 CanonicalConstTest: Fail # Bug 5270133
52 OverrideFieldTest/none: Fail # Bug 5384222 53 OverrideFieldTest/none: Fail # Bug 5384222
53 GenericParameterizedExtendsTest: Skip # Bug 5391643 54 GenericParameterizedExtendsTest: Skip # Bug 5391643
54 55
55 # DartC specific tests that should not be run by the VM. 56 # DartC specific tests that should not be run by the VM.
56 *DartcTest: Skip 57 *DartcTest: Skip
57 58
58 # Problems specific to dartc optimized mode 59 # Problems specific to dartc optimized mode
59 [ ($arch == dartc || $arch == chromium) && $mode == release ] 60 [ ($arch == dartc || $arch == chromium) && $mode == release ]
60 MethodInvocationTest: Fail # Bug 5392266 61 MethodInvocationTest: Fail # Bug 5392266
61 Label2NegativeTest: Crash # Bug 5318228 62 Label2NegativeTest: Crash # Bug 5318228
62 NullPointerExceptionTest: Fail # Bug 5391976 63 NullPointerExceptionTest: Fail # Bug 5391976
63 CallThroughNullGetterTest: Fail # Bug 5391976 64 CallThroughNullGetterTest: Fail # Bug 5391976
64 Private3Test: Fail # Bug 5391976 65 Private3Test: Fail # Bug 5391976
65 Switch3NegativeTest: Crash # Bug 5318228 66 Switch3NegativeTest: Crash # Bug 5318228
66 BadNamedParametersTest: Fail # Bug Bug 4202974 - release mode is not throwing NSME 67 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr owing NSME
68 CTConst2Test: Fail # Codesite issue 124
67 69
68 # Problems specific to dartc debug mode 70 # Problems specific to dartc debug mode
69 [ ($arch == dartc || $arch == chromium) && $mode == debug ] 71 [ ($arch == dartc || $arch == chromium) && $mode == debug ]
70 72
71 73
72 [ $arch == dartc || $arch == chromium ] 74 [ $arch == dartc || $arch == chromium ]
73 Prefix3NegativeTest: Fail # Bug 5406175 75 Prefix3NegativeTest: Fail # Bug 5406175
74 Prefix11NegativeTest: Fail # Bug 5406175 76 Prefix11NegativeTest: Fail # Bug 5406175
75 Prefix12NegativeTest: Fail # Bug 5406175 77 Prefix12NegativeTest: Fail # Bug 5406175
76 Prefix14Test: Fail # Bug 5406175 78 Prefix14Test: Fail # Bug 5406175
77 Prefix15Test: Skip # Bug 5406175 79 Prefix15Test: Skip # Bug 5406175
78 FunctionTypeParameterNegativeTest: Fail # Bug 4568007
79 ConstConstructor1NegativeTest: FAIL # Bug 5142545 80 ConstConstructor1NegativeTest: FAIL # Bug 5142545
80 ConstConstructor2NegativeTest: FAIL # Bug 5142545 81 ConstConstructor2NegativeTest: FAIL # Bug 5142545
82 ConstInitTest: Fail # Codesite Issue 120
81 ConstructorSetterNegativeTest: FAIL # Bug 92 83 ConstructorSetterNegativeTest: FAIL # Bug 92
82 84
83 MathTest: FAIL # Bug 5165080 85 MathTest: FAIL # Bug 5165080
84 StringConcatTest: FAIL # Bug 5196164 86 StringConcatTest: FAIL # Bug 5196164
85 NamedParametersTypeTest: Fail # Implementation in progress. 87 NamedParametersTypeTest: Fail # Implementation in progress.
86 NamedParametersWithConversionsTest: Fail # Implementation in progress. 88 NamedParametersWithConversionsTest: Fail # Implementation in progress.
87 NamedParametersNegativeTest: Fail # Implementation in progress. 89 NamedParametersNegativeTest: Fail # Implementation in progress.
88 NamedParameters2NegativeTest: Fail # Implementation in progress. 90 NamedParameters2NegativeTest: Fail # Implementation in progress.
89 NamedParameters3NegativeTest: Fail # Implementation in progress. 91 NamedParameters3NegativeTest: Fail # Implementation in progress.
90 NamedParameters4NegativeTest: Fail # Implementation in progress. 92 NamedParameters4NegativeTest: Fail # Implementation in progress.
91 NamedParameters6NegativeTest: Crash # Implementation in progress. 93 NamedParameters6NegativeTest: Crash # Implementation in progress.
92 NamedParametersNamedCountTest: Fail # Bug 5447476 94 NamedParametersNamedCountTest: Fail # Bug 5447476
93 NamedParametersWithObjectPropertyNamesTest: Fail # Bug 5447476 95 NamedParametersWithObjectPropertyNamesTest: Fail # Bug 5447476
94 InstFieldInitializerTest: Fail # Cannot deal with static final values in c onst expression.
95 RegExp3Test: Fail # 5299683 96 RegExp3Test: Fail # 5299683
96 InterfaceFactory3NegativeTest: Fail # Bug 5387405 97 InterfaceFactory3NegativeTest: Fail # Bug 5387405
97 GenericParameterizedExtendsTest: Skip # Bug 5392297 98 GenericParameterizedExtendsTest: Skip # Bug 5392297
98 ConstObjectsAreImmutableTest: Fail # Bug 5202940 99 ConstObjectsAreImmutableTest: Fail # Bug 5202940
99 SuperNegativeTest: Fail # Now that super calls are automatically injected this t est doesn't make sense 100 SuperNegativeTest: Fail # Now that super calls are automatically injected this t est doesn't make sense
100 NullToStringTest: Fail # Bug 5421978 101 NullToStringTest: Fail # Bug 5421978
101 FunctionTypeAliasTest: Crash # Bug 4519208. 102 FunctionTypeAliasTest: Crash # Bug 4519208.
102 103
103 # Other bugs (or unimplemented features) in dartc. 104 # Other bugs (or unimplemented features) in dartc.
104 SuperOperatorTest: Fail # Bug 4995463. 105 SuperOperatorTest: Fail # Bug 4995463.
(...skipping 23 matching lines...) Expand all
128 StackTraceTest: Fail # Bug 4971920. 129 StackTraceTest: Fail # Bug 4971920.
129 ExpectTest: Fail # Missing extensions to class Expect. 130 ExpectTest: Fail # Missing extensions to class Expect.
130 DivByZeroTest: Fail # Bug 5184183 131 DivByZeroTest: Fail # Bug 5184183
131 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 132 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
132 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 133 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
133 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 134 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
134 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 135 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
135 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 136 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
136 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 137 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
137 CharEscapeTest: Fail 138 CharEscapeTest: Fail
138 FunctionTypeParameter2NegativeTest: Fail # Bug 4568007
139 139
140 # The following tests use missing error classes. Bug 4385894. 140 # The following tests use missing error classes. Bug 4385894.
141 AssertTest: Fail # Uses AssertError class. 141 AssertTest: Fail # Uses AssertError class.
142 142
143 ThirdTest: Fail # Bug 5339586 143 ThirdTest: Fail # Bug 5339586
144 144
145 145
146 # VM specific tests that should not be run by DartC. 146 # VM specific tests that should not be run by DartC.
147 *VMTest: Skip 147 *VMTest: Skip
148 148
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 TypedMessageTest: Fail # Bug 5246195 183 TypedMessageTest: Fail # Bug 5246195
184 184
185 [ $arch == x64 ] 185 [ $arch == x64 ]
186 *: Skip 186 *: Skip
187 187
188 [ $arch == simarm ] 188 [ $arch == simarm ]
189 *: Skip 189 *: Skip
190 190
191 [ $arch == arm ] 191 [ $arch == arm ]
192 *: Skip 192 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698