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

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

Issue 8360022: Fix member overriding rules in VM according to latest spec. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 months 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 an architecture other than the one you are working on. 10 # failed on an architecture other than the one you are working on.
(...skipping 10 matching lines...) Expand all
21 ClassTest: Fail # Bug 4504458 (pseudo keyword) 21 ClassTest: Fail # Bug 4504458 (pseudo keyword)
22 NamingTest: Fail # Bug 4504458 (pseudo keyword) 22 NamingTest: Fail # Bug 4504458 (pseudo keyword)
23 SuperTest: Fail # Bug 4995181 23 SuperTest: Fail # Bug 4995181
24 TypeVariableBoundsTest/none: Fail # Bug 5257789 24 TypeVariableBoundsTest/none: Fail # Bug 5257789
25 TypeVariableBoundsTest/02: Fail # Bug 5257789 25 TypeVariableBoundsTest/02: Fail # Bug 5257789
26 TypeVariableBoundsTest/03: Fail # Bug 5257789 26 TypeVariableBoundsTest/03: Fail # Bug 5257789
27 TypeVariableBoundsTest/04: Fail # Bug 5257789 27 TypeVariableBoundsTest/04: Fail # Bug 5257789
28 TypeVariableBoundsTest/07: Fail # Bug 5257789 28 TypeVariableBoundsTest/07: Fail # Bug 5257789
29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513 29 TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513
30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513 30 TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513
31 FauxverrideTest/01: Fail # Bug 5328413
32 FauxverrideTest/02: Fail # Bug 5328413
33 FauxverrideTest/03: Fail # Bug 5328413
34 ImpliedInterfaceTest: Fail # Bug 5349944 31 ImpliedInterfaceTest: Fail # Bug 5349944
35 OverrideMethodWithFieldTest: Fail # Bug 5384453
36 FieldOverrideTest/none: Fail # Bug 5384222
37 FieldOverrideTest/01: Fail # Bug 5384222
38 CallThroughNullGetterTest: Fail # Bug 4968741 32 CallThroughNullGetterTest: Fail # Bug 4968741
39 Library1NegativeTest: Fail # Bug 5430449 33 Library1NegativeTest: Fail # Bug 5430449
40 34
41 BlackListedTest/01: Fail # Bug 5469684 35 BlackListedTest/01: Fail # Bug 5469684
42 BlackListedTest/02: Fail # Bug 5469684 36 BlackListedTest/02: Fail # Bug 5469684
43 BlackListedTest/03: Fail # Bug 5469684 37 BlackListedTest/03: Fail # Bug 5469684
44 BlackListedTest/04: Fail # Bug 5469684 38 BlackListedTest/04: Fail # Bug 5469684
45 BlackListedTest/05: Fail # Bug 5469684 39 BlackListedTest/05: Fail # Bug 5469684
46 BlackListedTest/06: Fail # Bug 5469684 40 BlackListedTest/06: Fail # Bug 5469684
47 BlackListedTest/07: Fail # Bug 5469684 41 BlackListedTest/07: Fail # Bug 5469684
48 BlackListedTest/08: Fail # Bug 5469684 42 BlackListedTest/08: Fail # Bug 5469684
49 BlackListedTest/09: Fail # Bug 5469684 43 BlackListedTest/09: Fail # Bug 5469684
50 BlackListedTest/10: Fail # Bug 5469684 44 BlackListedTest/10: Fail # Bug 5469684
51 BlackListedTest/11: Fail # Bug 5469684 45 BlackListedTest/11: Fail # Bug 5469684
52 BlackListedTest/12: Fail # Bug 5469684 46 BlackListedTest/12: Fail # Bug 5469684
53 47
54 ConstructorTest: Fail # Bug 4995181, execution order 48 ConstructorTest: Fail # Bug 4995181, execution order
55 ParameterInitializerTest: Fail # Bug 4995181, execution order 49 ParameterInitializerTest: Fail # Bug 4995181, execution order
56 50
57 # These bugs refer currently ongoing language discussions. 51 # These bugs refer currently ongoing language discussions.
58 ExampleConstructorTest: Fail # Bug 4995181 52 ExampleConstructorTest: Fail # Bug 4995181
59 53
60 54
61 # Regular bugs which should be fixed. 55 # Regular bugs which should be fixed.
62 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 56 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
63 ManyEchoServerTest: Skip # Bug 5103754 57 ManyEchoServerTest: Skip # Bug 5103754
64 CanonicalConstTest: Fail # Bug 5270133 58 CanonicalConstTest: Fail # Bug 5270133
65 OverrideFieldTest/none: Fail # Bug 5384222
66 GenericParameterizedExtendsTest: Skip # Bug 5391643 59 GenericParameterizedExtendsTest: Skip # Bug 5391643
67 60
68 # DartC specific tests that should not be run by the VM. 61 # DartC specific tests that should not be run by the VM.
69 *DartcTest: Skip 62 *DartcTest: Skip
70 63
71 # Problems specific to dartc optimized mode 64 # Problems specific to dartc optimized mode
72 [ ($arch == dartc || $arch == chromium) && $mode == release ] 65 [ ($arch == dartc || $arch == chromium) && $mode == release ]
73 MethodInvocationTest: Fail # Bug 5392266 66 MethodInvocationTest: Fail # Bug 5392266
74 Label2NegativeTest: Crash # Bug 5318228 67 Label2NegativeTest: Crash # Bug 5318228
75 NullPointerExceptionTest: Fail # Bug 5391976 68 NullPointerExceptionTest: Fail # Bug 5391976
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ListTest: Fail # Bug 5146975. 129 ListTest: Fail # Bug 5146975.
137 StackTraceTest: Fail # Bug 4971920. 130 StackTraceTest: Fail # Bug 4971920.
138 ExpectTest: Fail # Missing extensions to class Expect. 131 ExpectTest: Fail # Missing extensions to class Expect.
139 DivByZeroTest: Fail # Bug 5184183 132 DivByZeroTest: Fail # Bug 5184183
140 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 133 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
141 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 134 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
142 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 135 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
143 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 136 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
144 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 137 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
145 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 138 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
139 FieldOverrideTest/01: Fail # Bug 5215249
140 FieldOverrideTest/02: Fail # Bug 5215249
141 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
142 OverrideFieldTest/04: Fail # Bug 5215249
146 CharEscapeTest: Fail 143 CharEscapeTest: Fail
147 GetterClosureExecutionOrderTest: Fail # Bug 5481595 144 GetterClosureExecutionOrderTest: Fail # Bug 5481595
148 145
149 # The following tests use missing error classes. Bug 4385894. 146 # The following tests use missing error classes. Bug 4385894.
150 AssertTest: Fail # Uses AssertError class. 147 AssertTest: Fail # Uses AssertError class.
151 148
152 ThirdTest: Fail # Bug 5339586 149 ThirdTest: Fail # Bug 5339586
153 150
154 BlackListedTest/01: Fail # Bug 5469684 151 BlackListedTest/01: Fail # Bug 5469684
155 BlackListedTest/02: Fail # Bug 5469684 152 BlackListedTest/02: Fail # Bug 5469684
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 TypedMessageTest: Fail # Bug 5246195 201 TypedMessageTest: Fail # Bug 5246195
205 202
206 [ $arch == x64 ] 203 [ $arch == x64 ]
207 *: Skip 204 *: Skip
208 205
209 [ $arch == simarm ] 206 [ $arch == simarm ]
210 *: Skip 207 *: Skip
211 208
212 [ $arch == arm ] 209 [ $arch == arm ]
213 *: Skip 210 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698