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

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

Issue 9600071: Fix frog and friends build by skipping 3 tests that are broken and need support (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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/language/language.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
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 SwitchFallthruTest: Fail # switch cases are not implemented 115 SwitchFallthruTest: Fail # switch cases are not implemented
116 SwitchLabelTest: Fail # switch cases are not implemented 116 SwitchLabelTest: Fail # switch cases are not implemented
117 SwitchScopeTest: Fail # switch cases are not implemented 117 SwitchScopeTest: Fail # switch cases are not implemented
118 SwitchTest: Fail # switch cases are not implemented 118 SwitchTest: Fail # switch cases are not implemented
119 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +. 119 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +.
120 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 120 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
121 ToplevelCollision2Test/none: Fail # duplicate definition 121 ToplevelCollision2Test/none: Fail # duplicate definition
122 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented 122 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
123 TypeDartcTest: Fail # non-empty instruction stack 123 TypeDartcTest: Fail # non-empty instruction stack
124 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 124 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
125 WrongNumberTypeArgumentsTest/01: Fail # Should not complain in production mode. 125 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
126 126
127 # Implementation errors (library or generated code). 127 # Implementation errors (library or generated code).
128 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 128 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
129 BadNamedParametersTest: Fail # NullPointerException 129 BadNamedParametersTest: Fail # NullPointerException
130 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 130 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
131 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 131 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
132 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 132 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
133 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. 133 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails.
134 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails. 134 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails.
135 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails. 135 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 StaticTopLevelTest/01: Fail, OK # Negative language test. 272 StaticTopLevelTest/01: Fail, OK # Negative language test.
273 StaticTopLevelTest/02: Fail, OK # Negative language test. 273 StaticTopLevelTest/02: Fail, OK # Negative language test.
274 StaticTopLevelTest/03: Fail, OK # Negative language test. 274 StaticTopLevelTest/03: Fail, OK # Negative language test.
275 StaticTopLevelTest/04: Fail, OK # Negative language test. 275 StaticTopLevelTest/04: Fail, OK # Negative language test.
276 StaticTopLevelTest/05: Fail, OK # Negative language test. 276 StaticTopLevelTest/05: Fail, OK # Negative language test.
277 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 277 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
278 Switch3NegativeTest: Fail, OK # Negative language test. 278 Switch3NegativeTest: Fail, OK # Negative language test.
279 Switch7NegativeTest: Fail, OK # Negative language test. 279 Switch7NegativeTest: Fail, OK # Negative language test.
280 Throw7NegativeTest: Fail, OK # Negative language test. 280 Throw7NegativeTest: Fail, OK # Negative language test.
281 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 281 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
282 TypeVariableBoundsTest/00: Fail, OK # Negative language test. 282 TypeVariableBoundsTest*: Skip # multiple error annotations are required
283 TypeVariableBoundsTest/07: Fail, OK # Negative language test. 283 TypeVariableBounds2Test*: Skip # multiple error annotations are required
284 TypeVariableBoundsTest/08: Fail, OK # Negative language test.
285 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. 284 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test.
286 TypeVariableScopeTest/00: Fail, OK # Negative language test. 285 TypeVariableScopeTest/00: Fail, OK # Negative language test.
287 TypeVariableScopeTest/01: Fail, OK # Negative language test. 286 TypeVariableScopeTest/01: Fail, OK # Negative language test.
288 TypeVariableScopeTest/02: Fail, OK # Negative language test. 287 TypeVariableScopeTest/02: Fail, OK # Negative language test.
289 TypeVariableScopeTest/03: Fail, OK # Negative language test. 288 TypeVariableScopeTest/03: Fail, OK # Negative language test.
290 TypeVariableScopeTest/04: Fail, OK # Negative language test. 289 TypeVariableScopeTest/04: Fail, OK # Negative language test.
291 TypeVariableScopeTest/05: Fail, OK # Negative language test. 290 TypeVariableScopeTest/05: Fail, OK # Negative language test.
292 291
293 292
294 TypeVMTest: Fail, OK # VM specific test. 293 TypeVMTest: Fail, OK # VM specific test.
295 294
296 295
297 DivByZeroTest: Fail, OK # Leg only has doubles. 296 DivByZeroTest: Fail, OK # Leg only has doubles.
298 297
299 298
300 # TODO(ahe): Categorize these failures. 299 # TODO(ahe): Categorize these failures.
301 ClosureBreak1Test: Fail 300 ClosureBreak1Test: Fail
302 ClosureBreak2Test: Fail 301 ClosureBreak2Test: Fail
303 ClosureBreakTest: Fail 302 ClosureBreakTest: Fail
304 ExecuteFinally3Test: Fail 303 ExecuteFinally3Test: Fail
305 ExecuteFinally9Test: Fail 304 ExecuteFinally9Test: Fail
306 305
307 306
308 [ $component == leg && $mode == release ] 307 [ $component == leg && $mode == release ]
309 AssignTopMethodNegativeTest: Crash 308 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698