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

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

Issue 8859002: Overriding fields is now permissable. (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.
11 # 11 #
12 # 1) Copy the old version of the test to 12 # 1) Copy the old version of the test to
13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. 13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart.
14 # to maintain coverage. 14 # to maintain coverage.
15 # 2) File a bug on each archtiecture for the failure due to the language change. 15 # 2) File a bug on each archtiecture for the failure due to the language change.
16 # 3) Update the language/src directory with the updated test. 16 # 3) Update the language/src directory with the updated test.
17 17
18 prefix language 18 prefix language
19 19
20 20
21 [ $component == vm || $component == dartium ] 21 [ $component == vm || $component == dartium ]
22 ClassTest: Fail # Bug 4504458 (pseudo keyword) 22 ClassTest: Fail # Bug 4504458 (pseudo keyword)
23 NamingTest: Fail # Bug 4504458 (pseudo keyword) 23 NamingTest: Fail # Bug 4504458 (pseudo keyword)
24 TypeVariableBoundsTest/01: Skip # Issue 483 (testing framework issue) 24 TypeVariableBoundsTest/01: Skip # Issue 483 (testing framework issue)
25 TypeVariableBoundsTest/02: Skip # Issue 483 25 TypeVariableBoundsTest/02: Skip # Issue 483
26 TypeVariableBoundsTest/05: Skip # Issue 483 26 TypeVariableBoundsTest/05: Skip # Issue 483
27 TypeVariableBoundsTest/06: Skip # Issue 483 27 TypeVariableBoundsTest/06: Skip # Issue 483
28 ImpliedInterfaceTest: Fail # Bug 5349944 28 ImpliedInterfaceTest: Fail # Bug 5349944
29 FBoundedQuantificationTest: Skip # Issue 439 29 FBoundedQuantificationTest: Skip # Issue 439
30 FieldOverrideTest/none: Fail # No restriction on field shadowing
31 FieldOverrideTest/01: Fail # No restriction on field shadowing
zundel 2011/12/07 19:54:10 I will make a new bug and annotate these entries o
30 32
31 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) 33 ImplicitThisTest/01: Fail # Issue 374 (not yet specified)
32 ImplicitThisTest/02: Fail # Issue 374 34 ImplicitThisTest/02: Fail # Issue 374
33 ImplicitThisTest/03: Fail # Issue 374 35 ImplicitThisTest/03: Fail # Issue 374
34 ImplicitThisTest/04: Fail # Issue 374 36 ImplicitThisTest/04: Fail # Issue 374
35 ImplicitThisTest/none: Fail # Issue 374 37 ImplicitThisTest/none: Fail # Issue 374
36 38
37 LibrarySameNameUsedTest: Fail # Issue 686 39 LibrarySameNameUsedTest: Fail # Issue 686
38 40
39 # These bugs refer currently ongoing language discussions. 41 # These bugs refer currently ongoing language discussions.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 Constructor2Test: Fail # Issue 255 99 Constructor2Test: Fail # Issue 255
98 Constructor3Test: Fail # Issue 257 100 Constructor3Test: Fail # Issue 257
99 Constructor4Test: Fail # Issue 286 101 Constructor4Test: Fail # Issue 286
100 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 102 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e
101 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 103 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e
102 DivByZeroTest: Fail # Bug 5184183 104 DivByZeroTest: Fail # Bug 5184183
103 DynamicTest: Crash # Bug 5527899. 105 DynamicTest: Crash # Bug 5527899.
104 ExampleConstructorTest: Fail # Bug 4205742. 106 ExampleConstructorTest: Fail # Bug 4205742.
105 ExpectTest: Fail # Missing extensions to class Expect. 107 ExpectTest: Fail # Missing extensions to class Expect.
106 FactoryNegativeTest: Fail # Issue 417 108 FactoryNegativeTest: Fail # Issue 417
107 FieldNegativeTest: Fail # Bug 4207626.
108 FieldOverrideTest/01: Fail # Bug 5215249
109 FieldOverrideTest/02: Fail # Bug 5215249
110 For2Test: Fail # Bug 4995208. 109 For2Test: Fail # Bug 4995208.
111 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 110 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
112 FunctionTypeAliasTest: Crash # Bug 4519208. 111 FunctionTypeAliasTest: Crash # Bug 4519208.
113 GenericParameterizedExtendsTest: Skip # Bug 5392297 112 GenericParameterizedExtendsTest: Skip # Bug 5392297
114 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 113 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
115 GetterClosureExecutionOrderTest: Fail # Bug 5481595 114 GetterClosureExecutionOrderTest: Fail # Bug 5481595
116 ImplicitThisTest/none: Fail # Issue 375 115 ImplicitThisTest/none: Fail # Issue 375
117 IsObjectTest: Skip # Hasn't be tested on DartC yet 116 IsObjectTest: Skip # Hasn't be tested on DartC yet
118 Library4NegativeTest: Fail # Bug 5406175 117 Library4NegativeTest: Fail # Bug 5406175
119 ListLiteral1NegativeTest: Skip # Issue 220 118 ListLiteral1NegativeTest: Skip # Issue 220
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 Constructor3Test: Fail 218 Constructor3Test: Fail
220 Constructor5Test: Fail # Order of initializers. 219 Constructor5Test: Fail # Order of initializers.
221 Constructor6Test: Fail # Parse failure in initializers. 220 Constructor6Test: Fail # Parse failure in initializers.
222 ExecuteFinally6Test: Fail 221 ExecuteFinally6Test: Fail
223 ExpectTest: Fail 222 ExpectTest: Fail
224 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings 223 #FauxverrideTest/01: 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 224 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings
226 FauxverrideTest/03: Fail 225 FauxverrideTest/03: Fail
227 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings 226 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings
228 FauxverrideTest/05: Fail 227 FauxverrideTest/05: Fail
229 FieldOverrideTest/01: Fail # issue with test see #354 228 FieldOverrideTest/none: Fail # No restriction on field shadowing
230 FieldOverrideTest/02: Fail # issue with test see #354 229 FieldOverrideTest/01: Fail # No restriction on field shadowing
zundel 2011/12/07 19:54:10 I will make a new bug and annotate these entries o
231 Field3NegativeTest: Fail # issue with test see #354 230 Field3NegativeTest: Fail # issue
zundel 2011/12/07 19:54:10 issue 729
232 FieldNegativeTest: Fail # issue with test see #354
233 FinalParamNegativeTest: Fail 231 FinalParamNegativeTest: Fail
234 For2Test: Fail 232 For2Test: Fail
235 FunctionSyntaxTest: Fail 233 FunctionSyntaxTest: Fail
236 FunctionTest: Fail 234 FunctionTest: Fail
237 FunctionTypeAliasNegativeTest: Fail 235 FunctionTypeAliasNegativeTest: Fail
238 FunctionTypeAliasTest: Fail 236 FunctionTypeAliasTest: Fail
239 FunctionTypeParameter2Test: Fail 237 FunctionTypeParameter2Test: Fail
240 FunctionTypeParameterTest: Fail 238 FunctionTypeParameterTest: Fail
241 GenericDeepTest: Fail 239 GenericDeepTest: Fail
242 GenericInstanceofTest: Fail 240 GenericInstanceofTest: Fail
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 StaticField2RunNegativeTest: Fail 366 StaticField2RunNegativeTest: Fail
369 367
370 [ $arch == x64 ] 368 [ $arch == x64 ]
371 *: Skip 369 *: Skip
372 370
373 [ $arch == simarm ] 371 [ $arch == simarm ]
374 *: Skip 372 *: Skip
375 373
376 [ $arch == arm ] 374 [ $arch == arm ]
377 *: Skip 375 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/Field3NegativeTest.dart » ('j') | tests/language/src/FieldOverrideTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698