| 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 == dart2js && $checked ] | 5 [ $component == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == dart2js || $component == legium ] | 9 [ $component == dart2js || $component == legium ] |
| 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 | 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 |
| 11 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". | 11 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". |
| 12 Constructor6Test: Crash | 12 Constructor6Test: Crash |
| 13 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 13 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 14 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. | 14 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. |
| 15 CompileTimeConstantGTest: Fail # We don't handle constants with optional argumen
ts to super yet. | 15 CompileTimeConstantGTest: Fail # We don't handle constants with optional argumen
ts to super yet. |
| 16 Factory2Test: Fail # We don't handle constants with super calls. | 16 Factory2Test: Fail # We don't handle constants with super calls. |
| 17 StringInterpolation8Test: Fail # Issue 2127 | 17 StringInterpolation8Test: Fail # Issue 2127 |
| 18 | 18 |
| 19 |
| 19 # Compilation errors. | 20 # Compilation errors. |
| 20 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 21 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 21 CTConstTest: Fail # map not implemented | 22 CTConstTest: Fail # map not implemented |
| 22 CallOperatorTest: Fail # Unexpected token 'call' | 23 CallOperatorTest: Fail # Unexpected token 'call' |
| 23 CanonicalConstTest: Fail # map not implemented | 24 CanonicalConstTest: Fail # map not implemented |
| 24 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 25 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 25 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 26 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| 26 ConstObjectsAreImmutableTest: Fail # map not implemented | 27 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 27 Context2Test: Fail # switch cases are not implemented | 28 Context2Test: Fail # switch cases are not implemented |
| 28 ContinueTest: Fail # switch cases are not implemented | 29 ContinueTest: Fail # switch cases are not implemented |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 85 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 85 FunctionTest: Fail # continue not implemented | 86 FunctionTest: Fail # continue not implemented |
| 86 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 87 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 87 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 88 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 88 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 89 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 89 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 90 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 90 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 91 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 91 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 92 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 92 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 93 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 93 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 94 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 94 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' | |
| 95 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 95 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 96 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. | 96 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. |
| 97 | 97 |
| 98 | 98 |
| 99 # | 99 # |
| 100 # The following tests are all semantic tests that we can rely on dartc | 100 # The following tests are all semantic tests that we can rely on dartc |
| 101 # catching for now. | 101 # catching for now. |
| 102 # | 102 # |
| 103 AbstractStaticNegativeTest: Fail, OK # Negative language test. | 103 AbstractStaticNegativeTest: Fail, OK # Negative language test. |
| 104 AbstractSyntaxTest/01: Fail, OK # Negative language test. | 104 AbstractSyntaxTest/01: Fail, OK # Negative language test. |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 TypeVMTest: Fail, OK # VM specific test. | 226 TypeVMTest: Fail, OK # VM specific test. |
| 227 DisablePrivacyTest: Fail, OK # VM specific test. | 227 DisablePrivacyTest: Fail, OK # VM specific test. |
| 228 | 228 |
| 229 | 229 |
| 230 DivByZeroTest: Fail, OK # Leg only has doubles. | 230 DivByZeroTest: Fail, OK # Leg only has doubles. |
| 231 | 231 |
| 232 | 232 |
| 233 RegExp3Test: Fail, OK # Expects exception from const constructor. | 233 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 234 | 234 |
| 235 | 235 |
| 236 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 237 |
| 238 |
| 236 # TODO(ahe): Categorize these failures. | 239 # TODO(ahe): Categorize these failures. |
| 237 ExecuteFinally3Test: Fail | 240 ExecuteFinally3Test: Fail |
| 238 | 241 |
| 239 | 242 |
| 240 [ $component == dart2js && $mode == release ] | 243 [ $component == dart2js && $mode == release ] |
| 241 AssignTopMethodNegativeTest: Crash | 244 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |