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

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

Issue 8485002: more negative test fixes (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
« no previous file with comments | « frog/member.dart ('k') | 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) 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 architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 CharEscapeTest: Fail 206 CharEscapeTest: Fail
207 ClassOverrideNegativeTest: Fail 207 ClassOverrideNegativeTest: Fail
208 ClosuresWithComplexParamsTest: Fail 208 ClosuresWithComplexParamsTest: Fail
209 CompoundAssignmentOperatorTest: Fail 209 CompoundAssignmentOperatorTest: Fail
210 ConstFactoryNegativeTest: Fail 210 ConstFactoryNegativeTest: Fail
211 ConstObjectsAreImmutableTest: Fail 211 ConstObjectsAreImmutableTest: Fail
212 ConstructorDefaultTest: Fail 212 ConstructorDefaultTest: Fail
213 ConstructorSetterNegativeTest: Fail 213 ConstructorSetterNegativeTest: Fail
214 CTConstTest: Fail # Not checking for generic type in const expression. 214 CTConstTest: Fail # Not checking for generic type in const expression.
215 DynamicTest: Fail 215 DynamicTest: Fail
216 EmptyBodyMemberNegativeTest: Fail
217 ExampleConstructorTest: Fail 216 ExampleConstructorTest: Fail
218 Constructor2Test: Fail 217 Constructor2Test: Fail
219 Constructor3Test: Fail 218 Constructor3Test: Fail
220 Constructor4Test: Fail 219 Constructor4Test: Fail
221 Constructor5Test: Fail # Order of initializers. 220 Constructor5Test: Fail # Order of initializers.
222 Constructor6Test: Fail # Parse failure in initializers. 221 Constructor6Test: Fail # Parse failure in initializers.
223 ExecuteFinally6Test: Fail 222 ExecuteFinally6Test: Fail
224 ExpectTest: Fail 223 ExpectTest: Fail
225 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings 224 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings
226 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings 225 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings
(...skipping 18 matching lines...) Expand all
245 GenericSyntaxTest: Fail 244 GenericSyntaxTest: Fail
246 GenericTest: Fail 245 GenericTest: Fail
247 GenericsTest: Fail 246 GenericsTest: Fail
248 ImplicitScopeTest: Fail 247 ImplicitScopeTest: Fail
249 ImpliedInterfaceTest: Fail 248 ImpliedInterfaceTest: Fail
250 IncrOpTest: Fail 249 IncrOpTest: Fail
251 InstanceFieldNegativeTest: Fail 250 InstanceFieldNegativeTest: Fail
252 Instanceof2Test: Fail 251 Instanceof2Test: Fail
253 InstanceofTest: Fail 252 InstanceofTest: Fail
254 InterfaceFactory3NegativeTest: Fail 253 InterfaceFactory3NegativeTest: Fail
255 InterfaceFactoryConstructorNegativeTest: Fail
256 InterfaceStaticMethodNegativeTest: Fail
257 IsNotClass4NegativeTest: Fail 254 IsNotClass4NegativeTest: Fail
258 LabelTest: Fail 255 LabelTest: Fail
259 LibraryPrefixesTest: Fail 256 LibraryPrefixesTest: Fail
260 Library1NegativeTest: Fail # issue with test see #354 257 Library1NegativeTest: Fail # issue with test see #354
261 Library4NegativeTest: Fail # issue with test see #354 258 Library4NegativeTest: Fail # issue with test see #354
262 Library5NegativeTest: Fail # issue with test see #354 259 Library5NegativeTest: Fail # issue with test see #354
263 Library6NegativeTest: Fail # issue with test see #354 260 Library6NegativeTest: Fail # issue with test see #354
264 ListLiteral3Test: Fail 261 ListLiteral3Test: Fail
265 ListTest: Fail # array bound checks not implemented 262 ListTest: Fail # array bound checks not implemented
266 LocalFunction3Test: Fail 263 LocalFunction3Test: Fail
(...skipping 24 matching lines...) Expand all
291 Prefix14NegativeTest: Fail 288 Prefix14NegativeTest: Fail
292 Prefix16NegativeTest: Fail 289 Prefix16NegativeTest: Fail
293 Prefix20NegativeTest: Fail 290 Prefix20NegativeTest: Fail
294 Prefix15Test: Fail 291 Prefix15Test: Fail
295 PrivateMemberTest/01: Fail # test seems bad - see issue #353 292 PrivateMemberTest/01: Fail # test seems bad - see issue #353
296 PrivateMemberTest/02: Fail # test seems bad - see issue #353 293 PrivateMemberTest/02: Fail # test seems bad - see issue #353
297 PrivateMemberTest/03: Fail # test seems bad - see issue #353 294 PrivateMemberTest/03: Fail # test seems bad - see issue #353
298 PrivateMemberTest/04: Fail # test seems bad - see issue #353 295 PrivateMemberTest/04: Fail # test seems bad - see issue #353
299 Private3Test: Fail 296 Private3Test: Fail
300 PrivateTest: Fail 297 PrivateTest: Fail
301 PseudoKWNegativeTest: Fail 298 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356
302 RegExp3Test: Fail 299 RegExp3Test: Fail
303 SavannahTest: Fail 300 SavannahTest: Fail
304 ScopeNegativeTest: Fail 301 ScopeNegativeTest: Fail
305 ScriptNegativeTest: Fail 302 ScriptNegativeTest: Fail
306 StringConcatTest: Fail 303 StringConcatTest: Fail
307 StringEscapesTest: Fail 304 StringEscapesTest: Fail
308 StringInterpolate1NegativeTest: Fail 305 StringInterpolate1NegativeTest: Fail
309 StringInterpolate2Test: Fail 306 StringInterpolate2Test: Fail
310 StringInterpolateTest: Fail 307 StringInterpolateTest: Fail
311 StringTest: Fail 308 StringTest: Fail
(...skipping 19 matching lines...) Expand all
331 DoubleComparisonTest: Fail 328 DoubleComparisonTest: Fail
332 329
333 [ $arch == x64 ] 330 [ $arch == x64 ]
334 *: Skip 331 *: Skip
335 332
336 [ $arch == simarm ] 333 [ $arch == simarm ]
337 *: Skip 334 *: Skip
338 335
339 [ $arch == arm ] 336 [ $arch == arm ]
340 *: Skip 337 *: Skip
OLDNEW
« no previous file with comments | « frog/member.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698