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

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
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/src/FauxverrideTest.dart » ('j') | 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 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 33
40 BlackListedTest/01: Fail # Bug 5469684 34 BlackListedTest/01: Fail # Bug 5469684
41 BlackListedTest/02: Fail # Bug 5469684 35 BlackListedTest/02: Fail # Bug 5469684
42 BlackListedTest/03: Fail # Bug 5469684 36 BlackListedTest/03: Fail # Bug 5469684
43 BlackListedTest/04: Fail # Bug 5469684 37 BlackListedTest/04: Fail # Bug 5469684
44 BlackListedTest/05: Fail # Bug 5469684 38 BlackListedTest/05: Fail # Bug 5469684
45 BlackListedTest/06: Fail # Bug 5469684 39 BlackListedTest/06: Fail # Bug 5469684
46 BlackListedTest/07: Fail # Bug 5469684 40 BlackListedTest/07: Fail # Bug 5469684
47 BlackListedTest/08: Fail # Bug 5469684 41 BlackListedTest/08: Fail # Bug 5469684
48 BlackListedTest/09: Fail # Bug 5469684 42 BlackListedTest/09: Fail # Bug 5469684
49 BlackListedTest/10: Fail # Bug 5469684 43 BlackListedTest/10: Fail # Bug 5469684
50 BlackListedTest/11: Fail # Bug 5469684 44 BlackListedTest/11: Fail # Bug 5469684
51 BlackListedTest/12: Fail # Bug 5469684 45 BlackListedTest/12: Fail # Bug 5469684
52 46
53 ConstructorTest: Fail # Bug 4995181, execution order 47 ConstructorTest: Fail # Bug 4995181, execution order
54 ParameterInitializerTest: Fail # Bug 4995181, execution order 48 ParameterInitializerTest: Fail # Bug 4995181, execution order
55 49
56 # These bugs refer currently ongoing language discussions. 50 # These bugs refer currently ongoing language discussions.
57 ExampleConstructorTest: Fail # Bug 4995181 51 ExampleConstructorTest: Fail # Bug 4995181
58 52
59 53
60 # Regular bugs which should be fixed. 54 # Regular bugs which should be fixed.
61 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 55 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
62 ManyEchoServerTest: Skip # Bug 5103754 56 ManyEchoServerTest: Skip # Bug 5103754
63 CanonicalConstTest: Fail # Bug 5270133 57 CanonicalConstTest: Fail # Bug 5270133
64 OverrideFieldTest/none: Fail # Bug 5384222
65 GenericParameterizedExtendsTest: Skip # Bug 5391643 58 GenericParameterizedExtendsTest: Skip # Bug 5391643
66 59
67 # DartC specific tests that should not be run by the VM. 60 # DartC specific tests that should not be run by the VM.
68 *DartcTest: Skip 61 *DartcTest: Skip
69 62
70 # Problems specific to dartc optimized mode 63 # Problems specific to dartc optimized mode
71 [ ($arch == dartc || $arch == chromium) && $mode == release ] 64 [ ($arch == dartc || $arch == chromium) && $mode == release ]
72 MethodInvocationTest: Fail # Bug 5392266 65 MethodInvocationTest: Fail # Bug 5392266
73 Label2NegativeTest: Crash # Bug 5318228 66 Label2NegativeTest: Crash # Bug 5318228
74 NullPointerExceptionTest: Fail # Bug 5391976 67 NullPointerExceptionTest: Fail # Bug 5391976
(...skipping 61 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
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/src/FauxverrideTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698