| 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 [ $component == leg && $checked ] | 5 [ $component == leg && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == leg ] | 9 [ $component == leg ] |
| 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". | 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 99 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 100 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 100 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 101 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 101 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 102 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 102 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 103 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 103 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 104 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' | 104 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' |
| 105 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. | 105 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. |
| 106 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. | 106 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. |
| 107 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 107 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 108 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. | 108 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. |
| 109 TypedMessageTest: Fail # SyntaxError: Unexpected token this | |
| 110 | 109 |
| 111 | 110 |
| 112 # | 111 # |
| 113 # The following tests are all semantic tests that we can rely on dartc | 112 # The following tests are all semantic tests that we can rely on dartc |
| 114 # catching for now. | 113 # catching for now. |
| 115 # | 114 # |
| 116 AbstractStaticNegativeTest: Fail, OK # Negative language test. | 115 AbstractStaticNegativeTest: Fail, OK # Negative language test. |
| 117 AbstractSyntaxTest/01: Fail, OK # Negative language test. | 116 AbstractSyntaxTest/01: Fail, OK # Negative language test. |
| 118 AbstractSyntaxTest/02: Fail, OK # Negative language test. | 117 AbstractSyntaxTest/02: Fail, OK # Negative language test. |
| 119 AssignTopMethodNegativeTest: Fail, OK # Negative language test. | 118 AssignTopMethodNegativeTest: Fail, OK # Negative language test. |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 | 262 |
| 264 # TODO(ahe): Categorize these failures. | 263 # TODO(ahe): Categorize these failures. |
| 265 ExecuteFinally3Test: Fail | 264 ExecuteFinally3Test: Fail |
| 266 | 265 |
| 267 | 266 |
| 268 [ $component == leg && $mode == release ] | 267 [ $component == leg && $mode == release ] |
| 269 AssignTopMethodNegativeTest: Crash | 268 AssignTopMethodNegativeTest: Crash |
| 270 | 269 |
| 271 [ $component == legium ] | 270 [ $component == legium ] |
| 272 *: Skip | 271 *: Skip |
| OLD | NEW |