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

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

Issue 8788004: Fixing parsing of factories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated minfrog Created 9 years 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
« frog/parser.dart ('K') | « frog/parser.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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 StringEscapesTest: Fail 305 StringEscapesTest: Fail
306 StringTest: Fail 306 StringTest: Fail
307 SuperImplicitClosureTest: Fail 307 SuperImplicitClosureTest: Fail
308 SuperTest: Fail # this is testing precise ordering of super constructor call 308 SuperTest: Fail # this is testing precise ordering of super constructor call
309 SwitchLabelTest: Fail 309 SwitchLabelTest: Fail
310 TryCatch9NegativeTest: Fail 310 TryCatch9NegativeTest: Fail
311 TypeVariableBoundsTest/none: Fail # Issue 417 311 TypeVariableBoundsTest/none: Fail # Issue 417
312 TypeVariableBoundsTest/00: Fail # Issue 417 312 TypeVariableBoundsTest/00: Fail # Issue 417
313 TypeVariableBoundsTest/03: Fail # Issue 417 313 TypeVariableBoundsTest/03: Fail # Issue 417
314 TypeVariableBoundsTest/04: Fail # Issue 417 314 TypeVariableBoundsTest/04: Fail # Issue 417
315 TypeVariableScopeTest/none: Fail # Issue 417 315 TypeVariableScopeTest/00: Fail # These negative tests were passing incorrectly
316 TypeVariableScopeTest/02: Fail
317 TypeVariableScopeTest/03: Fail
318 TypeVariableScopeTest/04: Fail
319 TypeVariableScopeTest/06: Fail
316 WrongNumberTypeArgumentsTest: Fail 320 WrongNumberTypeArgumentsTest: Fail
317 ImplicitThisTest/01: Fail # Issue 376 321 ImplicitThisTest/01: Fail # Issue 376
318 ImplicitThisTest/02: Fail # Issue 376 322 ImplicitThisTest/02: Fail # Issue 376
319 ImplicitThisTest/03: Fail # Issue 376 323 ImplicitThisTest/03: Fail # Issue 376
320 ImplicitThisTest/04: Fail # Issue 376 324 ImplicitThisTest/04: Fail # Issue 376
321 ImplicitThisTest/none: Fail # Issue 376 325 ImplicitThisTest/none: Fail # Issue 376
322 326
323 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ] 327 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ]
324 PrivateMemberTest/01: Fail # test seems bad - see issue #353 328 PrivateMemberTest/01: Fail # test seems bad - see issue #353
325 PrivateMemberTest/02: Fail # test seems bad - see issue #353 329 PrivateMemberTest/02: Fail # test seems bad - see issue #353
326 PrivateMemberTest/03: Fail # test seems bad - see issue #353 330 PrivateMemberTest/03: Fail # test seems bad - see issue #353
327 PrivateMemberTest/04: Fail # test seems bad - see issue #353 331 PrivateMemberTest/04: Fail # test seems bad - see issue #353
328 StringConcatTest: Fail 332 StringConcatTest: Fail
329 333
330 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] 334 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ]
331 PrivateMemberTest/none: Fail # test seems bad - see issue #353 335 PrivateMemberTest/none: Fail # test seems bad - see issue #353
332 336
333 [ $component == leg ] 337 [ $component == leg ]
334 FinalVarNegativeTest: Fail 338 FinalVarNegativeTest: Fail
335 StaticTopLevelTest/00: Fail 339 StaticTopLevelTest/00: Fail
336 StaticTopLevelTest/03: Fail 340 StaticTopLevelTest/03: Fail
337 StringInterpolate2Test: Fail 341 StringInterpolate2Test: Fail
338 ToplevelCollision2Test/01: Fail # added in r1934 342 ToplevelCollision2Test/01: Fail # added in r1934
343 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin g the test harness? Leg is bailing on all these tests after seeing the "extends" factory syntax.
jimhug 2011/12/08 16:24:30 Please file this as a frog bug to replace this lon
344 TypeVariableBoundsTest/00: Pass
345 TypeVariableBoundsTest/03: Pass
346 TypeVariableBoundsTest/04: Pass
347 TypeVariableBoundsTest/02: Fail
348 TypeVariableBoundsTest/06: Fail
339 349
340 # Parser errors. 350 # Parser errors.
341 OverrideFieldTest/01: Skip 351 OverrideFieldTest/01: Skip
342 OverrideFieldTest/02: Fail 352 OverrideFieldTest/02: Fail
343 OverrideFieldTest/03: Fail 353 OverrideFieldTest/03: Fail
344 OverrideFieldTest/04: Skip 354 OverrideFieldTest/04: Skip
345 OverrideMethodWithFieldTest/none: Fail 355 OverrideMethodWithFieldTest/none: Fail
346 FauxverrideTest/none: Fail 356 FauxverrideTest/none: Fail
347 FauxverrideTest/01: Fail 357 FauxverrideTest/01: Fail
348 FauxverrideTest/03: Skip 358 FauxverrideTest/03: Skip
(...skipping 15 matching lines...) Expand all
364 StaticField2RunNegativeTest: Fail 374 StaticField2RunNegativeTest: Fail
365 375
366 [ $arch == x64 ] 376 [ $arch == x64 ]
367 *: Skip 377 *: Skip
368 378
369 [ $arch == simarm ] 379 [ $arch == simarm ]
370 *: Skip 380 *: Skip
371 381
372 [ $arch == arm ] 382 [ $arch == arm ]
373 *: Skip 383 *: Skip
OLDNEW
« frog/parser.dart ('K') | « frog/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698