Chromium Code Reviews| 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 [ $compiler == dart2js && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $compiler == dart2js] | 9 [ $compiler == dart2js] |
| 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call . | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call . |
| 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . | 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . |
| 12 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr oto__ key yet. | 12 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr oto__ key yet. |
| 13 | 13 |
| 14 | 14 |
| 15 # Compilation errors. | 15 # Compilation errors. |
| 16 CTConstTest: Fail # map not implemented | 16 CTConstTest: Fail # We don't take the generic type into account yet. |
| 17 CallOperatorTest: Fail # Unexpected token 'call' | 17 CallOperatorTest: Fail # Unexpected token 'call' |
| 18 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 18 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 19 ConstObjectsAreImmutableTest: Fail # map not implemented | 19 ConstObjectsAreImmutableTest: Fail # Const objects are not immutable. |
| 20 Constructor6Test: Fail # Closures inside initializers not implemented. | 20 Constructor6Test: Fail # Closures inside initializers not implemented. |
| 21 DefaultFactoryLibraryTest: Fail # lib is not a type | 21 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 22 DynamicTest: Fail # cannot resolve type F1 | 22 DynamicTest: Fail # cannot resolve type F1 |
| 23 Factory3Test: Fail # Handling of compile-time constants. | 23 Factory3Test: Fail # Handling of compile-time constants. |
| 24 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. | 24 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. |
| 25 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. | 25 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. |
| 26 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. | 26 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. |
| 27 FunctionTypeAlias2Test: Fail # cannot resolve type f1 | 27 FunctionTypeAlias2Test: Fail # cannot resolve type f1 |
| 28 FunctionTypeAlias3Test: Fail # cannot resolve type F | 28 FunctionTypeAlias3Test: Fail # cannot resolve type F |
| 29 FunctionTypeAlias4Test: Fail # cannot resolve type F | 29 FunctionTypeAlias4Test: Fail # cannot resolve type F |
| 30 FunctionTypeAliasTest: Fail # cannot resolve type Fun | 30 FunctionTypeAliasTest: Fail # cannot resolve type Fun |
| 31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters | 31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters |
| 32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters | 32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters |
| 33 GenericInstanceofTest: Fail # cannot resolve type T | 33 GenericInstanceofTest: Fail # cannot resolve type T |
| 34 GenericTest: Fail # cannot resolve type T | 34 GenericTest: Fail # cannot resolve type T |
| 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. | 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. |
| 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s | 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s |
| 37 ImplicitScopeTest: Fail # duplicate definition of a="bar" | 37 ImplicitScopeTest: Fail # duplicate definition of a="bar" |
| 38 LabelTest: Fail # switch cases are not implemented | 38 LabelTest: Fail # switch cases are not implemented |
| 39 LibraryPrefixesTest: Fail # other is not a type | 39 LibraryPrefixesTest: Fail # other is not a type |
| 40 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 | 40 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 |
| 41 ManyGenericInstanceofTest: Fail # cannot resolve type T | 41 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 42 MapLiteral2Test: Fail # expected a constant string | 42 MapLiteral2Test: Fail # expected a constant string |
| 43 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr ectly. | 43 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr ectly. |
| 44 MapLiteral4Test: Fail # map not implemented | 44 MapLiteral4Test: Fail # map not implemented |
| 45 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 45 MethodBindingTest: Fail # internal error: super property read not implemented. |
| 46 MethodNameTest: Fail # Parsing of pseudo keywords. | 46 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 47 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 47 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 48 NamedParameters2Test: Fail # Unimplemented non-matching static call | 48 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 49 NamedParameters3Test: Fail # Unimplemented non-matching static call | 49 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 50 NamedParameters4Test: Fail # Unimplemented non-matching static call | 50 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 51 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 51 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 52 NamingTest: Fail # Internal Error: Cannot find value | 52 NamingTest: Fail # Broken because operator negate is not accessible as if it was a method. |
| 53 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 53 ParameterInitializerTest: Fail # internal error: super property read not impleme nted |
| 54 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this | |
| 55 PseudoKWTest: Fail # Unexpected token '(' | 54 PseudoKWTest: Fail # Unexpected token '(' |
| 56 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 55 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 57 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his | 56 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his |
| 58 SuperFieldTest: Fail # no method named city in class B | 57 SuperFieldTest: Fail # no method named city in class B |
| 59 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this | 58 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this |
| 60 SuperOperatorTest: Fail # no method named + in class A | 59 SuperOperatorTest: Fail # no method named + in class A |
| 61 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 60 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 62 SwitchLabelTest: Fail # switch cases are not implemented | 61 SwitchLabelTest: Fail # switch cases are not implemented |
| 63 TypeDartcTest: Fail # non-empty instruction stack | 62 TypeDartcTest: Fail # non-empty instruction stack |
| 64 | 63 |
| 65 | 64 |
| 66 # Implementation errors (library or generated code). | 65 # Implementation errors (library or generated code). |
| 67 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 66 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 68 BadNamedParametersTest: Fail # NullPointerException | 67 BadNamedParametersTest: Fail # NullPointerException |
| 69 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. | 68 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. |
| 70 ExpectTest: Fail # Expect.identical did not fail | 69 ExpectTest: Fail # Expect.identical did not fail |
| 71 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. | 70 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. |
| 72 FunctionTest: Fail # continue not implemented | 71 FunctionTest: Fail # continue not implemented |
| 73 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 72 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 74 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 73 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 75 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 74 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 76 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. | 75 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. |
| 77 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 76 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 78 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . | 77 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . |
| 79 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails. | |
| 80 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. | 78 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. |
| 81 | 79 |
| 82 | 80 |
| 83 # | 81 # |
| 84 # The following tests are all semantic tests that we can rely on dartc | 82 # The following tests are all semantic tests that we can rely on dartc |
| 85 # catching for now. | 83 # catching for now. |
| 86 # | 84 # |
| 87 AbstractStaticNegativeTest: Fail, OK # Negative language test. | 85 AbstractStaticNegativeTest: Fail, OK # Negative language test. |
| 88 AbstractSyntaxTest/01: Fail, OK # Negative language test. | 86 AbstractSyntaxTest/01: Fail, OK # Negative language test. |
| 89 AbstractSyntaxTest/02: Fail, OK # Negative language test. | 87 AbstractSyntaxTest/02: Fail, OK # Negative language test. |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 203 | 201 |
| 204 | 202 |
| 205 TypeVMTest: Fail, OK # VM specific test. | 203 TypeVMTest: Fail, OK # VM specific test. |
| 206 DisablePrivacyTest: Fail, OK # VM specific test. | 204 DisablePrivacyTest: Fail, OK # VM specific test. |
| 207 NumbersTest: Fail, OK # (unintended?) VM specific test. | 205 NumbersTest: Fail, OK # (unintended?) VM specific test. |
| 208 | 206 |
| 209 | 207 |
| 210 DivByZeroTest: Fail, OK # Leg only has doubles. | 208 DivByZeroTest: Fail, OK # Leg only has doubles. |
| 211 | 209 |
| 212 | 210 |
| 213 RegExp3Test: Fail, OK # Expects exception from const constructor. | 211 RegExp3Test: Fail, OK # Expects exception from RegExp constructor. |
|
ahe
2012/03/29 05:13:02
Well, the problem is still that the test expects t
floitsch
2012/03/29 05:30:41
Ok. reverted.
| |
| 214 | 212 |
| 215 | 213 |
| 216 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. | 214 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. |
| 217 | 215 |
| 218 | 216 |
| 219 [ $compiler == dart2js && $mode == release ] | 217 [ $compiler == dart2js && $mode == release ] |
| 220 AssignTopMethodNegativeTest: Crash | 218 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |