OLD | NEW |
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}". |
11 Constructor6Test: Crash | 11 Constructor6Test: Crash |
12 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 12 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 13 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. |
13 | 14 |
14 | 15 |
15 # Compilation errors. | 16 # Compilation errors. |
16 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 17 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
17 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 18 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
18 CTConstTest: Fail # map not implemented | 19 CTConstTest: Fail # map not implemented |
19 CallOperatorTest: Fail # Unexpected token 'call' | 20 CallOperatorTest: Fail # Unexpected token 'call' |
20 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 21 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
21 CanonicalConstTest: Fail # map not implemented | 22 CanonicalConstTest: Fail # map not implemented |
22 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 23 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test. | 153 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test. |
153 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test. | 154 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test. |
154 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test. | 155 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test. |
155 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test. | 156 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test. |
156 ConstConstructorSyntaxTest/05: Fail, OK # Negative language test. | 157 ConstConstructorSyntaxTest/05: Fail, OK # Negative language test. |
157 ConstCounterNegativeTest: Fail, OK # Negative language test. | 158 ConstCounterNegativeTest: Fail, OK # Negative language test. |
158 ConstFactoryNegativeTest: Fail, OK # Negative language test. | 159 ConstFactoryNegativeTest: Fail, OK # Negative language test. |
159 ConstFieldNegativeTest: Fail, OK # Negative language test. | 160 ConstFieldNegativeTest: Fail, OK # Negative language test. |
160 ConstInit4NegativeTest: Fail, OK # Negative language test. | 161 ConstInit4NegativeTest: Fail, OK # Negative language test. |
161 ConstInitNegativeTest: Fail, OK # Negative language test. | 162 ConstInitNegativeTest: Fail, OK # Negative language test. |
| 163 ConstOptionalArgsNegativeTest: Fail, OK # 'const' keyword is not verified in lit
eral maps. |
162 ConstSyntaxTest/01: Fail, OK # Negative language test. | 164 ConstSyntaxTest/01: Fail, OK # Negative language test. |
163 ConstSyntaxTest/02: Fail, OK # Negative language test. | 165 ConstSyntaxTest/02: Fail, OK # Negative language test. |
164 ConstSyntaxTest/03: Fail, OK # Negative language test. | 166 ConstSyntaxTest/03: Fail, OK # Negative language test. |
165 Constructor2NegativeTest: Fail, OK # Negative language test. | 167 Constructor2NegativeTest: Fail, OK # Negative language test. |
166 ConstructorDuplicateInitializersTest/02: Fail, OK # Negative language test. | 168 ConstructorDuplicateInitializersTest/02: Fail, OK # Negative language test. |
167 ConstructorNegativeTest: Pass # For the wrong reason. | 169 ConstructorNegativeTest: Pass # For the wrong reason. |
168 ConstructorReturnNegativeTest: Fail, OK # Negative language test. | 170 ConstructorReturnNegativeTest: Fail, OK # Negative language test. |
169 ConstructorReturnWithArrowNegativeTest: Fail, OK # Negative language test. | 171 ConstructorReturnWithArrowNegativeTest: Fail, OK # Negative language test. |
170 ConstructorReturnWithInitAndArrowNegativeTest: Fail, OK # Negative language test
. | 172 ConstructorReturnWithInitAndArrowNegativeTest: Fail, OK # Negative language test
. |
171 ConstructorReturnWithInitNegativeTest: Fail, OK # Negative language test. | 173 ConstructorReturnWithInitNegativeTest: Fail, OK # Negative language test. |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 ClosureBreakTest: Fail | 283 ClosureBreakTest: Fail |
282 ExecuteFinally3Test: Fail | 284 ExecuteFinally3Test: Fail |
283 ExecuteFinally9Test: Fail | 285 ExecuteFinally9Test: Fail |
284 | 286 |
285 | 287 |
286 [ $component == leg && $mode == release ] | 288 [ $component == leg && $mode == release ] |
287 AssignTopMethodNegativeTest: Crash | 289 AssignTopMethodNegativeTest: Crash |
288 | 290 |
289 [ $component == legium ] | 291 [ $component == legium ] |
290 *: Skip | 292 *: Skip |
OLD | NEW |