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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 SuperSetterTest: Fail # internal error: super property read not implemented | 54 SuperSetterTest: Fail # internal error: super property read not implemented |
55 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case | 55 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case |
56 | 56 |
57 | 57 |
58 # Implementation errors (library or generated code). | 58 # Implementation errors (library or generated code). |
59 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. | 59 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. |
60 GenericDeepTest: Fail # Expect.isTrue(false) fails. | 60 GenericDeepTest: Fail # Expect.isTrue(false) fails. |
61 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. | 61 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. |
62 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. | 62 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. |
63 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 63 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
64 ListDoubleIndexInLoopTest: Fail # Issue 2564. | 64 ListDoubleIndexInLoop2Test: Fail # Issue 2564. |
65 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test. | 65 ListLiteral4Test: Fail # Illegal argument(s): 0 -- checked mode test. |
66 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te
st. | 66 MapLiteral4Test: Fail # Attempt to modify an immutable object -- checked mode te
st. |
67 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail
s. -- checked mode test. | 67 NamedParametersTypeTest: Fail # Expect.equals(expected: <111>, actual: <0>) fail
s. -- checked mode test. |
68 Operator3Test: Fail # Issue 2558. | 68 Operator3Test: Fail # Issue 2558. |
69 Operator4Test: Fail # Issue 2563. | |
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 |
73 | 72 |
74 # | 73 # |
75 # The following tests are all semantic tests that we can rely on dartc | 74 # The following tests are all semantic tests that we can rely on dartc |
76 # catching for now. | 75 # catching for now. |
77 # | 76 # |
78 AbstractStaticNegativeTest: Fail, OK # Negative language test. | 77 AbstractStaticNegativeTest: Fail, OK # Negative language test. |
79 AbstractSyntaxTest/01: Fail, OK # Negative language test. | 78 AbstractSyntaxTest/01: Fail, OK # Negative language test. |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 | 205 |
207 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 206 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
208 | 207 |
209 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 208 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
210 | 209 |
211 [ $compiler == dart2js && $mode == release ] | 210 [ $compiler == dart2js && $mode == release ] |
212 AssignTopMethodNegativeTest: Crash | 211 AssignTopMethodNegativeTest: Crash |
213 | 212 |
214 [ $compiler == dart2js && $runtime == none ] | 213 [ $compiler == dart2js && $runtime == none ] |
215 *: Fail, Pass # TODO(ahe): Triage these tests. | 214 *: Fail, Pass # TODO(ahe): Triage these tests. |
OLD | NEW |