| 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 prefix language | 5 prefix language |
| 6 | 6 |
| 7 [ $component == leg && $checked ] | 7 [ $component == leg && $checked ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 | 10 |
| 11 [ $component == leg ] | 11 [ $component == leg ] |
| 12 Constructor6Test: Crash | 12 Constructor6Test: Crash |
| 13 FunctionTest: Crash | 13 FunctionTest: Crash |
| 14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 15 | 15 |
| 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. | 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. |
| 17 | 17 |
| 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. | 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. | 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. | 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. |
| 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. | 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 22 SyntaxTest/28: Fail # TODO(ahe): investigate. | 22 SyntaxTest/28: Fail # TODO(ahe): investigate. |
| 23 SyntaxTest/30: Fail # TODO(ahe): investigate. | 23 SyntaxTest/30: Fail # TODO(ahe): investigate. |
| 24 SyntaxTest/31: Fail # TODO(ahe): investigate. | 24 SyntaxTest/31: Fail # TODO(ahe): investigate. |
| 25 SyntaxTest/32: Fail # TODO(ahe): investigate. | 25 SyntaxTest/32: Fail # TODO(ahe): investigate. |
| 26 SyntaxTest/33: Fail # TODO(ahe): investigate. | 26 SyntaxTest/33: Fail # TODO(ahe): investigate. |
| 27 SyntaxTest/47: Fail # TODO(ahe): investigate. | 27 SyntaxTest/47: Fail # TODO(ahe): investigate. |
| 28 | 28 |
| 29 # Compilation errors. | 29 # Compilation errors. |
| 30 Arithmetic2Test: Fail # map not implemented | |
| 31 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 30 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 32 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 31 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 33 CTConstTest: Fail # map not implemented | 32 CTConstTest: Fail # map not implemented |
| 34 CallOperatorTest: Fail # Unexpected token 'call' | 33 CallOperatorTest: Fail # Unexpected token 'call' |
| 35 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 34 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| 36 CanonicalConstTest: Fail # map not implemented | 35 CanonicalConstTest: Fail # map not implemented |
| 37 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 36 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 38 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 37 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| 39 ConstObjectsAreImmutableTest: Fail # map not implemented | 38 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 40 Constructor5Test: Fail # no matching constructor found | 39 Constructor5Test: Fail # no matching constructor found |
| (...skipping 25 matching lines...) Expand all Loading... |
| 66 Issue1363Test: Fail # lib is not a type | 65 Issue1363Test: Fail # lib is not a type |
| 67 Issue4515170Test: Fail # cannot resolve VAL | 66 Issue4515170Test: Fail # cannot resolve VAL |
| 68 LabelTest: Fail # switch cases are not implemented | 67 LabelTest: Fail # switch cases are not implemented |
| 69 Library5Test: Fail # library prefixes not handled | 68 Library5Test: Fail # library prefixes not handled |
| 70 LibraryPrefixesTest: Fail # other is not a type | 69 LibraryPrefixesTest: Fail # other is not a type |
| 71 LibrarySameNameUsedTest: Fail # lib2 is not a type | 70 LibrarySameNameUsedTest: Fail # lib2 is not a type |
| 72 ListTest: Fail # named constructors with type arguments are not implemented | 71 ListTest: Fail # named constructors with type arguments are not implemented |
| 73 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 | 72 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 |
| 74 ManyGenericInstanceofTest: Fail # cannot resolve type T | 73 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 75 MapLiteral2Test: Fail # expected a constant string | 74 MapLiteral2Test: Fail # expected a constant string |
| 76 MapLiteral3Test: Fail # map not implemented | |
| 77 MapLiteral4Test: Fail # map not implemented | 75 MapLiteral4Test: Fail # map not implemented |
| 78 MapLiteralTest: Fail # Unexpected token ',' | 76 MapLiteralTest: Fail # Unexpected token ',' |
| 79 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 77 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 80 MethodNameTest: Fail # Unexpected token '(' | 78 MethodNameTest: Fail # Unexpected token '(' |
| 81 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 79 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 82 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem
ented | 80 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem
ented |
| 83 NamedParameters2Test: Fail # Unimplemented non-matching static call | 81 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 84 NamedParameters3Test: Fail # Unimplemented non-matching static call | 82 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 85 NamedParameters4Test: Fail # Unimplemented non-matching static call | 83 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 86 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 84 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 87 NamingTest: Fail # Internal Error: Cannot find value | 85 NamingTest: Fail # Internal Error: Cannot find value |
| 88 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 86 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
| 89 NonParameterizedFactory2Test: Fail # named constructors with type arguments are
not implemented | 87 NonParameterizedFactory2Test: Fail # named constructors with type arguments are
not implemented |
| 90 NullToStringTest: Fail # Closurization of intercepted methods. | 88 NullToStringTest: Fail # Closurization of intercepted methods. |
| 91 NumbersTest: Fail # cannot resolve type Smi | 89 NumbersTest: Fail # cannot resolve type Smi |
| 92 ObjectDynamicMethodTest: Fail # map not implemented | |
| 93 OrderedMapsTest: Fail # map not implemented | |
| 94 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 90 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 95 Prefix101Test: Fail # duplicate definition | 91 Prefix101Test: Fail # duplicate definition |
| 96 Prefix10Test: Fail # lib11 is not a type | 92 Prefix10Test: Fail # lib11 is not a type |
| 97 Prefix11Test: Fail # lib11 is not a type | 93 Prefix11Test: Fail # lib11 is not a type |
| 98 Prefix12Test: Fail # named constructors with type arguments are not implemented | 94 Prefix12Test: Fail # named constructors with type arguments are not implemented |
| 99 Prefix14Test: Fail # prefixes not implemented | 95 Prefix14Test: Fail # prefixes not implemented |
| 100 Prefix15Test: Fail # lib12 is not a type | 96 Prefix15Test: Fail # lib12 is not a type |
| 101 Prefix17Test: Fail # lib12 is not a type | 97 Prefix17Test: Fail # lib12 is not a type |
| 102 Prefix21Test: Fail # Internal Error: Element.computeType. | 98 Prefix21Test: Fail # Internal Error: Element.computeType. |
| 103 Prefix22Test: Fail # library prefixes not handled | 99 Prefix22Test: Fail # library prefixes not handled |
| 104 PseudoKWTest: Fail # Unexpected token '(' | 100 PseudoKWTest: Fail # Unexpected token '(' |
| 105 RegExpTest: Fail # named constructors with type arguments are not implemented | 101 RegExpTest: Fail # named constructors with type arguments are not implemented |
| 106 ResourceTest: Fail # #resource tag not recognized - issue 1807 | 102 ResourceTest: Fail # #resource tag not recognized - issue 1807 |
| 107 StackTraceTest: Fail # SsaBuilder: throw without expression not implemented | 103 StackTraceTest: Fail # SsaBuilder: throw without expression not implemented |
| 108 StatementTest: Fail # switch cases are not implemented | 104 StatementTest: Fail # switch cases are not implemented |
| 109 StaticFieldTest: Fail # cannot resolve setValues | 105 StaticFieldTest: Fail # cannot resolve setValues |
| 110 StaticFinalFieldTest: Fail # map not implemented | 106 StaticFinalFieldTest: Fail # map not implemented |
| 111 StringInterpolate2Test: Fail # map not implemented | |
| 112 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 107 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 113 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 108 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 114 SuperFieldTest: Fail # no method named city in class B | 109 SuperFieldTest: Fail # no method named city in class B |
| 115 SuperOperatorTest: Fail # no method named + in class A | 110 SuperOperatorTest: Fail # no method named + in class A |
| 116 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 111 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 117 SuperTest: Fail # cannot find tokens to produce error message for i++. | 112 SuperTest: Fail # cannot find tokens to produce error message for i++. |
| 118 Switch6Test: Fail # switch cases are not implemented | 113 Switch6Test: Fail # switch cases are not implemented |
| 119 SwitchFallthruTest: Fail # switch cases are not implemented | 114 SwitchFallthruTest: Fail # switch cases are not implemented |
| 120 SwitchLabelTest: Fail # switch cases are not implemented | 115 SwitchLabelTest: Fail # switch cases are not implemented |
| 121 SwitchScopeTest: Fail # switch cases are not implemented | 116 SwitchScopeTest: Fail # switch cases are not implemented |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 GetterDeclarationNegativeTest: Fail, OK # Negative language test. | 220 GetterDeclarationNegativeTest: Fail, OK # Negative language test. |
| 226 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. | 221 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. |
| 227 InterfaceCycleNegativeTest: Fail, OK # Negative language test. | 222 InterfaceCycleNegativeTest: Fail, OK # Negative language test. |
| 228 InterfaceFactory3NegativeTest: Fail, OK # Negative language test. | 223 InterfaceFactory3NegativeTest: Fail, OK # Negative language test. |
| 229 InterfaceFactoryConstructorNegativeTest: Fail, OK # Negative language test. | 224 InterfaceFactoryConstructorNegativeTest: Fail, OK # Negative language test. |
| 230 InterfaceStaticMethodNegativeTest: Fail, OK # Negative language test. | 225 InterfaceStaticMethodNegativeTest: Fail, OK # Negative language test. |
| 231 Library5NegativeTest: Fail, OK # Negative language test. | 226 Library5NegativeTest: Fail, OK # Negative language test. |
| 232 Library6NegativeTest: Fail, OK # Negative language test. | 227 Library6NegativeTest: Fail, OK # Negative language test. |
| 233 ListLiteral1NegativeTest: Fail, OK # Negative language test. | 228 ListLiteral1NegativeTest: Fail, OK # Negative language test. |
| 234 ListLiteral2NegativeTest: Fail, OK # Negative language test. | 229 ListLiteral2NegativeTest: Fail, OK # Negative language test. |
| 230 MapLiteral1NegativeTest: Fail, OK # Negative language test. |
| 231 MapLiteral2NegativeTest: Fail, OK # Negative language test. |
| 235 NewExpressionTypeArgsFrogTest/02: Fail, OK # Negative language test. | 232 NewExpressionTypeArgsFrogTest/02: Fail, OK # Negative language test. |
| 236 NonConstSuperNegativeTest: Fail, OK # Negative language test. | 233 NonConstSuperNegativeTest: Fail, OK # Negative language test. |
| 237 NumberIdentifierNegativeTest: Fail, OK # Negative language test. | 234 NumberIdentifierNegativeTest: Fail, OK # Negative language test. |
| 238 Operator1NegativeTest: Fail, OK # Negative language test. | 235 Operator1NegativeTest: Fail, OK # Negative language test. |
| 239 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test. | 236 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test. |
| 240 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test. | 237 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test. |
| 241 OverrideFieldMethod3NegativeTest: Fail, OK # Negative language test. | 238 OverrideFieldMethod3NegativeTest: Fail, OK # Negative language test. |
| 242 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test. | 239 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test. |
| 243 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test. | 240 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test. |
| 244 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test. | 241 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 # TODO(ahe): Categorize these failures. | 299 # TODO(ahe): Categorize these failures. |
| 303 ClosureBreak1Test: Fail | 300 ClosureBreak1Test: Fail |
| 304 ClosureBreak2Test: Fail | 301 ClosureBreak2Test: Fail |
| 305 ClosureBreakTest: Fail | 302 ClosureBreakTest: Fail |
| 306 ExecuteFinally3Test: Fail | 303 ExecuteFinally3Test: Fail |
| 307 ExecuteFinally9Test: Fail | 304 ExecuteFinally9Test: Fail |
| 308 | 305 |
| 309 | 306 |
| 310 [ $component == leg && $mode == release ] | 307 [ $component == leg && $mode == release ] |
| 311 AssignTopMethodNegativeTest: Crash | 308 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |