OLD | NEW |
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
10 # failed on an architecture other than the one you are working on. | 10 # failed on an architecture other than the one you are working on. |
11 # | 11 # |
12 # 1) Copy the old version of the test to | 12 # 1) Copy the old version of the test to |
13 # tests/language/src/TestName[Dartc|VM]Test.dart. | 13 # tests/language/src/TestName[Dartc|VM]Test.dart. |
14 # 2) File a bug for the failure due to the language change. | 14 # 2) File a bug for the failure due to the language change. |
15 # 3) Update the language/src directory with the updated test. | 15 # 3) Update the language/src directory with the updated test. |
16 | 16 |
17 prefix language | 17 prefix language |
18 | 18 |
19 | 19 |
20 [ $arch == ia32 || $arch == dartium ] | 20 [ $FOOBAR == vm || $FOOBAR == dartium ] |
21 ClassTest: Fail # Bug 4504458 (pseudo keyword) | 21 ClassTest: Fail # Bug 4504458 (pseudo keyword) |
22 NamingTest: Fail # Bug 4504458 (pseudo keyword) | 22 NamingTest: Fail # Bug 4504458 (pseudo keyword) |
23 SuperTest: Fail # Bug 4995181 | 23 SuperTest: Fail # Bug 4995181 |
24 TypeVariableBoundsTest/none: Fail # Bug 5257789 | 24 TypeVariableBoundsTest/none: Fail # Bug 5257789 |
25 TypeVariableBoundsTest/02: Fail # Bug 5257789 | 25 TypeVariableBoundsTest/02: Fail # Bug 5257789 |
26 TypeVariableBoundsTest/03: Fail # Bug 5257789 | 26 TypeVariableBoundsTest/03: Fail # Bug 5257789 |
27 TypeVariableBoundsTest/04: Fail # Bug 5257789 | 27 TypeVariableBoundsTest/04: Fail # Bug 5257789 |
28 TypeVariableBoundsTest/07: Fail # Bug 5257789 | 28 TypeVariableBoundsTest/07: Fail # Bug 5257789 |
29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513 | 29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513 |
30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 | 30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 |
(...skipping 12 matching lines...) Expand all Loading... |
43 ConstructorReturnNegativeTest: Fail # Issue 224 | 43 ConstructorReturnNegativeTest: Fail # Issue 224 |
44 ConstructorReturnWithInitNegativeTest: Fail # Issue 224 | 44 ConstructorReturnWithInitNegativeTest: Fail # Issue 224 |
45 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224 | 45 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224 |
46 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224 | 46 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224 |
47 | 47 |
48 NonParameterizedFactory2Test: Fail # Bug 5257789 | 48 NonParameterizedFactory2Test: Fail # Bug 5257789 |
49 | 49 |
50 # DartC specific tests that should not be run by the VM. | 50 # DartC specific tests that should not be run by the VM. |
51 *DartcTest: Skip | 51 *DartcTest: Skip |
52 | 52 |
53 [ $arch == ia32 && $mode == debug ] | 53 [ $FOOBAR == vm && $mode == debug ] |
54 NonParameterizedFactoryTest: Crash # Issue 226 | 54 NonParameterizedFactoryTest: Crash # Issue 226 |
55 | 55 |
56 # Problems specific to dartc optimized mode | 56 # Problems specific to dartc optimized mode |
57 [ ($arch == dartc || $arch == chromium) && $mode == release ] | 57 [ ($FOOBAR == dartc || $FOOBAR == chromium) && $mode == release ] |
58 MethodInvocationTest: Fail # Bug 5392266 | 58 MethodInvocationTest: Fail # Bug 5392266 |
59 Label2NegativeTest: Crash # Bug 5318228 | 59 Label2NegativeTest: Crash # Bug 5318228 |
60 NullPointerExceptionTest: Fail # Bug 5391976 | 60 NullPointerExceptionTest: Fail # Bug 5391976 |
61 CallThroughNullGetterTest: Fail # Bug 5391976 | 61 CallThroughNullGetterTest: Fail # Bug 5391976 |
62 Private3Test: Fail # Bug 5391976 | 62 Private3Test: Fail # Bug 5391976 |
63 Switch3NegativeTest: Crash # Bug 5318228 | 63 Switch3NegativeTest: Crash # Bug 5318228 |
64 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME | 64 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME |
65 CTConst2Test: Fail # Codesite issue 124 | 65 CTConst2Test: Fail # Codesite issue 124 |
66 | 66 |
67 # Problems specific to dartc debug mode | 67 # Problems specific to dartc debug mode |
68 [ ($arch == dartc || $arch == chromium) && $mode == debug ] | 68 [ ($FOOBAR == dartc || $FOOBAR == chromium) && $mode == debug ] |
69 | 69 |
70 | 70 |
71 [ $arch == dartc || $arch == chromium ] | 71 [ $FOOBAR == dartc || $FOOBAR == chromium ] |
72 Library4NegativeTest: Fail # Bug 5406175 | 72 Library4NegativeTest: Fail # Bug 5406175 |
73 Prefix3NegativeTest: Fail # Bug 5406175 | 73 Prefix3NegativeTest: Fail # Bug 5406175 |
74 Prefix11NegativeTest: Fail # Bug 5406175 | 74 Prefix11NegativeTest: Fail # Bug 5406175 |
75 Prefix12NegativeTest: Fail # Bug 5406175 | 75 Prefix12NegativeTest: Fail # Bug 5406175 |
76 Prefix14Test: Fail # Bug 5406175 | 76 Prefix14Test: Fail # Bug 5406175 |
77 Prefix15Test: Skip # Bug 5406175 | 77 Prefix15Test: Skip # Bug 5406175 |
78 ConstConstructor1NegativeTest: FAIL # Bug 5142545 | 78 ConstConstructor1NegativeTest: FAIL # Bug 5142545 |
79 ConstConstructor2NegativeTest: FAIL # Bug 5142545 | 79 ConstConstructor2NegativeTest: FAIL # Bug 5142545 |
80 CTConst3Test: Fail # Codesite Issue 120 | 80 CTConst3Test: Fail # Codesite Issue 120 |
81 | 81 |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 BlackListedTest/10: Fail # Bug 5469684 | 156 BlackListedTest/10: Fail # Bug 5469684 |
157 BlackListedTest/11: Fail # Bug 5469684 | 157 BlackListedTest/11: Fail # Bug 5469684 |
158 BlackListedTest/12: Fail # Bug 5469684 | 158 BlackListedTest/12: Fail # Bug 5469684 |
159 | 159 |
160 FactoryArrowTest: Fail # Issue 223 | 160 FactoryArrowTest: Fail # Issue 223 |
161 | 161 |
162 # VM specific tests that should not be run by DartC. | 162 # VM specific tests that should not be run by DartC. |
163 *VMTest: Skip | 163 *VMTest: Skip |
164 | 164 |
165 | 165 |
166 [ $arch == dartium ] | 166 [ $FOOBAR == dartium ] |
167 # TODO: These need to be retriaged. | 167 # TODO: These need to be retriaged. |
168 ExpectTest: Fail | 168 ExpectTest: Fail |
169 StackTraceTest: Fail | 169 StackTraceTest: Fail |
170 RichardsTest: Fail | 170 RichardsTest: Fail |
171 UnboundGetterTest: Fail | 171 UnboundGetterTest: Fail |
172 Private2Test: Fail | 172 Private2Test: Fail |
173 Private3Test: Fail | 173 Private3Test: Fail |
174 | 174 |
175 TypedMessageTest: Fail # Bug 5246195 | 175 TypedMessageTest: Fail # Bug 5246195 |
176 | 176 |
177 [ $arch == x64 ] | 177 [ $arch == x64 ] |
178 *: Skip | 178 *: Skip |
179 | 179 |
180 [ $arch == simarm ] | 180 [ $arch == simarm ] |
181 *: Skip | 181 *: Skip |
182 | 182 |
183 [ $arch == arm ] | 183 [ $arch == arm ] |
184 *: Skip | 184 *: Skip |
OLD | NEW |