| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 135 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 136 BadNamedParametersTest: Fail # NullPointerException | 136 BadNamedParametersTest: Fail # NullPointerException |
| 137 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. | 137 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. |
| 138 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. | 138 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. |
| 139 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 139 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 140 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. | 140 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. |
| 141 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4-
3-5-6->) fails. | 141 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4-
3-5-6->) fails. |
| 142 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. | 142 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. |
| 143 ExpectTest: Fail # Expect.identical did not fail | 143 ExpectTest: Fail # Expect.identical did not fail |
| 144 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 144 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 145 Factory2Test: Fail # (floitsch): on it. | |
| 146 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 145 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 147 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 146 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 148 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 147 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 149 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 148 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 150 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 149 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 151 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 150 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 152 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. | 151 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. |
| 153 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 152 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 154 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 153 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 155 PrivateMemberTest: Fail # uncaught exception in toString | 154 PrivateMemberTest: Fail # uncaught exception in toString |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 # TODO(ahe): Categorize these failures. | 305 # TODO(ahe): Categorize these failures. |
| 307 ClosureBreak1Test: Fail | 306 ClosureBreak1Test: Fail |
| 308 ClosureBreak2Test: Fail | 307 ClosureBreak2Test: Fail |
| 309 ClosureBreakTest: Fail | 308 ClosureBreakTest: Fail |
| 310 ExecuteFinally3Test: Fail | 309 ExecuteFinally3Test: Fail |
| 311 ExecuteFinally9Test: Fail | 310 ExecuteFinally9Test: Fail |
| 312 | 311 |
| 313 | 312 |
| 314 [ $component == leg && $mode == release ] | 313 [ $component == leg && $mode == release ] |
| 315 AssignTopMethodNegativeTest: Crash | 314 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |