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

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

Issue 8972003: Promote class to a reserved word (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 25 matching lines...) Expand all
36 36
37 # These bugs refer currently ongoing language discussions. 37 # These bugs refer currently ongoing language discussions.
38 Constructor5Test: Fail # (Discussion ongoing) 38 Constructor5Test: Fail # (Discussion ongoing)
39 Constructor6Test: Fail # (Discussion ongoing) 39 Constructor6Test: Fail # (Discussion ongoing)
40 40
41 # Regular bugs which should be fixed. 41 # Regular bugs which should be fixed.
42 42
43 ConstInit6NegativeTest: Fail # Issue 811 43 ConstInit6NegativeTest: Fail # Issue 811
44 WrongNumberTypeArgumentsTest: Fail # Issue 441 44 WrongNumberTypeArgumentsTest: Fail # Issue 441
45 45
46 ClassKeywordNegativeTest/01: Fail # Issue 873
mmendez 2011/12/16 15:58:24 Nit: Since your are fixing issue 873 you might wan
codefu 2011/12/16 16:56:30 I'm fixing issue 870. 873 and 874 are for Frog & t
47
46 # DartC or Frog specific tests that should not be run by the VM 48 # DartC or Frog specific tests that should not be run by the VM
47 *DartcTest: Skip 49 *DartcTest: Skip
48 *DartcNegativeTest: Skip 50 *DartcNegativeTest: Skip
49 *FrogTest: Skip 51 *FrogTest: Skip
50 *FrogNegativeTest: Skip 52 *FrogNegativeTest: Skip
51 53
52 54
53 [ $component == vm && $mode == debug ] 55 [ $component == vm && $mode == debug ]
54 56
55 [ $component == vm && $mode == release ] 57 [ $component == vm && $mode == release ]
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ] 179 [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ]
178 # TODO(efortuna): Distinguish between specific browser being run for webdriver 180 # TODO(efortuna): Distinguish between specific browser being run for webdriver
179 # (by flag option) to specify which tests pass. 181 # (by flag option) to specify which tests pass.
180 FactoryNegativeTest: Fail # Issue 417 182 FactoryNegativeTest: Fail # Issue 417
181 Factory3Test: Fail # Issue 417 183 Factory3Test: Fail # Issue 417
182 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 184 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
183 OptimizedSetterTest: Fail # Issue 863 185 OptimizedSetterTest: Fail # Issue 863
184 186
185 FactoryImplementationTest: Fail # Issue 523 187 FactoryImplementationTest: Fail # Issue 523
186 188
189 ClassKeywordNegativeTest/01: Fail # Issue 874
jimhug 2011/12/16 17:47:47 I'm a little bit surprised that you don't have a C
codefu 2011/12/16 19:11:59 I'm not really sure why there's not a /02 on this
190
187 # VM or DartC specific tests not to be run by Frog. See language.status 191 # VM or DartC specific tests not to be run by Frog. See language.status
188 *VMTest: Skip 192 *VMTest: Skip
189 *VMNegativeTest: Skip 193 *VMNegativeTest: Skip
190 *DartcTest: Skip 194 *DartcTest: Skip
191 *DartcNegativeTest: Skip 195 *DartcNegativeTest: Skip
192 # Currently, these patterns skip three tests: 196 # Currently, these patterns skip three tests:
193 # MathVMTest - correctly skipped as this relies on VM guarantees 197 # MathVMTest - correctly skipped as this relies on VM guarantees
194 # - should add a version of this with the --enable_type_checks flag 198 # - should add a version of this with the --enable_type_checks flag
195 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 199 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
196 # TypeDartcTest - should pass, need refactoring to get frog safe version 200 # TypeDartcTest - should pass, need refactoring to get frog safe version
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. 345 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined.
342 346
343 [ $arch == x64 ] 347 [ $arch == x64 ]
344 *: Skip 348 *: Skip
345 349
346 [ $arch == simarm ] 350 [ $arch == simarm ]
347 *: Skip 351 *: Skip
348 352
349 [ $arch == arm ] 353 [ $arch == arm ]
350 *: Skip 354 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698