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

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

Issue 9359039: Source in most stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 8 years, 10 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 | « dart/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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
11 [ $component == leg ] 11 [ $component == leg ]
12 AbstractStaticNegativeTest: Fail 12 AbstractStaticNegativeTest: Fail
13 AbstractSyntaxTest/01: Fail 13 AbstractSyntaxTest/01: Fail
14 AbstractSyntaxTest/02: Fail 14 AbstractSyntaxTest/02: Fail
15 ArithmeticTest: Fail 15 ArithmeticTest: Fail
16 Arithmetic2Test: Fail 16 Arithmetic2Test: Fail
17 AssertionTest: Fail 17 AssertionTest: Fail
18 AssignTopMethodNegativeTest: Fail 18 AssignTopMethodNegativeTest: Fail
19 BitOperationsTest: Fail 19 BitOperationsTest: Fail
20 BlackListedTest/01: Fail 20 BlackListedTest/01: Fail
21 BlackListedTest/02: Fail
21 BlackListedTest/03: Fail 22 BlackListedTest/03: Fail
23 BlackListedTest/04: Fail
22 BlackListedTest/05: Fail 24 BlackListedTest/05: Fail
25 BlackListedTest/06: Fail
23 BlackListedTest/07: Fail 26 BlackListedTest/07: Fail
27 BlackListedTest/08: Fail
24 BlackListedTest/09: Fail 28 BlackListedTest/09: Fail
29 BlackListedTest/10: Fail
30 BlackListedTest/11: fail
31 BlackListedTest/12: Fail
25 BlockScopeTest: Fail 32 BlockScopeTest: Fail
26 BreakTest: Fail 33 BreakTest: Fail
27 CTConst3Test: Fail 34 CTConst3Test: Fail
28 CTConstTest: Fail 35 CTConstTest: Fail
29 CallOperatorTest: Fail 36 CallOperatorTest: Fail
30 CallThroughGetterTest: Fail 37 CallThroughGetterTest: Fail
31 CallThroughNullGetterTest: Fail 38 CallThroughNullGetterTest: Fail
32 CanonicalConstTest: Fail 39 CanonicalConstTest: Fail
33 CharEscapeTest: Fail 40 CharEscapeTest: Fail
34 ClassCycleNegativeTest: Fail 41 ClassCycleNegativeTest: Fail
(...skipping 27 matching lines...) Expand all
62 ConstructorDefaultTest: Fail 69 ConstructorDefaultTest: Fail
63 ConstructorDuplicateInitializersTest/02: Fail 70 ConstructorDuplicateInitializersTest/02: Fail
64 ConstructorNegativeTest: Pass # For the wrong reason. 71 ConstructorNegativeTest: Pass # For the wrong reason.
65 ConstructorRedirectTest: Fail 72 ConstructorRedirectTest: Fail
66 ConstructorReturnNegativeTest: Fail 73 ConstructorReturnNegativeTest: Fail
67 ConstructorReturnWithArrowNegativeTest: Fail 74 ConstructorReturnWithArrowNegativeTest: Fail
68 ConstructorReturnWithInitAndArrowNegativeTest: Fail 75 ConstructorReturnWithInitAndArrowNegativeTest: Fail
69 ConstructorReturnWithInitNegativeTest: Fail 76 ConstructorReturnWithInitNegativeTest: Fail
70 Context2Test: Fail 77 Context2Test: Fail
71 ContextTest: Crash # NPE in Types.isSubtype. 78 ContextTest: Crash # NPE in Types.isSubtype.
79 ContextTest: Fail
72 ContinueTest: Fail 80 ContinueTest: Fail
73 DefaultClassImplicitConstructorTest: Fail 81 DefaultClassImplicitConstructorTest: Fail
74 DefaultFactory2Test: Fail
75 DefaultFactoryLibraryTest: Fail 82 DefaultFactoryLibraryTest: Fail
76 DefaultFactoryTest: Fail 83 DefaultFactoryTest: Fail
77 DefaultImplementationTest: Fail 84 DefaultImplementationTest: Fail
78 DefaultInitTest: Fail 85 DefaultInitTest: Fail
79 DeoptNoFeedbackTest: Fail 86 DeoptNoFeedbackTest: Fail
80 DivByZeroTest: Fail 87 DivByZeroTest: Fail
81 DoWhileTest: Fail 88 DoWhileTest: Fail
82 DuplicateConstructorTest/01: Fail 89 DuplicateConstructorTest/01: Fail
83 DuplicateImplementsTest: Skip 90 DuplicateImplementsTest: Skip
84 DynamicTest: Fail 91 DynamicTest: Fail
85 EmptyBlockCaseTest: Fail 92 EmptyBlockCaseTest: Fail
86 EmptyBodyMemberNegativeTest: Fail 93 EmptyBodyMemberNegativeTest: Fail
87 ExampleConstructorTest: Fail 94 ExampleConstructorTest: Fail
88 ExecuteFinally1Test: Fail 95 ExecuteFinally1Test: Fail
89 ExecuteFinally2Test: Fail 96 ExecuteFinally2Test: Fail
90 ExecuteFinally3Test: Fail 97 ExecuteFinally3Test: Fail
91 ExecuteFinally4Test: Fail 98 ExecuteFinally4Test: Fail
92 ExecuteFinally5Test: Fail 99 ExecuteFinally5Test: Fail
93 ExecuteFinally6Test: Fail 100 ExecuteFinally6Test: Fail
94 ExecuteFinally7Test: Fail 101 ExecuteFinally7Test: Fail
95 ExecuteFinally8Test: Fail 102 ExecuteFinally8Test: Fail
96 ExecuteFinally9Test: Fail 103 ExecuteFinally9Test: Fail
97 ExpectTest: Fail 104 ExpectTest: Fail
105 Factory2NegativeTest: Fail
98 Factory2Test: Fail 106 Factory2Test: Fail
99 Factory3Test: Fail 107 Factory3Test: Fail
100 Factory4Test: Fail 108 Factory4Test: Fail
101 FactoryImplementationTest: Fail 109 FactoryImplementationTest: Fail
102 FactoryTest: Fail 110 FactoryTest: Fail
103 FannkuchTest: Fail 111 FannkuchTest: Fail
104 FauxverrideTest/03: Fail 112 FauxverrideTest/03: Fail
105 FauxverrideTest/05: Fail 113 FauxverrideTest/05: Fail
106 Field1NegativeTest: Fail 114 Field1NegativeTest: Fail
107 Field2NegativeTest: Fail 115 Field2NegativeTest: Fail
108 Field4NegativeTest: Fail 116 Field4NegativeTest: Fail
109 Field5NegativeTest: Fail 117 Field5NegativeTest: Fail
110 Field6NegativeTest: Fail 118 Field6NegativeTest: Fail
111 Field6aNegativeTest: Fail 119 Field6aNegativeTest: Fail
112 Field7NegativeTest: Fail 120 Field7NegativeTest: Fail
113 Field7aNegativeTest: Fail 121 Field7aNegativeTest: Fail
114 FieldMethodTest: Fail 122 FieldMethodTest: Fail
115 FinalParamNegativeTest: Fail 123 FinalParamNegativeTest: Fail
116 FinalSyntaxTest/none: Fail 124 FinalSyntaxTest/none: Fail
117 FinalVarNegativeTest: Fail 125 FinalVarNegativeTest: Fail
118 For2Test: Fail 126 For2Test: Fail
119 ForTest: Fail 127 ForTest: Fail
120 FunctionArgumentTest: Crash
121 FunctionFieldTest: Fail 128 FunctionFieldTest: Fail
122 FunctionLiterals2Test: Fail 129 FunctionLiterals2Test: Fail
123 FunctionLiteralsTest: Fail 130 FunctionLiteralsTest: Fail
124 FunctionSyntaxTest: Fail 131 FunctionSyntaxTest: Fail
125 FunctionTest: Crash # Assertion failed: nestedClosureData !== null. 132 FunctionTest: Crash # Assertion failed: nestedClosureData !== null.
126 FunctionTest: Fail 133 FunctionTest: Fail
127 FunctionTypeAlias2Test: Fail 134 FunctionTypeAlias2Test: Fail
128 FunctionTypeAlias3Test: Fail 135 FunctionTypeAlias3Test: Fail
129 FunctionTypeAlias4Test: Fail 136 FunctionTypeAlias4Test: Fail
130 FunctionTypeAliasNegativeTest: Fail 137 FunctionTypeAliasNegativeTest: Fail
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 Library5NegativeTest: Fail 180 Library5NegativeTest: Fail
174 Library5Test: Fail 181 Library5Test: Fail
175 Library6NegativeTest: Fail 182 Library6NegativeTest: Fail
176 LibraryPrefixesTest: Fail 183 LibraryPrefixesTest: Fail
177 LibrarySameNameUsedTest: Fail 184 LibrarySameNameUsedTest: Fail
178 ListLiteral2Test: Fail 185 ListLiteral2Test: Fail
179 ListLiteral3Test: Fail 186 ListLiteral3Test: Fail
180 ListLiteral4Test: Fail 187 ListLiteral4Test: Fail
181 ListLiteralTest: Fail 188 ListLiteralTest: Fail
182 ListTest: Fail 189 ListTest: Fail
183 LocalFunction2Test: Crash # NPE in Types.isSubtype.
184 LocalFunction2Test: Fail
185 LocalFunctionTest: Fail 190 LocalFunctionTest: Fail
186 ManyGenericInstanceofTest: Fail 191 ManyGenericInstanceofTest: Fail
187 MapLiteral2Test: Fail 192 MapLiteral2Test: Fail
188 MapLiteral3Test: Fail 193 MapLiteral3Test: Fail
189 MapLiteral4Test: Fail 194 MapLiteral4Test: Fail
190 MapLiteralTest: Fail 195 MapLiteralTest: Fail
191 MapTest: Fail 196 MapTest: Fail
192 MathVMTest: Fail 197 MathVMTest: Fail
193 MethodBindingTest: Fail 198 MethodBindingTest: Fail
194 MethodInvocationTest: Fail 199 MethodInvocationTest: Fail
(...skipping 15 matching lines...) Expand all
210 NativeClassIsCheck1FrogTest: Fail 215 NativeClassIsCheck1FrogTest: Fail
211 NativeClassIsCheck2FrogTest: Fail 216 NativeClassIsCheck2FrogTest: Fail
212 NativeLibrarySameNameUsedFrogTest: Fail 217 NativeLibrarySameNameUsedFrogTest: Fail
213 NativeNamedConstructors1FrogTest: Fail 218 NativeNamedConstructors1FrogTest: Fail
214 NativeNamedConstructors2FrogTest: Fail 219 NativeNamedConstructors2FrogTest: Fail
215 NativePropertyFrogTest: Fail 220 NativePropertyFrogTest: Fail
216 NewExpressionTypeArgsFrogTest/02: Fail 221 NewExpressionTypeArgsFrogTest/02: Fail
217 NonConstConstructorWithoutBodyTest: Fail 222 NonConstConstructorWithoutBodyTest: Fail
218 NonConstSuperNegativeTest: Fail 223 NonConstSuperNegativeTest: Fail
219 NonParameterizedFactory2Test: Fail 224 NonParameterizedFactory2Test: Fail
220 NonParameterizedFactoryTest: Fail
221 NullPointerExceptionTest: Fail 225 NullPointerExceptionTest: Fail
222 NullToStringTest: Fail 226 NullToStringTest: Fail
223 NumberIdentifierNegativeTest: Fail 227 NumberIdentifierNegativeTest: Fail
224 NumberSyntaxTest: Fail 228 NumberSyntaxTest: Fail
225 NumbersTest: Fail 229 NumbersTest: Fail
226 ObjectDynamicMethodTest: Fail 230 ObjectDynamicMethodTest: Fail
227 Operator1NegativeTest: Fail 231 Operator1NegativeTest: Fail
228 OptimizationTest: Fail 232 OptimizationTest: Fail
229 OptimizedSetterTest: Fail 233 OptimizedSetterTest: Fail
230 OrderedMapsTest: Fail 234 OrderedMapsTest: Fail
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 PseudoKWIllegalTest/08: Fail 270 PseudoKWIllegalTest/08: Fail
267 PseudoKWIllegalTest/09: Fail 271 PseudoKWIllegalTest/09: Fail
268 PseudoKWIllegalTest/10: Fail 272 PseudoKWIllegalTest/10: Fail
269 PseudoKWIllegalTest/11: Fail 273 PseudoKWIllegalTest/11: Fail
270 PseudoKWIllegalTest/12: Fail 274 PseudoKWIllegalTest/12: Fail
271 PseudoKWIllegalTest/13: Fail 275 PseudoKWIllegalTest/13: Fail
272 PseudoKWIllegalTest/14: Fail 276 PseudoKWIllegalTest/14: Fail
273 PseudoKWIllegalTest/15: Fail 277 PseudoKWIllegalTest/15: Fail
274 PseudoKWIllegalTest/16: Fail 278 PseudoKWIllegalTest/16: Fail
275 PseudoKWTest: Fail 279 PseudoKWTest: Fail
276 RegEx2Test: Fail
277 RegExp2Test: Fail 280 RegExp2Test: Fail
278 RegExp3Test: Fail 281 RegExp3Test: Fail
279 RegExpTest: Fail 282 RegExpTest: Fail
280 RethrowTest: Fail 283 RethrowTest: Fail
281 SavannahTest: Fail 284 SavannahTest: Fail
282 ScopeNegativeTest: Fail 285 ScopeNegativeTest: Fail
283 Script1NegativeTest: Fail 286 Script1NegativeTest: Fail
284 ScriptNegativeTest: Fail 287 ScriptNegativeTest: Fail
285 SetterDeclaration2NegativeTest: Fail 288 SetterDeclaration2NegativeTest: Fail
286 SetterDeclarationNegativeTest: Fail 289 SetterDeclarationNegativeTest: Fail
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 TypeVMTest: Fail 346 TypeVMTest: Fail
344 TypeVariableBoundsTest/01: Fail 347 TypeVariableBoundsTest/01: Fail
345 TypeVariableBoundsTest/02: Fail 348 TypeVariableBoundsTest/02: Fail
346 TypeVariableBoundsTest/03: Fail 349 TypeVariableBoundsTest/03: Fail
347 TypeVariableBoundsTest/04: Fail 350 TypeVariableBoundsTest/04: Fail
348 TypeVariableBoundsTest/05: Fail 351 TypeVariableBoundsTest/05: Fail
349 TypeVariableBoundsTest/06: Fail 352 TypeVariableBoundsTest/06: Fail
350 TypeVariableBoundsTest/09: Fail 353 TypeVariableBoundsTest/09: Fail
351 TypeVariableBoundsTest/10: Fail 354 TypeVariableBoundsTest/10: Fail
352 TypeVariableBoundsTest/none: Fail 355 TypeVariableBoundsTest/none: Fail
353 TypeVariableScopeTest/none: Fail 356 TypeVariableScopeTest/00: Fail
357 TypeVariableScopeTest/01: Fail
358 TypeVariableScopeTest/02: Fail
359 TypeVariableScopeTest/03: Fail
360 TypeVariableScopeTest/04: Fail
361 TypeVariableScopeTest/05: Fail
354 TypedMessageTest: Fail 362 TypedMessageTest: Fail
355 WhileTest: Fail 363 WhileTest: Fail
356 364
357 365
358 [ $component == leg && $mode == release] 366 [ $component == leg && $mode == release]
359 AssignTopMethodNegativeTest: Crash 367 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698