| 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 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 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 | 30 Arithmetic2Test: Fail # map not implemented |
| 31 ArithmeticTest: Fail # Internal Error: Cannot find value | |
| 32 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 31 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 33 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 32 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 34 CTConstTest: Fail # map not implemented | 33 CTConstTest: Fail # map not implemented |
| 35 CallOperatorTest: Fail # Unexpected token 'call' | 34 CallOperatorTest: Fail # Unexpected token 'call' |
| 36 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 35 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| 37 CanonicalConstTest: Fail # map not implemented | 36 CanonicalConstTest: Fail # map not implemented |
| 38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 37 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 38 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| 40 ConstObjectsAreImmutableTest: Fail # map not implemented | 39 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 41 Constructor5Test: Fail # no matching constructor found | 40 Constructor5Test: Fail # no matching constructor found |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. | 140 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. |
| 142 ExpectTest: Fail # Expect.identical did not fail | 141 ExpectTest: Fail # Expect.identical did not fail |
| 143 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 142 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 144 Factory2Test: Fail # (floitsch): on it. | 143 Factory2Test: Fail # (floitsch): on it. |
| 145 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 144 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 146 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 145 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 147 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 146 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 148 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 147 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 149 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 148 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 150 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 149 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 151 IntrinsifiedMethodsTest: Fail # Expect.isTrue(false) fails. | |
| 152 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. | 150 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. |
| 153 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 151 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 154 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 152 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 155 PrivateMemberTest: Fail # uncaught exception in toString | 153 PrivateMemberTest: Fail # uncaught exception in toString |
| 156 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. | 154 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. |
| 157 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. | 155 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. |
| 158 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 156 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 159 TypedMessageTest: Fail # SyntaxError: Unexpected token this | 157 TypedMessageTest: Fail # SyntaxError: Unexpected token this |
| 160 | 158 |
| 161 | 159 |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 # TODO(ahe): Categorize these failures. | 302 # TODO(ahe): Categorize these failures. |
| 305 ClosureBreak1Test: Fail | 303 ClosureBreak1Test: Fail |
| 306 ClosureBreak2Test: Fail | 304 ClosureBreak2Test: Fail |
| 307 ClosureBreakTest: Fail | 305 ClosureBreakTest: Fail |
| 308 ExecuteFinally3Test: Fail | 306 ExecuteFinally3Test: Fail |
| 309 ExecuteFinally9Test: Fail | 307 ExecuteFinally9Test: Fail |
| 310 | 308 |
| 311 | 309 |
| 312 [ $component == leg && $mode == release ] | 310 [ $component == leg && $mode == release ] |
| 313 AssignTopMethodNegativeTest: Crash | 311 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |