Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Side by Side Diff: tests/language/language.status

Issue 8389001: Test cases for Issue 224 and 225: A 'return' in a generative constructor does not trigger a compi... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/language/src/ConstructorReturnNegativeTest.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 # These bugs refer currently ongoing language discussions. 48 # These bugs refer currently ongoing language discussions.
49 ExampleConstructorTest: Fail # Bug 4995181 49 ExampleConstructorTest: Fail # Bug 4995181
50 50
51 51
52 # Regular bugs which should be fixed. 52 # Regular bugs which should be fixed.
53 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 53 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
54 ManyEchoServerTest: Skip # Bug 5103754 54 ManyEchoServerTest: Skip # Bug 5103754
55 CanonicalConstTest: Fail # Bug 5270133 55 CanonicalConstTest: Fail # Bug 5270133
56 GenericParameterizedExtendsTest: Skip # Bug 5391643 56 GenericParameterizedExtendsTest: Skip # Bug 5391643
57 57
58
59 ConstructorReturnNegativeTest: Fail # Issue 224
60 ConstructorReturnWithInitNegativeTest: Fail # Issue 224
61 ConstructorReturnWithArrowNegativeTest: Fail # Issue 224
62 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 224
63
64
58 # DartC specific tests that should not be run by the VM. 65 # DartC specific tests that should not be run by the VM.
59 *DartcTest: Skip 66 *DartcTest: Skip
60 67
61 [ $arch == ia32 && $system == win32] 68 [ $arch == ia32 && $system == win32]
62 CyclicImportTest: Skip # Codesite issue 172 69 CyclicImportTest: Skip # Codesite issue 172
63 70
64 # Problems specific to dartc optimized mode 71 # Problems specific to dartc optimized mode
65 [ ($arch == dartc || $arch == chromium) && $mode == release ] 72 [ ($arch == dartc || $arch == chromium) && $mode == release ]
66 MethodInvocationTest: Fail # Bug 5392266 73 MethodInvocationTest: Fail # Bug 5392266
67 Label2NegativeTest: Crash # Bug 5318228 74 Label2NegativeTest: Crash # Bug 5318228
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 BlackListedTest/06: Fail # Bug 5469684 164 BlackListedTest/06: Fail # Bug 5469684
158 BlackListedTest/07: Fail # Bug 5469684 165 BlackListedTest/07: Fail # Bug 5469684
159 BlackListedTest/08: Fail # Bug 5469684 166 BlackListedTest/08: Fail # Bug 5469684
160 BlackListedTest/09: Fail # Bug 5469684 167 BlackListedTest/09: Fail # Bug 5469684
161 BlackListedTest/10: Fail # Bug 5469684 168 BlackListedTest/10: Fail # Bug 5469684
162 BlackListedTest/11: Fail # Bug 5469684 169 BlackListedTest/11: Fail # Bug 5469684
163 BlackListedTest/12: Fail # Bug 5469684 170 BlackListedTest/12: Fail # Bug 5469684
164 171
165 FactoryArrowTest: Fail # Issue 223 172 FactoryArrowTest: Fail # Issue 223
166 173
174 ConstructorReturnNegativeTest: Fail # Issue 225
175 ConstructorReturnWithInitNegativeTest: Fail # Issue 225
176 ConstructorReturnWithArrowNegativeTest: Fail # Issue 225
177 ConstructorReturnWithInitAndArrowNegativeTest: Fail # Issue 225
178
167 # VM specific tests that should not be run by DartC. 179 # VM specific tests that should not be run by DartC.
168 *VMTest: Skip 180 *VMTest: Skip
169 181
170 182
171 [ $arch == dartium ] 183 [ $arch == dartium ]
172 # Bug 5476054: print is only available if DOM is imported. 184 # Bug 5476054: print is only available if DOM is imported.
173 Throw5Test: Fail 185 Throw5Test: Fail
174 ExceptionTest: Fail 186 ExceptionTest: Fail
175 ExpectTest: Fail 187 ExpectTest: Fail
176 StringInterpolateTest: Fail 188 StringInterpolateTest: Fail
(...skipping 27 matching lines...) Expand all
204 TypedMessageTest: Fail # Bug 5246195 216 TypedMessageTest: Fail # Bug 5246195
205 217
206 [ $arch == x64 ] 218 [ $arch == x64 ]
207 *: Skip 219 *: Skip
208 220
209 [ $arch == simarm ] 221 [ $arch == simarm ]
210 *: Skip 222 *: Skip
211 223
212 [ $arch == arm ] 224 [ $arch == arm ]
213 *: Skip 225 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/ConstructorReturnNegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698