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

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

Issue 8586020: Treat assignment to final as an error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update status 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
« frog/value.dart ('K') | « frog/value.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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 TypeVariableBoundsTest/03: Fail # Issue 417 315 TypeVariableBoundsTest/03: Fail # Issue 417
316 TypeVariableBoundsTest/04: Fail # Issue 417 316 TypeVariableBoundsTest/04: Fail # Issue 417
317 TypeVariableScopeTest/none: Fail # Issue 417 317 TypeVariableScopeTest/none: Fail # Issue 417
318 UnboundGetterTest: Fail 318 UnboundGetterTest: Fail
319 WrongNumberTypeArgumentsTest: Fail 319 WrongNumberTypeArgumentsTest: Fail
320 ImplicitThisTest/01: Fail # Issue 376 320 ImplicitThisTest/01: Fail # Issue 376
321 ImplicitThisTest/02: Fail # Issue 376 321 ImplicitThisTest/02: Fail # Issue 376
322 ImplicitThisTest/03: Fail # Issue 376 322 ImplicitThisTest/03: Fail # Issue 376
323 ImplicitThisTest/04: Fail # Issue 376 323 ImplicitThisTest/04: Fail # Issue 376
324 ImplicitThisTest/none: Fail # Issue 376 324 ImplicitThisTest/none: Fail # Issue 376
325 FinalVarNegativeTest: Fail
326 325
327 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ] 326 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ]
328 PrivateMemberTest/01: Fail # test seems bad - see issue #353 327 PrivateMemberTest/01: Fail # test seems bad - see issue #353
329 PrivateMemberTest/02: Fail # test seems bad - see issue #353 328 PrivateMemberTest/02: Fail # test seems bad - see issue #353
330 PrivateMemberTest/03: Fail # test seems bad - see issue #353 329 PrivateMemberTest/03: Fail # test seems bad - see issue #353
331 PrivateMemberTest/04: Fail # test seems bad - see issue #353 330 PrivateMemberTest/04: Fail # test seems bad - see issue #353
332 331
333 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] 332 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ]
334 PrivateMemberTest/none: Fail # test seems bad - see issue #353 333 PrivateMemberTest/none: Fail # test seems bad - see issue #353
335 334
336 [ $component == leg ] 335 [ $component == leg ]
336 FinalVarNegativeTest: Fail
337 StaticTopLevelTest/00: Fail 337 StaticTopLevelTest/00: Fail
338 StaticTopLevelTest/03: Fail 338 StaticTopLevelTest/03: Fail
339 339
340 [ $component == frog || $component == frogsh || $component == leg ] 340 [ $component == frog || $component == frogsh || $component == leg ]
341 # these tests are inconsistent in frogium and frogsh-node, investigate 341 # these tests are inconsistent in frogium and frogsh-node, investigate
342 ParameterInitializerTest: Pass 342 ParameterInitializerTest: Pass
343 StaticField1RunNegativeTest: Pass 343 StaticField1RunNegativeTest: Pass
344 StaticField2RunNegativeTest: Pass 344 StaticField2RunNegativeTest: Pass
345 345
346 [ $component == frogium ] 346 [ $component == frogium ]
347 # these tests are inconsistent in frogium and frogsh-node, investigate 347 # these tests are inconsistent in frogium and frogsh-node, investigate
348 ParameterInitializerTest: Fail 348 ParameterInitializerTest: Fail
349 StaticField1RunNegativeTest: Fail 349 StaticField1RunNegativeTest: Fail
350 StaticField2RunNegativeTest: Fail 350 StaticField2RunNegativeTest: Fail
351 351
352 [ $arch == x64 ] 352 [ $arch == x64 ]
353 *: Skip 353 *: Skip
354 354
355 [ $arch == simarm ] 355 [ $arch == simarm ]
356 *: Skip 356 *: Skip
357 357
358 [ $arch == arm ] 358 [ $arch == arm ]
359 *: Skip 359 *: Skip
OLDNEW
« frog/value.dart ('K') | « frog/value.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698