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

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

Issue 8921009: frog: check that const constructors have potentially const initializers. Also (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 26 matching lines...) Expand all
37 ImplicitThisTest/none: Fail # Issue 374 37 ImplicitThisTest/none: Fail # Issue 374
38 38
39 LibrarySameNameUsedTest: Fail # Issue 686 39 LibrarySameNameUsedTest: Fail # Issue 686
40 40
41 # These bugs refer currently ongoing language discussions. 41 # These bugs refer currently ongoing language discussions.
42 Constructor5Test: Fail # (Discussion ongoing) 42 Constructor5Test: Fail # (Discussion ongoing)
43 Constructor6Test: Fail # (Discussion ongoing) 43 Constructor6Test: Fail # (Discussion ongoing)
44 44
45 # Regular bugs which should be fixed. 45 # Regular bugs which should be fixed.
46 46
47 ConstInit6NegativeTest: Fail # Issue 811
47 WrongNumberTypeArgumentsTest: Fail # Issue 441 48 WrongNumberTypeArgumentsTest: Fail # Issue 441
48 49
49 # DartC or Frog specific tests that should not be run by the VM 50 # DartC or Frog specific tests that should not be run by the VM
50 *DartcTest: Skip 51 *DartcTest: Skip
51 *DartcNegativeTest: Skip 52 *DartcNegativeTest: Skip
52 *FrogTest: Skip 53 *FrogTest: Skip
53 *FrogNegativeTest: Skip 54 *FrogNegativeTest: Skip
54 55
55 56
56 [ $component == vm && $mode == debug ] 57 [ $component == vm && $mode == debug ]
(...skipping 29 matching lines...) Expand all
86 BlackListedTest/09: Fail # Bug 5469684 87 BlackListedTest/09: Fail # Bug 5469684
87 BlackListedTest/10: Fail # Bug 5469684 88 BlackListedTest/10: Fail # Bug 5469684
88 BlackListedTest/11: Fail # Bug 5469684 89 BlackListedTest/11: Fail # Bug 5469684
89 BlackListedTest/12: Fail # Bug 5469684 90 BlackListedTest/12: Fail # Bug 5469684
90 BlackListedTest/13: Fail # Bug 5469684 91 BlackListedTest/13: Fail # Bug 5469684
91 BlackListedTest/14: Fail # Bug 5469684 92 BlackListedTest/14: Fail # Bug 5469684
92 CTConstTest: Fail # Bug 4510015. 93 CTConstTest: Fail # Bug 4510015.
93 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 94 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
94 CharEscapeTest: Fail 95 CharEscapeTest: Fail
95 ClassOverrideNegativeTest: Fail # Bug 4205768. 96 ClassOverrideNegativeTest: Fail # Bug 4205768.
97 ConstInit5NegativeTest: Pass # Should fail at compile-time, not at runtime
Siggi Cherem (dart-lang) 2011/12/12 18:04:38 We should go through negative tests and try to see
jimhug 2011/12/12 18:14:30 SGTM - I'd also like to figure out how to ensure t
96 DefaultFactoryLibraryTest: Fail # Issue 514 98 DefaultFactoryLibraryTest: Fail # Issue 514
97 ConstObjectsAreImmutableTest: Fail # Bug 5202940 99 ConstObjectsAreImmutableTest: Fail # Bug 5202940
98 Constructor2NegativeTest: Fail # Bug 4208594. 100 Constructor2NegativeTest: Fail # Bug 4208594.
99 Constructor2Test: Fail # Issue 255 101 Constructor2Test: Fail # Issue 255
100 Constructor3Test: Fail # Issue 257 102 Constructor3Test: Fail # Issue 257
101 Constructor4Test: Fail # Issue 286 103 Constructor4Test: Fail # Issue 286
102 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 104 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
103 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 105 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
104 DivByZeroTest: Fail # Bug 5184183 106 DivByZeroTest: Fail # Bug 5184183
105 DynamicTest: Fail # Bug 5527899. 107 DynamicTest: Fail # Bug 5527899.
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 StaticField2RunNegativeTest: Fail 346 StaticField2RunNegativeTest: Fail
345 347
346 [ $arch == x64 ] 348 [ $arch == x64 ]
347 *: Skip 349 *: Skip
348 350
349 [ $arch == simarm ] 351 [ $arch == simarm ]
350 *: Skip 352 *: Skip
351 353
352 [ $arch == arm ] 354 [ $arch == arm ]
353 *: Skip 355 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698