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 GetSyntaxTest/none: Fail # TODO(ahe): investigate. | 16 GetSyntaxTest/none: Fail # TODO(ahe): investigate. |
16 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. | 17 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. |
17 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. | 18 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. |
18 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. | 19 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. |
19 | 20 |
20 # Compilation errors. | 21 # Compilation errors. |
21 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 22 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
22 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 23 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
23 CTConstTest: Fail # map not implemented | 24 CTConstTest: Fail # map not implemented |
24 CallOperatorTest: Fail # Unexpected token 'call' | 25 CallOperatorTest: Fail # Unexpected token 'call' |
25 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 26 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
26 CanonicalConstTest: Fail # map not implemented | 27 CanonicalConstTest: Fail # map not implemented |
27 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 28 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
28 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 29 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
29 ConstObjectsAreImmutableTest: Fail # map not implemented | 30 ConstObjectsAreImmutableTest: Fail # map not implemented |
31 ConstOptionalArgsNegativeTest: Fail # 'const' keyword is not verified in literal maps. | |
ngeoffray
2012/03/10 22:28:03
ditto
floitsch
2012/03/10 22:58:22
Done.
| |
30 Constructor5Test: Fail # no matching constructor found | 32 Constructor5Test: Fail # no matching constructor found |
31 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods | 33 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods |
32 Context2Test: Fail # switch cases are not implemented | 34 Context2Test: Fail # switch cases are not implemented |
33 ContinueTest: Fail # switch cases are not implemented | 35 ContinueTest: Fail # switch cases are not implemented |
34 DefaultFactoryLibraryTest: Fail # lib is not a type | 36 DefaultFactoryLibraryTest: Fail # lib is not a type |
35 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented | 37 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented |
36 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 38 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
37 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 39 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
38 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. | 40 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. |
39 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. | 41 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
283 ClosureBreakTest: Fail | 285 ClosureBreakTest: Fail |
284 ExecuteFinally3Test: Fail | 286 ExecuteFinally3Test: Fail |
285 ExecuteFinally9Test: Fail | 287 ExecuteFinally9Test: Fail |
286 | 288 |
287 | 289 |
288 [ $component == leg && $mode == release ] | 290 [ $component == leg && $mode == release ] |
289 AssignTopMethodNegativeTest: Crash | 291 AssignTopMethodNegativeTest: Crash |
290 | 292 |
291 [ $component == legium ] | 293 [ $component == legium ] |
292 *: Skip | 294 *: Skip |
OLD | NEW |