| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. | 163 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. |
| 164 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. | 164 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. |
| 165 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f
ails. | 165 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f
ails. |
| 166 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 166 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 167 TypedMessageTest: Fail # SyntaxError: Unexpected token this | 167 TypedMessageTest: Fail # SyntaxError: Unexpected token this |
| 168 | 168 |
| 169 | 169 |
| 170 # Mapping of JS errors to Dart exceptions. | 170 # Mapping of JS errors to Dart exceptions. |
| 171 Factory3Test: Fail # TypeError: Cannot call method 'prepend$1' of undefined | 171 Factory3Test: Fail # TypeError: Cannot call method 'prepend$1' of undefined |
| 172 MethodInvocationTest: Fail # TypeError: Cannot call method 'foo$0' of undefined | 172 MethodInvocationTest: Fail # TypeError: Cannot call method 'foo$0' of undefined |
| 173 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. | 179 # Bad code. |
| 181 InstanceofTest: Fail # SyntaxError: Unexpected identifier | 180 InstanceofTest: Fail # SyntaxError: Unexpected identifier |
| 182 | 181 |
| 183 | 182 |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 # TODO(ahe): Categorize these failures. | 324 # TODO(ahe): Categorize these failures. |
| 326 ClosureBreak1Test: Fail | 325 ClosureBreak1Test: Fail |
| 327 ClosureBreak2Test: Fail | 326 ClosureBreak2Test: Fail |
| 328 ClosureBreakTest: Fail | 327 ClosureBreakTest: Fail |
| 329 ExecuteFinally3Test: Fail | 328 ExecuteFinally3Test: Fail |
| 330 ExecuteFinally9Test: Fail | 329 ExecuteFinally9Test: Fail |
| 331 | 330 |
| 332 | 331 |
| 333 [ $component == leg && $mode == release ] | 332 [ $component == leg && $mode == release ] |
| 334 AssignTopMethodNegativeTest: Crash | 333 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |