| 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 AdjacentConstStringLiteralsTest: Crash # Issue 2110 | 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. | 94 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa
ils. |
| 95 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 95 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
| 96 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 96 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 97 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 97 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 98 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 98 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
| 99 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' | 99 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' |
| 100 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. | 100 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. |
| 101 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. | 101 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. |
| 102 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. | 102 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000
010>) fails. |
| 103 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. | 103 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. |
| 104 TypedMessageTest: Fail # SyntaxError: Unexpected token this | |
| 105 | 104 |
| 106 | 105 |
| 107 # | 106 # |
| 108 # The following tests are all semantic tests that we can rely on dartc | 107 # The following tests are all semantic tests that we can rely on dartc |
| 109 # catching for now. | 108 # catching for now. |
| 110 # | 109 # |
| 111 AbstractStaticNegativeTest: Fail, OK # Negative language test. | 110 AbstractStaticNegativeTest: Fail, OK # Negative language test. |
| 112 AbstractSyntaxTest/01: Fail, OK # Negative language test. | 111 AbstractSyntaxTest/01: Fail, OK # Negative language test. |
| 113 AbstractSyntaxTest/02: Fail, OK # Negative language test. | 112 AbstractSyntaxTest/02: Fail, OK # Negative language test. |
| 114 AssignTopMethodNegativeTest: Fail, OK # Negative language test. | 113 AssignTopMethodNegativeTest: Fail, OK # Negative language test. |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 | 255 |
| 257 # TODO(ahe): Categorize these failures. | 256 # TODO(ahe): Categorize these failures. |
| 258 ExecuteFinally3Test: Fail | 257 ExecuteFinally3Test: Fail |
| 259 | 258 |
| 260 | 259 |
| 261 [ $component == leg && $mode == release ] | 260 [ $component == leg && $mode == release ] |
| 262 AssignTopMethodNegativeTest: Crash | 261 AssignTopMethodNegativeTest: Crash |
| 263 | 262 |
| 264 [ $component == legium ] | 263 [ $component == legium ] |
| 265 *: Skip | 264 *: Skip |
| OLD | NEW |