| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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. | 62 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
| 63 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 63 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
| 64 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 64 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
| 65 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 65 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
| 66 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | |
| 67 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 66 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 68 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test. | 67 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test. |
| 69 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te
st. | 68 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te
st. |
| 70 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail
s. -- checked mode test. | 69 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail
s. -- checked mode test. |
| 71 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. -- checked mode test. | 70 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f
alse>) fails. -- checked mode test. |
| 72 TypeDartcTest: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode
test. | 71 TypeDartcTest: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode
test. |
| 73 | 72 |
| 74 | 73 |
| 75 # | 74 # |
| 76 # The following tests are all semantic tests that we can rely on dartc | 75 # The following tests are all semantic tests that we can rely on dartc |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 | 205 |
| 207 RegExp3Test: Fail, OK # Expects exception from const constructor. | 206 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 208 | 207 |
| 209 | 208 |
| 210 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 209 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 211 | 210 |
| 212 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 211 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 213 | 212 |
| 214 [ $compiler == dart2js && $mode == release ] | 213 [ $compiler == dart2js && $mode == release ] |
| 215 AssignTopMethodNegativeTest: Crash | 214 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |