| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 TopLevelVarTest: Fail # CompileTimeConstantEvaluator not implemented | 140 TopLevelVarTest: Fail # CompileTimeConstantEvaluator not implemented |
| 141 ToplevelCollision2Test/none: Fail # duplicate definition | 141 ToplevelCollision2Test/none: Fail # duplicate definition |
| 142 TryCatch3Test: Fail # Internal Error: Cannot find value | 142 TryCatch3Test: Fail # Internal Error: Cannot find value |
| 143 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented | 143 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented |
| 144 TypeDartcTest: Fail # non-empty instruction stack | 144 TypeDartcTest: Fail # non-empty instruction stack |
| 145 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 145 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 146 | 146 |
| 147 | 147 |
| 148 # Implementation errors (library or generated code). | 148 # Implementation errors (library or generated code). |
| 149 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 149 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 150 BadNamedParametersTest: Fail # NullPointerException |
| 150 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. | 151 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. |
| 151 CallThroughNullGetterTest: Fail # Expect.fail('Wrong exception. Expected: Objec
tNotClosureException got: null') | 152 CallThroughNullGetterTest: Fail # Expect.fail('Wrong exception. Expected: Objec
tNotClosureException got: null') |
| 152 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. | 153 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. |
| 153 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 154 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 154 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. | 155 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. |
| 155 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4-
3-5-6->) fails. | 156 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4-
3-5-6->) fails. |
| 156 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. | 157 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. |
| 157 ExecuteFinally1Test: Fail # Expect.equals(expected: <1>, actual: <1001>) fails. | |
| 158 ExecuteFinally2Test: Fail # Expect.equals(expected: <1>, actual: <1002>) fails. | |
| 159 ExecuteFinally4Test: Fail # Expect.equals(expected: <211>, actual: <null>) fails
. | |
| 160 ExecuteFinally5Test: Fail # Expect.equals(expected: <1>, actual: <1002>) fails. | |
| 161 ExecuteFinally7Test: Fail # Expect.equals(expected: <1171>, actual: <null>) fail
s. | |
| 162 ExpectTest: Fail # Expect.identical did not fail | 158 ExpectTest: Fail # Expect.identical did not fail |
| 163 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 159 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 164 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 160 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 165 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 161 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 166 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 162 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 167 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 163 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 168 InstFieldInitializerTest: Fail # Expect.equals(expected: <>, actual: <null>) fai
ls. | 164 InstFieldInitializerTest: Fail # Expect.equals(expected: <>, actual: <null>) fai
ls. |
| 169 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 165 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 170 InstanceFieldInitializerTest: Fail # Expect.equals(expected: <1>, actual: <null>
) fails. | 166 InstanceFieldInitializerTest: Fail # Expect.equals(expected: <1>, actual: <null>
) fails. |
| 171 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 167 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 172 IntrinsifiedMethodsTest: Fail # Expect.isTrue(false) fails. | 168 IntrinsifiedMethodsTest: Fail # Expect.isTrue(false) fails. |
| 173 IsOperatorTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 169 IsOperatorTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 170 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. |
| 174 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 171 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 175 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 172 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 176 PrivateMemberTest: Fail # uncaught exception in toString | 173 PrivateMemberTest: Fail # uncaught exception in toString |
| 174 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. |
| 177 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. | 175 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. |
| 178 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f
ails. | 176 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f
ails. |
| 179 Throw1Test: Fail # Expect.equals(expected: <850>, actual: <null>) fails. | |
| 180 Throw2Test: Fail # Expect.equals(expected: <850>, actual: <null>) fails. | |
| 181 Throw4Test: Fail # Expect.equals(expected: <1900>, actual: <null>) fails. | |
| 182 Throw5Test: Fail # Expect.equals(expected: <900>, actual: <null>) fails. | |
| 183 Throw6Test: Fail # Expect.equals(expected: <1900>, actual: <null>) fails. | |
| 184 ThrowTest: Fail # Expect.equals(expected: <900>, actual: <null>) fails. | |
| 185 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 177 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 186 TryCatch2Test: Fail # Expect.equals(expected: <3>, actual: <null>) fails. | |
| 187 TypedMessageTest: Fail # SyntaxError: Unexpected token this | 178 TypedMessageTest: Fail # SyntaxError: Unexpected token this |
| 188 | 179 |
| 189 | 180 |
| 190 # Mapping of JS errors to Dart exceptions. | 181 # Mapping of JS errors to Dart exceptions. |
| 191 Factory3Test: Fail # TypeError: Cannot call method 'prepend$1' of undefined | 182 Factory3Test: Fail # TypeError: Cannot call method 'prepend$1' of undefined |
| 192 MethodInvocationTest: Fail # TypeError: Cannot call method 'foo$0' of undefined | 183 MethodInvocationTest: Fail # TypeError: Cannot call method 'foo$0' of undefined |
| 193 NamedParametersPassingFalsyTest: Fail # TypeError: Object Instance of 'BoundClos
ure' has no method '$call$13' | 184 NamedParametersPassingFalsyTest: Fail # TypeError: Object Instance of 'BoundClos
ure' has no method '$call$13' |
| 194 NullToStringTest: Fail # TypeError: Cannot call method 'get$toString' of undefin
ed | 185 NullToStringTest: Fail # TypeError: Cannot call method 'get$toString' of undefin
ed |
| 195 StackOverflowTest: Fail # RangeError: Maximum call stack size exceeded | 186 StackOverflowTest: Fail # RangeError: Maximum call stack size exceeded |
| 196 StackTraceTest: Fail # ReferenceError: stacktrace is not defined | 187 StackTraceTest: Fail # ReferenceError: stacktrace is not defined |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 | 328 |
| 338 | 329 |
| 339 TypeVMTest: Fail, OK # VM specific test. | 330 TypeVMTest: Fail, OK # VM specific test. |
| 340 | 331 |
| 341 | 332 |
| 342 ExceptionTest: Fail # TODO(ahe): Probably a bad merge. | 333 ExceptionTest: Fail # TODO(ahe): Probably a bad merge. |
| 343 | 334 |
| 344 | 335 |
| 345 [ $component == leg && $mode == release] | 336 [ $component == leg && $mode == release] |
| 346 AssignTopMethodNegativeTest: Crash | 337 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |