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

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

Issue 9314035: Sort and format the language.status dartc section (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | no next file » | 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) 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 # 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 architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 Switch3NegativeTest: Crash # Bug 5318228 110 Switch3NegativeTest: Crash # Bug 5318228
111 ToplevelCollision2Test/none: Fail # Issue 647 111 ToplevelCollision2Test/none: Fail # Issue 647
112 112
113 # Problems specific to dartc debug mode 113 # Problems specific to dartc debug mode
114 [ ($component == dartc || $component == chromium) && $mode == debug ] 114 [ ($component == dartc || $component == chromium) && $mode == debug ]
115 115
116 116
117 [ $component == dartc || $component == chromium ] 117 [ $component == dartc || $component == chromium ]
118 AssertTest: Fail # Uses AssertError class. Bug 4385894. 118 AssertTest: Fail # Uses AssertError class. Bug 4385894.
119 BitOperationsTest: Fail # Uses bignums. 119 BitOperationsTest: Fail # Uses bignums.
120 CTConstTest: Fail # Bug 4510015. 120 CTConstTest: Fail # Bug 5202940, Issue 176
121 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 121 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
122 CallOperatorTest: Fail # Issue 1355 122 CallOperatorTest: Fail # Issue 1355
123 CharEscapeTest: Fail 123 CharEscapeTest: Fail
124 ConstInit6NegativeTest: Fail # Issue 811 124 ConstInit6NegativeTest: Fail # Issue 811
125 ConstObjectsAreImmutableTest: Fail # Bug 5202940 125 ConstObjectsAreImmutableTest: Fail # Bug 5202940, Issue 176
126 Constructor2Test: Fail # Issue 255 126 Constructor2Test: Fail # Issue 255
127 Constructor3Test: Fail # Issue 257 127 Constructor3Test: Fail # Issue 257
128 Constructor4Test: Fail # Issue 286 128 Constructor4Test: Fail # Issue 286
129 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 129 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
130 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 130 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
131 DefaultFactoryLibraryTest: Fail # Issue 514 131 DefaultFactoryLibraryTest: Fail # Issue 514
132 DivByZeroTest: Fail # Bug 5184183 132 DivByZeroTest: Fail # Bug 5184183
133 DuplicateImplementsTest: Skip # Issue 976
133 DynamicTest: Fail # Bug 5527899. 134 DynamicTest: Fail # Bug 5527899.
134 ExampleConstructorTest: Fail # Bug 4205742. 135 ExampleConstructorTest: Fail # Bug 4205742.
135 ExpectTest: Fail # Missing extensions to class Expect. 136 ExpectTest: Fail # Missing extensions to class Expect.
136 For2Test: Fail # Bug 4995208. 137 For2Test: Fail # Bug 4995208.
137 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 138 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
138 GenericParameterizedExtendsTest: Skip # Bug 5392297 139 GenericParameterizedExtendsTest: Skip # Bug 5392297
139 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 140 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
140 GetterClosureExecutionOrderTest: Fail # Bug 5481595 141 GetterClosureExecutionOrderTest: Fail # Bug 5481595
141 IsObjectTest: Skip # Hasn't be tested on DartC yet 142 IsObjectTest: Fail # Issue 1455
142 Library4NegativeTest: Fail # Bug 5406175 143 Library4NegativeTest: Fail # Bug 5406175
143 ListLiteral3Test: Fail # Issue 176 144 ListLiteral3Test: Fail # Bug 5202940, Issue 176
144 ListLiteral4Test: Fail # Issue 1343 145 ListLiteral4Test: Fail # Issue 1343
145 ListTest: Fail # Bug 5146975. 146 ListTest: Fail # Bug 5146975.
147 LiteralUnaryPlusTest/01: Fail # Issue 1399
146 LocalFunction3Test: Fail # Bug 4202974. 148 LocalFunction3Test: Fail # Bug 4202974.
147 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 149 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
148 MapLiteral4Test: Fail # Issue 1343 150 MapLiteral4Test: Fail # Issue 1343
149 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 151 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
150 NamedParametersTypeTest: Fail # Implementation in progress. 152 NamedParametersTypeTest: Fail # Implementation in progress.
153 NamingTest: Fail # Issue 356
151 NoSuchMethodTest: Fail # Bug 4202974. 154 NoSuchMethodTest: Fail # Bug 4202974.
152 NullToStringTest: Fail # Bug 5421978 155 NullToStringTest: Fail # Bug 5421978
153 NumbersTest: Fail # Fails because numbers are mapped to doubles. 156 NumbersTest: Fail # Fails because numbers are mapped to doubles.
154 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 157 OverriddenNoSuchMethodTest: Fail # Bug 4202974.
155 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 158 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
156 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 159 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
157 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 160 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
158 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 161 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
159 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 162 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
160 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 163 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
161 OverrideFieldTest/04: Fail # Bug 5215249 164 OverrideFieldTest/04: Fail # Bug 5215249
162 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 165 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
163 Prefix11NegativeTest: Fail # Bug 5406175 166 Prefix11NegativeTest: Fail # Bug 5406175
164 Prefix12NegativeTest: Fail # Bug 5406175 167 Prefix12NegativeTest: Fail # Bug 5406175
165 Prefix16NegativeTest: Fail # Bug 5532534 168 Prefix16NegativeTest: Fail # Bug 5532534
166 Prefix3NegativeTest: Fail # Bug 5406175 169 Prefix3NegativeTest: Fail # Bug 5406175
167 RegExp3Test: Fail # 5299683
168 ScopeNegativeTest: Fail # Bug 4207538.
169 StackOverflowTest: Fail # Bug 4591172.
170 StackTraceTest: Fail # Bug 4971920.
171 StringConcatTest: Fail # Bug 5196164
172 SuperOperatorTest: Fail # Bug 4995463.
173 Switch7NegativeTest: Fail # Bug 4208467.
174 SwitchLabelTest: Fail # Bug 4208467.
175 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
176 Throw7NegativeTest: Fail # Bug 4208459.
177 TypeChecksInFactoryMethodTest: Fail # Issue 925
178 SyntaxTest/31: Fail # Issue 1108
179 SyntaxTest/32: Fail # Issue 1108
180 SyntaxTest/33: Fail # Issue 1108
181 LiteralUnaryPlusTest/01: Fail # Issue 1399
182
183 PseudoKWTest: Fail # Issue 356 170 PseudoKWTest: Fail # Issue 356
184 NamingTest: Fail # Issue 356
185 PseudoKWIllegalTest/01: Fail # Issue 356 171 PseudoKWIllegalTest/01: Fail # Issue 356
186 PseudoKWIllegalTest/02: Fail # Issue 356 172 PseudoKWIllegalTest/02: Fail # Issue 356
187 PseudoKWIllegalTest/03: Fail # Issue 356 173 PseudoKWIllegalTest/03: Fail # Issue 356
188 PseudoKWIllegalTest/04: Fail # Issue 356 174 PseudoKWIllegalTest/04: Fail # Issue 356
189 PseudoKWIllegalTest/05: Fail # Issue 356 175 PseudoKWIllegalTest/05: Fail # Issue 356
190 PseudoKWIllegalTest/06: Fail # Issue 356 176 PseudoKWIllegalTest/06: Fail # Issue 356
191 PseudoKWIllegalTest/07: Fail # Issue 356 177 PseudoKWIllegalTest/07: Fail # Issue 356
192 PseudoKWIllegalTest/08: Fail # Issue 356 178 PseudoKWIllegalTest/08: Fail # Issue 356
193 PseudoKWIllegalTest/09: Fail # Issue 356 179 PseudoKWIllegalTest/09: Fail # Issue 356
194 PseudoKWIllegalTest/10: Fail # Issue 356 180 PseudoKWIllegalTest/10: Fail # Issue 356
195 PseudoKWIllegalTest/11: Fail # Issue 356 181 PseudoKWIllegalTest/11: Fail # Issue 356
196 PseudoKWIllegalTest/12: Fail # Issue 356 182 PseudoKWIllegalTest/12: Fail # Issue 356
197 PseudoKWIllegalTest/13: Fail # Issue 356 183 PseudoKWIllegalTest/13: Fail # Issue 356
198 PseudoKWIllegalTest/14: Fail # Issue 356 184 PseudoKWIllegalTest/14: Fail # Issue 356
199 PseudoKWIllegalTest/15: Fail # Issue 356 185 PseudoKWIllegalTest/15: Fail # Issue 356
200 PseudoKWIllegalTest/16: Fail # Issue 356 186 PseudoKWIllegalTest/16: Fail # Issue 356
201 DuplicateImplementsTest: Skip # Issue 976 187 RegExp3Test: Fail # 5299683
188 ScopeNegativeTest: Fail # Bug 4207538.
189 StackOverflowTest: Fail # Bug 4591172.
190 StackTraceTest: Fail # Bug 4971920.
191 StringConcatTest: Fail # Bug 5196164
192 StringEscape1NegativeTest: Fail # Issue 1351.
193 StringEscape4NegativeTest: Fail # Issue 1351.
194 SuperOperatorTest: Fail # Bug 4995463.
195 Switch7NegativeTest: Fail # Bug 4208467.
196 SwitchLabelTest: Fail # Bug 4208467.
197 SyntaxTest/31: Fail # Issue 1108
198 SyntaxTest/32: Fail # Issue 1108
199 SyntaxTest/33: Fail # Issue 1108
200 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
201 Throw7NegativeTest: Fail # Bug 4208459.
202 TypeChecksInFactoryMethodTest: Fail # Issue 925
202 203
203 # Issue 1351. 204 #
204 StringEscape1NegativeTest: Fail 205 # Add new dartc annotations above in alphabetical order
205 StringEscape4NegativeTest: Fail 206 #
206 207
207 208
208 # VM or Frog specific tests that should not be run by DartC. 209 # VM or Frog specific tests that should not be run by DartC.
209 *VMTest: Skip 210 *VMTest: Skip
210 *VMNegativeTest: Skip 211 *VMNegativeTest: Skip
211 *FrogTest: Skip 212 *FrogTest: Skip
212 *FrogNegativeTest: Skip 213 *FrogNegativeTest: Skip
213 214
214 215
215 [ $component == dartium ] 216 [ $component == dartium ]
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 # these tests are inconsistent in frogium and frogsh-node, investigate 432 # these tests are inconsistent in frogium and frogsh-node, investigate
432 StaticField1RunNegativeTest: Pass # but error is not correct 433 StaticField1RunNegativeTest: Pass # but error is not correct
433 StaticField2RunNegativeTest: Pass # but error is not correct 434 StaticField2RunNegativeTest: Pass # but error is not correct
434 435
435 436
436 [ $arch == simarm ] 437 [ $arch == simarm ]
437 *: Skip 438 *: Skip
438 439
439 [ $arch == arm ] 440 [ $arch == arm ]
440 *: Skip 441 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698