| 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 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. |
| 14 | 14 |
| 15 | 15 |
| 16 # Compilation errors. | 16 # Compilation errors. |
| 17 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 17 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 18 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 18 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 19 CTConstTest: Fail # map not implemented | 19 CTConstTest: Fail # map not implemented |
| 20 CallOperatorTest: Fail # Unexpected token 'call' | 20 CallOperatorTest: Fail # Unexpected token 'call' |
| 21 CallThroughGetterTest: Fail # Internal Error: Cannot find value | |
| 22 CanonicalConstTest: Fail # map not implemented | 21 CanonicalConstTest: Fail # map not implemented |
| 23 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 22 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 24 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 23 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| 25 ConstObjectsAreImmutableTest: Fail # map not implemented | 24 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 26 Constructor5Test: Fail # no matching constructor found | 25 Constructor5Test: Fail # no matching constructor found |
| 27 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 |
| 28 Context2Test: Fail # switch cases are not implemented | 27 Context2Test: Fail # switch cases are not implemented |
| 29 ContinueTest: Fail # switch cases are not implemented | 28 ContinueTest: Fail # switch cases are not implemented |
| 30 DefaultFactoryLibraryTest: Fail # lib is not a type | 29 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 31 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented | 30 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented |
| 32 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 31 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 33 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 32 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 34 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. | 33 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. |
| 35 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. | 34 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. |
| 36 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. | 35 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. |
| 37 DynamicTest: Fail # cannot resolve type F1 | 36 DynamicTest: Fail # cannot resolve type F1 |
| 38 EmptyBlockCaseTest: Fail # switch cases are not implemented | 37 EmptyBlockCaseTest: Fail # switch cases are not implemented |
| 39 Factory3Test: Fail # Handling of compile-time constants. | 38 Factory3Test: Fail # Handling of compile-time constants. |
| 40 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. | 39 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. |
| 41 ForTest: Fail # SsaBuilder for loop without condition not implemented | 40 ForTest: Fail # SsaBuilder for loop without condition not implemented |
| 42 FunctionSyntaxTest: Fail # Internal Error: Cannot find value | |
| 43 FunctionTypeAlias2Test: Fail # cannot resolve type f1 | 41 FunctionTypeAlias2Test: Fail # cannot resolve type f1 |
| 44 FunctionTypeAlias3Test: Fail # cannot resolve type F | 42 FunctionTypeAlias3Test: Fail # cannot resolve type F |
| 45 FunctionTypeAlias4Test: Fail # cannot resolve type F | 43 FunctionTypeAlias4Test: Fail # cannot resolve type F |
| 46 FunctionTypeAliasTest: Fail # cannot resolve type Fun | 44 FunctionTypeAliasTest: Fail # cannot resolve type Fun |
| 47 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa
rameters | 45 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa
rameters |
| 48 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par
ameters | 46 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par
ameters |
| 49 GenericInstanceofTest: Fail # cannot resolve type T | 47 GenericInstanceofTest: Fail # cannot resolve type T |
| 50 GenericTest: Fail # cannot resolve type T | 48 GenericTest: Fail # cannot resolve type T |
| 51 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. | 49 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. |
| 52 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s | 50 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 FunctionTest: Fail # continue not implemented | 102 FunctionTest: Fail # continue not implemented |
| 105 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 103 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 106 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 104 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 107 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 105 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 108 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 106 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 109 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 107 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 110 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 108 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 111 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 109 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 112 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 110 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 113 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' | 111 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' |
| 114 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. | |
| 115 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. | 112 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. |
| 116 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. | 113 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. |
| 117 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 114 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 118 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. | 115 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. |
| 119 TypedMessageTest: Fail # SyntaxError: Unexpected token this | 116 TypedMessageTest: Fail # SyntaxError: Unexpected token this |
| 120 | 117 |
| 121 | 118 |
| 122 # | 119 # |
| 123 # The following tests are all semantic tests that we can rely on dartc | 120 # The following tests are all semantic tests that we can rely on dartc |
| 124 # catching for now. | 121 # catching for now. |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 ClosureBreakTest: Fail | 272 ClosureBreakTest: Fail |
| 276 ExecuteFinally3Test: Fail | 273 ExecuteFinally3Test: Fail |
| 277 ExecuteFinally9Test: Fail | 274 ExecuteFinally9Test: Fail |
| 278 | 275 |
| 279 | 276 |
| 280 [ $component == leg && $mode == release ] | 277 [ $component == leg && $mode == release ] |
| 281 AssignTopMethodNegativeTest: Crash | 278 AssignTopMethodNegativeTest: Crash |
| 282 | 279 |
| 283 [ $component == legium ] | 280 [ $component == legium ] |
| 284 *: Skip | 281 *: Skip |
| OLD | NEW |