| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 148 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 149 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 149 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 150 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 150 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 151 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 151 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 152 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 152 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 153 InstFieldInitializerTest: Fail # Expect.equals(expected: <>, actual: <null>) fai
ls. | 153 InstFieldInitializerTest: Fail # Expect.equals(expected: <>, actual: <null>) fai
ls. |
| 154 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 154 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 155 InstanceFieldInitializerTest: Fail # Expect.equals(expected: <1>, actual: <null>
) fails. | 155 InstanceFieldInitializerTest: Fail # Expect.equals(expected: <1>, actual: <null>
) fails. |
| 156 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 156 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 157 IntrinsifiedMethodsTest: Fail # Expect.isTrue(false) fails. | 157 IntrinsifiedMethodsTest: Fail # Expect.isTrue(false) fails. |
| 158 IsOperatorTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | |
| 159 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. | 158 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance
of 'Closure'>) fails. |
| 160 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 159 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 161 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 160 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 162 PrivateMemberTest: Fail # uncaught exception in toString | 161 PrivateMemberTest: Fail # uncaught exception in toString |
| 163 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. | 162 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. |
| 164 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. | 163 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. |
| 165 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f
ails. | 164 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f
ails. |
| 166 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 165 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 167 TypedMessageTest: Fail # SyntaxError: Unexpected token this | 166 TypedMessageTest: Fail # SyntaxError: Unexpected token this |
| 168 | 167 |
| 169 | 168 |
| 170 # Mapping of JS errors to Dart exceptions. | 169 # Mapping of JS errors to Dart exceptions. |
| 171 Factory3Test: Fail # TypeError: Cannot call method 'prepend$1' of undefined | 170 Factory3Test: Fail # TypeError: Cannot call method 'prepend$1' of undefined |
| 172 MethodInvocationTest: Fail # TypeError: Cannot call method 'foo$0' of undefined | 171 MethodInvocationTest: Fail # TypeError: Cannot call method 'foo$0' of undefined |
| 173 NamedParametersPassingFalsyTest: Fail # TypeError: Object Instance of 'BoundClos
ure' has no method '$call$13' | 172 NamedParametersPassingFalsyTest: Fail # TypeError: Object Instance of 'BoundClos
ure' has no method '$call$13' |
| 174 NullToStringTest: Fail # TypeError: Cannot call method 'get$toString' of undefin
ed | 173 NullToStringTest: Fail # TypeError: Cannot call method 'get$toString' of undefin
ed |
| 175 StackOverflowTest: Fail # RangeError: Maximum call stack size exceeded | 174 StackOverflowTest: Fail # RangeError: Maximum call stack size exceeded |
| 176 StackTraceTest: Fail # ReferenceError: stacktrace is not defined | 175 StackTraceTest: Fail # ReferenceError: stacktrace is not defined |
| 177 StringTest: Fail # TypeError: Object Hello has no method 'operator$indexSet$2' | 176 StringTest: Fail # TypeError: Object Hello has no method 'operator$indexSet$2' |
| 178 | 177 |
| 179 | 178 |
| 180 # Bad code. | |
| 181 InstanceofTest: Fail # SyntaxError: Unexpected identifier | |
| 182 | |
| 183 | |
| 184 # | 179 # |
| 185 # The following tests are all semantic tests that we can rely on dartc | 180 # The following tests are all semantic tests that we can rely on dartc |
| 186 # catching for now. | 181 # catching for now. |
| 187 # | 182 # |
| 188 AbstractStaticNegativeTest: Fail, OK # Negative language test. | 183 AbstractStaticNegativeTest: Fail, OK # Negative language test. |
| 189 AbstractSyntaxTest/01: Fail, OK # Negative language test. | 184 AbstractSyntaxTest/01: Fail, OK # Negative language test. |
| 190 AbstractSyntaxTest/02: Fail, OK # Negative language test. | 185 AbstractSyntaxTest/02: Fail, OK # Negative language test. |
| 191 AssignTopMethodNegativeTest: Fail, OK # Negative language test. | 186 AssignTopMethodNegativeTest: Fail, OK # Negative language test. |
| 192 BlackListedTest/01: Fail, OK # Negative language test. | 187 BlackListedTest/01: Fail, OK # Negative language test. |
| 193 BlackListedTest/02: Fail, OK # Negative language test. | 188 BlackListedTest/02: Fail, OK # Negative language test. |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 # TODO(ahe): Categorize these failures. | 320 # TODO(ahe): Categorize these failures. |
| 326 ClosureBreak1Test: Fail | 321 ClosureBreak1Test: Fail |
| 327 ClosureBreak2Test: Fail | 322 ClosureBreak2Test: Fail |
| 328 ClosureBreakTest: Fail | 323 ClosureBreakTest: Fail |
| 329 ExecuteFinally3Test: Fail | 324 ExecuteFinally3Test: Fail |
| 330 ExecuteFinally9Test: Fail | 325 ExecuteFinally9Test: Fail |
| 331 | 326 |
| 332 | 327 |
| 333 [ $component == leg && $mode == release ] | 328 [ $component == leg && $mode == release ] |
| 334 AssignTopMethodNegativeTest: Crash | 329 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |