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 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 SuperFieldTest: Fail # no method named city in class B | 56 SuperFieldTest: Fail # no method named city in class B |
57 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 57 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
58 SuperOperatorTest: Fail # no method named + in class A | 58 SuperOperatorTest: Fail # no method named + in class A |
59 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 59 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
60 SwitchLabelTest: Fail # switch cases are not implemented | 60 SwitchLabelTest: Fail # switch cases are not implemented |
61 TypeDartcTest: Fail # non-empty instruction stack | 61 TypeDartcTest: Fail # non-empty instruction stack |
62 | 62 |
63 | 63 |
64 # Implementation errors (library or generated code). | 64 # Implementation errors (library or generated code). |
65 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 65 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
66 BadNamedParametersTest: Fail # NullPointerException | |
67 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. | 66 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. |
68 ExpectTest: Fail # Expect.identical did not fail | 67 ExpectTest: Fail # Expect.identical did not fail |
69 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. | 68 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail
s. |
70 FunctionTest: Fail # continue not implemented | 69 FunctionTest: Fail # continue not implemented |
71 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 70 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
72 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 71 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
73 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 72 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
74 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. | 73 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu
al: <5>) fails. |
75 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 74 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
76 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. | 75 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails
. |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 | 207 |
209 | 208 |
210 RegExp3Test: Fail, OK # Expects exception from const constructor. | 209 RegExp3Test: Fail, OK # Expects exception from const constructor. |
211 | 210 |
212 | 211 |
213 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 212 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
214 | 213 |
215 | 214 |
216 [ $compiler == dart2js && $mode == release ] | 215 [ $compiler == dart2js && $mode == release ] |
217 AssignTopMethodNegativeTest: Crash | 216 AssignTopMethodNegativeTest: Crash |
OLD | NEW |