| 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 [ $compiler == dart2js && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $compiler == dart2js] | 9 [ $compiler == dart2js] |
| 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 SuperFieldAccessTest: Fail # internal error: super property read not implemented | 52 SuperFieldAccessTest: Fail # internal error: super property read not implemented |
| 53 SuperFieldTest: Fail # internal error: super property read not implemented | 53 SuperFieldTest: Fail # internal error: super property read not implemented |
| 54 SuperImplicitClosureTest: Fail # internal error: super property read not impleme
nted | 54 SuperImplicitClosureTest: Fail # internal error: super property read not impleme
nted |
| 55 SuperOperatorTest: Fail # internal error: super property store not implemented | 55 SuperOperatorTest: Fail # internal error: super property store not implemented |
| 56 SuperSetterTest: Fail # internal error: super property read not implemented | 56 SuperSetterTest: Fail # internal error: super property read not implemented |
| 57 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case | 57 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case |
| 58 | 58 |
| 59 | 59 |
| 60 # Implementation errors (library or generated code). | 60 # Implementation errors (library or generated code). |
| 61 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. | 61 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. |
| 62 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | |
| 63 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 62 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 64 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 63 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 65 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 64 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 66 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 65 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 67 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test. | 66 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test. |
| 68 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te
st. | 67 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te
st. |
| 69 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail
s. -- checked mode test. | 68 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail
s. -- checked mode test. |
| 70 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. -- checked mode test. | 69 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. -- checked mode test. |
| 71 TypeDartcTest: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode
test. | 70 TypeDartcTest: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode
test. |
| 72 | 71 |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 | 207 |
| 209 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 208 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 210 | 209 |
| 211 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 210 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 212 | 211 |
| 213 [ $compiler == dart2js && $mode == release ] | 212 [ $compiler == dart2js && $mode == release ] |
| 214 AssignTopMethodNegativeTest: Crash | 213 AssignTopMethodNegativeTest: Crash |
| 215 | 214 |
| 216 [ $compiler == dart2js && $runtime == none ] | 215 [ $compiler == dart2js && $runtime == none ] |
| 217 *: Fail, Pass # TODO(ahe): Triage these tests. | 216 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |