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

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

Issue 8384012: Make some ErrorCode-s compile-time errors and some just type warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 [ ($arch == dartc || $arch == chromium) && $mode == debug ]
69 69
70 70
71 [ $arch == dartc || $arch == chromium ] 71 [ $arch == dartc || $arch == chromium ]
72 Library4NegativeTest: Fail # Bug 5406175 72 Library4NegativeTest: Fail # Bug 5406175
73 Prefix3NegativeTest: Fail # Bug 5406175 73 Prefix3NegativeTest: Fail # Bug 5406175
74 Prefix9NegativeTest: Fail # Bug 5532690
74 Prefix11NegativeTest: Fail # Bug 5406175 75 Prefix11NegativeTest: Fail # Bug 5406175
75 Prefix12NegativeTest: Fail # Bug 5406175 76 Prefix12NegativeTest: Fail # Bug 5406175
76 Prefix14Test: Fail # Bug 5406175 77 Prefix14Test: Fail # Bug 5406175
77 Prefix15Test: Skip # Bug 5406175 78 Prefix15Test: Skip # Bug 5406175
79 Prefix16NegativeTest: Fail # Bug 5532534
78 ConstConstructor1NegativeTest: FAIL # Bug 5142545 80 ConstConstructor1NegativeTest: FAIL # Bug 5142545
79 ConstConstructor2NegativeTest: FAIL # Bug 5142545 81 ConstConstructor2NegativeTest: FAIL # Bug 5142545
80 CTConst3Test: Fail # Codesite Issue 120 82 CTConst3Test: Fail # Codesite Issue 120
81 83
82 StringConcatTest: FAIL # Bug 5196164 84 StringConcatTest: FAIL # Bug 5196164
83 NamedParametersTypeTest: Fail # Implementation in progress. 85 NamedParametersTypeTest: Fail # Implementation in progress.
84 NamedParametersNegativeTest: Fail # Implementation in progress. 86 NamedParametersNegativeTest: Fail # Implementation in progress.
85 NamedParameters2NegativeTest: Fail # Implementation in progress. 87 NamedParameters2NegativeTest: Fail # Implementation in progress.
86 NamedParameters3NegativeTest: Fail # Implementation in progress. 88 NamedParameters3NegativeTest: Fail # Implementation in progress.
87 NamedParameters4NegativeTest: Fail # Implementation in progress. 89 NamedParameters4NegativeTest: Fail # Implementation in progress.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 BlackListedTest/03: Fail # Bug 5469684 151 BlackListedTest/03: Fail # Bug 5469684
150 BlackListedTest/04: Fail # Bug 5469684 152 BlackListedTest/04: Fail # Bug 5469684
151 BlackListedTest/05: Fail # Bug 5469684 153 BlackListedTest/05: Fail # Bug 5469684
152 BlackListedTest/06: Fail # Bug 5469684 154 BlackListedTest/06: Fail # Bug 5469684
153 BlackListedTest/07: Fail # Bug 5469684 155 BlackListedTest/07: Fail # Bug 5469684
154 BlackListedTest/08: Fail # Bug 5469684 156 BlackListedTest/08: Fail # Bug 5469684
155 BlackListedTest/09: Fail # Bug 5469684 157 BlackListedTest/09: Fail # Bug 5469684
156 BlackListedTest/10: Fail # Bug 5469684 158 BlackListedTest/10: Fail # Bug 5469684
157 BlackListedTest/11: Fail # Bug 5469684 159 BlackListedTest/11: Fail # Bug 5469684
158 BlackListedTest/12: Fail # Bug 5469684 160 BlackListedTest/12: Fail # Bug 5469684
161 BlackListedTest/13: Crash # Bug 5469684
162 BlackListedTest/14: Crash # Bug 5469684
159 163
160 FactoryArrowTest: Fail # Issue 223 164 FactoryArrowTest: Fail # Issue 223
161 165
162 # VM specific tests that should not be run by DartC. 166 # VM specific tests that should not be run by DartC.
163 *VMTest: Skip 167 *VMTest: Skip
164 168
165 169
166 [ $arch == dartium ] 170 [ $arch == dartium ]
167 # TODO: These need to be retriaged. 171 # TODO: These need to be retriaged.
168 ExpectTest: Fail 172 ExpectTest: Fail
169 StackTraceTest: Fail 173 StackTraceTest: Fail
170 RichardsTest: Fail 174 RichardsTest: Fail
171 UnboundGetterTest: Fail 175 UnboundGetterTest: Fail
172 Private2Test: Fail 176 Private2Test: Fail
173 Private3Test: Fail 177 Private3Test: Fail
174 178
175 TypedMessageTest: Fail # Bug 5246195 179 TypedMessageTest: Fail # Bug 5246195
176 180
177 [ $arch == x64 ] 181 [ $arch == x64 ]
178 *: Skip 182 *: Skip
179 183
180 [ $arch == simarm ] 184 [ $arch == simarm ]
181 *: Skip 185 *: Skip
182 186
183 [ $arch == arm ] 187 [ $arch == arm ]
184 *: Skip 188 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698