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

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

Issue 9688016: Hack around aborting loop body. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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 | « 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 [ $component == leg && $checked ] 5 [ $component == leg && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == leg ] 9 [ $component == leg ]
10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}".
(...skipping 11 matching lines...) Expand all
22 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 22 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
23 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 23 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
24 ConstObjectsAreImmutableTest: Fail # map not implemented 24 ConstObjectsAreImmutableTest: Fail # map not implemented
25 Constructor5Test: Fail # no matching constructor found 25 Constructor5Test: Fail # no matching constructor found
26 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 26 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
27 Context2Test: Fail # switch cases are not implemented 27 Context2Test: Fail # switch cases are not implemented
28 ContinueTest: Fail # switch cases are not implemented 28 ContinueTest: Fail # switch cases are not implemented
29 DefaultFactoryLibraryTest: Fail # lib is not a type 29 DefaultFactoryLibraryTest: Fail # lib is not a type
30 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 30 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
31 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 31 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
32 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
33 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 32 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
34 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 33 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
35 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 34 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
36 DynamicTest: Fail # cannot resolve type F1 35 DynamicTest: Fail # cannot resolve type F1
37 EmptyBlockCaseTest: Fail # switch cases are not implemented 36 EmptyBlockCaseTest: Fail # switch cases are not implemented
38 Factory3Test: Fail # Handling of compile-time constants. 37 Factory3Test: Fail # Handling of compile-time constants.
39 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. 38 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
40 ForTest: Fail # SsaBuilder for loop without condition not implemented
41 FunctionTypeAlias2Test: Fail # cannot resolve type f1 39 FunctionTypeAlias2Test: Fail # cannot resolve type f1
42 FunctionTypeAlias3Test: Fail # cannot resolve type F 40 FunctionTypeAlias3Test: Fail # cannot resolve type F
43 FunctionTypeAlias4Test: Fail # cannot resolve type F 41 FunctionTypeAlias4Test: Fail # cannot resolve type F
44 FunctionTypeAliasTest: Fail # cannot resolve type Fun 42 FunctionTypeAliasTest: Fail # cannot resolve type Fun
45 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 43 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
46 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 44 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
47 GenericInstanceofTest: Fail # cannot resolve type T 45 GenericInstanceofTest: Fail # cannot resolve type T
48 GenericTest: Fail # cannot resolve type T 46 GenericTest: Fail # cannot resolve type T
49 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. 47 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords.
50 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 48 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
(...skipping 25 matching lines...) Expand all
76 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 74 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
77 SuperFieldTest: Fail # no method named city in class B 75 SuperFieldTest: Fail # no method named city in class B
78 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 76 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
79 SuperOperatorTest: Fail # no method named + in class A 77 SuperOperatorTest: Fail # no method named + in class A
80 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 78 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
81 SuperTest: Fail # cannot find tokens to produce error message for i++. 79 SuperTest: Fail # cannot find tokens to produce error message for i++.
82 SwitchFallthruTest: Fail # switch cases are not implemented 80 SwitchFallthruTest: Fail # switch cases are not implemented
83 SwitchLabelTest: Fail # switch cases are not implemented 81 SwitchLabelTest: Fail # switch cases are not implemented
84 SwitchTest: Fail # switch cases are not implemented 82 SwitchTest: Fail # switch cases are not implemented
85 TypeDartcTest: Fail # non-empty instruction stack 83 TypeDartcTest: Fail # non-empty instruction stack
86 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
87 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required 84 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
88 85
89 86
90 # Implementation errors (library or generated code). 87 # Implementation errors (library or generated code).
91 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 88 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
92 BadNamedParametersTest: Fail # NullPointerException 89 BadNamedParametersTest: Fail # NullPointerException
93 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 90 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
94 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 91 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
95 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 92 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
96 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. 93 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails.
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 TypeVariableScopeTest/05: Fail, OK # Negative language test. 256 TypeVariableScopeTest/05: Fail, OK # Negative language test.
260 257
261 258
262 TypeVMTest: Fail, OK # VM specific test. 259 TypeVMTest: Fail, OK # VM specific test.
263 260
264 261
265 DivByZeroTest: Fail, OK # Leg only has doubles. 262 DivByZeroTest: Fail, OK # Leg only has doubles.
266 263
267 264
268 # TODO(ahe): Categorize these failures. 265 # TODO(ahe): Categorize these failures.
269 ClosureBreak1Test: Fail
270 ClosureBreak2Test: Fail
271 ClosureBreakTest: Fail
272 ExecuteFinally3Test: Fail 266 ExecuteFinally3Test: Fail
273 ExecuteFinally9Test: Fail
274 267
275 268
276 [ $component == leg && $mode == release ] 269 [ $component == leg && $mode == release ]
277 AssignTopMethodNegativeTest: Crash 270 AssignTopMethodNegativeTest: Crash
278 271
279 [ $component == legium ] 272 [ $component == legium ]
280 *: Skip 273 *: Skip
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