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

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

Issue 8347035: Add a test for testing evaluation order of getters. (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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ExampleConstructorTest: Fail # Bug 4995181 56 ExampleConstructorTest: Fail # Bug 4995181
57 57
58 58
59 # Regular bugs which should be fixed. 59 # Regular bugs which should be fixed.
60 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. 60 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux.
61 ManyEchoServerTest: Skip # Bug 5103754 61 ManyEchoServerTest: Skip # Bug 5103754
62 CanonicalConstTest: Fail # Bug 5270133 62 CanonicalConstTest: Fail # Bug 5270133
63 OverrideFieldTest/none: Fail # Bug 5384222 63 OverrideFieldTest/none: Fail # Bug 5384222
64 GenericParameterizedExtendsTest: Skip # Bug 5391643 64 GenericParameterizedExtendsTest: Skip # Bug 5391643
65 65
66 GetterClosureExecutionOrderTest: Fail # Bug 5481868
67
66 # DartC specific tests that should not be run by the VM. 68 # DartC specific tests that should not be run by the VM.
67 *DartcTest: Skip 69 *DartcTest: Skip
68 70
69 # Problems specific to dartc optimized mode 71 # Problems specific to dartc optimized mode
70 [ ($arch == dartc || $arch == chromium) && $mode == release ] 72 [ ($arch == dartc || $arch == chromium) && $mode == release ]
71 MethodInvocationTest: Fail # Bug 5392266 73 MethodInvocationTest: Fail # Bug 5392266
72 Label2NegativeTest: Crash # Bug 5318228 74 Label2NegativeTest: Crash # Bug 5318228
73 NullPointerExceptionTest: Fail # Bug 5391976 75 NullPointerExceptionTest: Fail # Bug 5391976
74 CallThroughNullGetterTest: Fail # Bug 5391976 76 CallThroughNullGetterTest: Fail # Bug 5391976
75 Private3Test: Fail # Bug 5391976 77 Private3Test: Fail # Bug 5391976
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 StackTraceTest: Fail # Bug 4971920. 137 StackTraceTest: Fail # Bug 4971920.
136 ExpectTest: Fail # Missing extensions to class Expect. 138 ExpectTest: Fail # Missing extensions to class Expect.
137 DivByZeroTest: Fail # Bug 5184183 139 DivByZeroTest: Fail # Bug 5184183
138 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 140 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
139 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 141 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
140 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 142 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
141 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 143 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
142 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 144 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
143 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 145 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
144 CharEscapeTest: Fail 146 CharEscapeTest: Fail
147 GetterClosureExecutionOrderTest: Fail # Bug 5481595
145 148
146 # The following tests use missing error classes. Bug 4385894. 149 # The following tests use missing error classes. Bug 4385894.
147 AssertTest: Fail # Uses AssertError class. 150 AssertTest: Fail # Uses AssertError class.
148 151
149 ThirdTest: Fail # Bug 5339586 152 ThirdTest: Fail # Bug 5339586
150 153
151 BlackListedTest/01: Fail # Bug 5469684 154 BlackListedTest/01: Fail # Bug 5469684
152 BlackListedTest/02: Fail # Bug 5469684 155 BlackListedTest/02: Fail # Bug 5469684
153 BlackListedTest/03: Fail # Bug 5469684 156 BlackListedTest/03: Fail # Bug 5469684
154 BlackListedTest/04: Fail # Bug 5469684 157 BlackListedTest/04: Fail # Bug 5469684
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 TypedMessageTest: Fail # Bug 5246195 202 TypedMessageTest: Fail # Bug 5246195
200 203
201 [ $arch == x64 ] 204 [ $arch == x64 ]
202 *: Skip 205 *: Skip
203 206
204 [ $arch == simarm ] 207 [ $arch == simarm ]
205 *: Skip 208 *: Skip
206 209
207 [ $arch == arm ] 210 [ $arch == arm ]
208 *: Skip 211 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698