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

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

Issue 9185010: Cancel the compilation if the SSA builder attempts to visit a type annotation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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
« dart/frog/presubmit.py ('K') | « dart/frog/presubmit.py ('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) 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 prefix language 5 prefix language
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 AbstractStaticNegativeTest: Fail 8 AbstractStaticNegativeTest: Fail
9 AllocateTest: Fail 9 AllocateTest: Fail
10 ApplicationTest: Fail 10 ApplicationTest: Fail
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 Field1NegativeTest: Fail 116 Field1NegativeTest: Fail
117 Field2NegativeTest: Fail 117 Field2NegativeTest: Fail
118 Field4NegativeTest: Fail 118 Field4NegativeTest: Fail
119 Field5NegativeTest: Fail 119 Field5NegativeTest: Fail
120 Field6NegativeTest: Fail 120 Field6NegativeTest: Fail
121 Field6aNegativeTest: Fail 121 Field6aNegativeTest: Fail
122 Field7NegativeTest: Fail 122 Field7NegativeTest: Fail
123 Field7aNegativeTest: Fail 123 Field7aNegativeTest: Fail
124 FieldMethod4NegativeTest: Crash 124 FieldMethod4NegativeTest: Crash
125 FieldMethodTest: Crash 125 FieldMethodTest: Crash
126 FieldOverrideTest/01: Crash 126 FieldOverrideTest/01: Fail
127 FieldOverrideTest/none: Crash 127 FieldOverrideTest/none: Fail
128 FieldTest: Fail 128 FieldTest: Fail
129 FinalParamNegativeTest: Fail 129 FinalParamNegativeTest: Fail
130 FinalVarNegativeTest: Fail 130 FinalVarNegativeTest: Fail
131 For2Test: Crash 131 For2Test: Crash
132 ForInTest: Fail 132 ForInTest: Fail
133 ForTest: Fail 133 ForTest: Fail
134 FunctionArgumentTest: Crash 134 FunctionArgumentTest: Crash
135 FunctionLiterals2Test: Crash 135 FunctionLiterals2Test: Crash
136 FunctionLiteralsTest: Fail 136 FunctionLiteralsTest: Fail
137 FunctionSyntaxTest: Fail 137 FunctionSyntaxTest: Fail
138 FunctionTest: Fail 138 FunctionTest: Fail
139 FunctionTypeAlias2Test: Fail 139 FunctionTypeAlias2Test: Fail
140 FunctionTypeAliasTest: Fail 140 FunctionTypeAliasTest: Fail
141 FunctionTypeParameter2Test: Crash 141 FunctionTypeParameter2Test: Crash
142 FunctionTypeParameterTest: Crash 142 FunctionTypeParameterTest: Crash
143 GenericDeepTest: Fail 143 GenericDeepTest: Fail
144 GenericInheritanceTest: Crash 144 GenericInheritanceTest: Fail
145 GenericInstanceofTest: Fail 145 GenericInstanceofTest: Fail
146 GenericParameterizedExtendsTest: Crash 146 GenericParameterizedExtendsTest: Fail
147 GenericSyntaxTest: Fail 147 GenericSyntaxTest: Fail
148 GenericTest: Fail 148 GenericTest: Fail
149 Generics2Test: Fail 149 Generics2Test: Fail
150 GenericsTest: Fail 150 GenericsTest: Fail
151 GetterClosureExecutionOrderTest: Fail 151 GetterClosureExecutionOrderTest: Fail
152 GettersSettersTest: Crash 152 GettersSettersTest: Crash
153 HelloScriptTest: Fail 153 HelloScriptTest: Fail
154 IfTest: Fail 154 IfTest: Fail
155 ImplicitClosure1Test: Fail 155 ImplicitClosure1Test: Fail
156 ImplicitClosureTest: Crash 156 ImplicitClosureTest: Crash
(...skipping 16 matching lines...) Expand all
173 InstanceFieldInitializerTest: Fail 173 InstanceFieldInitializerTest: Fail
174 Instanceof2Test: Fail 174 Instanceof2Test: Fail
175 InstanceofTest: Fail 175 InstanceofTest: Fail
176 # InstantiateTypeVariableNegativeTest: Fail # Fails for the wrong reason. 176 # InstantiateTypeVariableNegativeTest: Fail # Fails for the wrong reason.
177 IntTest: Fail 177 IntTest: Fail
178 InterfaceConstantsTest: Fail 178 InterfaceConstantsTest: Fail
179 InterfaceFactoryMultiTest: Fail 179 InterfaceFactoryMultiTest: Fail
180 InterfaceFactoryTest: Fail 180 InterfaceFactoryTest: Fail
181 InterfaceTest: Fail 181 InterfaceTest: Fail
182 IntrinsifiedMethodsTest: Fail 182 IntrinsifiedMethodsTest: Fail
183 IsNotClass2NegativeTest: Crash
184 IsNotClass3NegativeTest: Crash
185 IsObjectTest: Fail 183 IsObjectTest: Fail
186 IsOperatorTest: Fail 184 IsOperatorTest: Fail
187 Issue4157508Test: Fail 185 Issue4157508Test: Fail
188 Issue4295001Test: Crash 186 Issue4295001Test: Crash
189 Issue4515170Test: Fail 187 Issue4515170Test: Fail
190 LabelTest: Fail 188 LabelTest: Fail
191 Library1Test: Fail 189 Library1Test: Fail
192 Library5Test: Fail 190 Library5Test: Fail
193 LibraryPrefixesTest: Fail 191 LibraryPrefixesTest: Fail
194 LibrarySameNameUsedTest: Fail 192 LibrarySameNameUsedTest: Fail
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 NewExpression3NegativeTest: Crash 237 NewExpression3NegativeTest: Crash
240 NewExpressionTypeArgsFrogTest/02: Fail 238 NewExpressionTypeArgsFrogTest/02: Fail
241 NoSuchMethodTest: Fail 239 NoSuchMethodTest: Fail
242 NonConstConstructorWithoutBodyTest: Crash 240 NonConstConstructorWithoutBodyTest: Crash
243 NonConstSuperNegativeTest: Fail 241 NonConstSuperNegativeTest: Fail
244 NonParameterizedFactory2Test: Fail 242 NonParameterizedFactory2Test: Fail
245 NonParameterizedFactoryTest: Fail 243 NonParameterizedFactoryTest: Fail
246 NullPointerExceptionTest: Fail 244 NullPointerExceptionTest: Fail
247 NullTest: Fail 245 NullTest: Fail
248 NullToStringTest: Fail 246 NullToStringTest: Fail
249 NumberIdentifierNegativeTest: Crash
250 NumberSyntaxTest: Fail 247 NumberSyntaxTest: Fail
251 NumbersTest: Fail 248 NumbersTest: Fail
252 ObjectDynamicMethodTest: Fail 249 ObjectDynamicMethodTest: Fail
253 Operator1NegativeTest: Crash 250 Operator1NegativeTest: Crash
254 Operator2Test: Crash 251 Operator2Test: Crash
255 OperatorTest: Crash 252 OperatorTest: Crash
256 OptimizationTest: Fail 253 OptimizationTest: Fail
257 OptimizedSetterTest: Fail 254 OptimizedSetterTest: Fail
258 OrderedMapsTest: Fail 255 OrderedMapsTest: Fail
259 OverriddenNoSuchMethodTest: Fail 256 OverriddenNoSuchMethodTest: Fail
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 TypeVariableBoundsTest/06: Fail 366 TypeVariableBoundsTest/06: Fail
370 TypeVariableBoundsTest/09: Fail 367 TypeVariableBoundsTest/09: Fail
371 TypeVariableBoundsTest/10: Fail 368 TypeVariableBoundsTest/10: Fail
372 TypeVariableBoundsTest/none: Fail 369 TypeVariableBoundsTest/none: Fail
373 TypeVariableScopeTest/none: Fail 370 TypeVariableScopeTest/none: Fail
374 TypedMessageTest: Fail 371 TypedMessageTest: Fail
375 Unary2Test: Fail 372 Unary2Test: Fail
376 UnaryTest: Fail 373 UnaryTest: Fail
377 UnboundGetterTest: Fail 374 UnboundGetterTest: Fail
378 WhileTest: Fail 375 WhileTest: Fail
OLDNEW
« dart/frog/presubmit.py ('K') | « dart/frog/presubmit.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698