Chromium Code Reviews| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 67 StatementTest: Fail # switch cases are not implemented | 67 StatementTest: Fail # switch cases are not implemented |
| 68 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 68 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 69 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his | 69 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his |
| 70 SuperFieldTest: Fail # no method named city in class B | 70 SuperFieldTest: Fail # no method named city in class B |
| 71 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this | 71 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this |
| 72 SuperOperatorTest: Fail # no method named + in class A | 72 SuperOperatorTest: Fail # no method named + in class A |
| 73 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 73 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 74 SuperTest: Fail # cannot find tokens to produce error message for i++. | 74 SuperTest: Fail # cannot find tokens to produce error message for i++. |
| 75 SwitchLabelTest: Fail # switch cases are not implemented | 75 SwitchLabelTest: Fail # switch cases are not implemented |
| 76 TypeDartcTest: Fail # non-empty instruction stack | 76 TypeDartcTest: Fail # non-empty instruction stack |
| 77 TypeVariableIdentifierExpressionNegativeTest: Fail | |
|
ahe
2012/03/16 13:37:11
Why? Or add 'TODO(ahe): Please categorize'.
karlklose
2012/03/16 14:58:47
That was a mistake.
| |
| 77 | 78 |
| 78 | 79 |
| 79 # Implementation errors (library or generated code). | 80 # Implementation errors (library or generated code). |
| 80 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 81 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 81 BadNamedParametersTest: Fail # NullPointerException | 82 BadNamedParametersTest: Fail # NullPointerException |
| 82 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. | 83 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. |
| 83 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. | 84 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. |
| 84 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 85 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 85 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. | 86 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. |
| 86 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails. | 87 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails. |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 230 StaticTopLevelTest/03: Fail, OK # Negative language test. | 231 StaticTopLevelTest/03: Fail, OK # Negative language test. |
| 231 StaticTopLevelTest/04: Fail, OK # Negative language test. | 232 StaticTopLevelTest/04: Fail, OK # Negative language test. |
| 232 StaticTopLevelTest/05: Fail, OK # Negative language test. | 233 StaticTopLevelTest/05: Fail, OK # Negative language test. |
| 233 StringInterpolation7NegativeTest: Fail, OK # Negative language test. | 234 StringInterpolation7NegativeTest: Fail, OK # Negative language test. |
| 234 SyntaxTest/47: Fail, OK # No error on body in const constructor. | 235 SyntaxTest/47: Fail, OK # No error on body in const constructor. |
| 235 Throw7NegativeTest: Fail, OK # Negative language test. | 236 Throw7NegativeTest: Fail, OK # Negative language test. |
| 236 TryCatchSyntaxTest/08: Fail, OK # Negative language test. | 237 TryCatchSyntaxTest/08: Fail, OK # Negative language test. |
| 237 TypeVariableBoundsTest/00: Fail, OK # Negative language test. | 238 TypeVariableBoundsTest/00: Fail, OK # Negative language test. |
| 238 TypeVariableBoundsTest/07: Fail, OK # Negative language test. | 239 TypeVariableBoundsTest/07: Fail, OK # Negative language test. |
| 239 TypeVariableBoundsTest/08: Fail, OK # Negative language test. | 240 TypeVariableBoundsTest/08: Fail, OK # Negative language test. |
| 240 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. | |
| 241 TypeVariableScopeTest/00: Fail, OK # Negative language test. | 241 TypeVariableScopeTest/00: Fail, OK # Negative language test. |
| 242 TypeVariableScopeTest/01: Fail, OK # Negative language test. | 242 TypeVariableScopeTest/01: Fail, OK # Negative language test. |
| 243 TypeVariableScopeTest/02: Fail, OK # Negative language test. | 243 TypeVariableScopeTest/02: Fail, OK # Negative language test. |
| 244 TypeVariableScopeTest/03: Fail, OK # Negative language test. | 244 TypeVariableScopeTest/03: Fail, OK # Negative language test. |
| 245 TypeVariableScopeTest/04: Fail, OK # Negative language test. | 245 TypeVariableScopeTest/04: Fail, OK # Negative language test. |
| 246 TypeVariableScopeTest/05: Fail, OK # Negative language test. | 246 TypeVariableScopeTest/05: Fail, OK # Negative language test. |
| 247 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. | 247 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. |
| 248 | 248 |
| 249 | 249 |
| 250 TypeVMTest: Fail, OK # VM specific test. | 250 TypeVMTest: Fail, OK # VM specific test. |
| 251 | 251 |
| 252 | 252 |
| 253 DivByZeroTest: Fail, OK # Leg only has doubles. | 253 DivByZeroTest: Fail, OK # Leg only has doubles. |
| 254 | 254 |
| 255 | 255 |
| 256 RegExp3Test: Fail, OK # Expects exception from const constructor. | 256 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 257 | 257 |
| 258 | 258 |
| 259 # TODO(ahe): Categorize these failures. | 259 # TODO(ahe): Categorize these failures. |
| 260 ExecuteFinally3Test: Fail | 260 ExecuteFinally3Test: Fail |
| 261 | 261 |
| 262 | 262 |
| 263 [ $component == leg && $mode == release ] | 263 [ $component == leg && $mode == release ] |
| 264 AssignTopMethodNegativeTest: Crash | 264 AssignTopMethodNegativeTest: Crash |
| 265 | 265 |
| 266 [ $component == legium ] | 266 [ $component == legium ] |
| 267 *: Skip | 267 *: Skip |
| OLD | NEW |