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

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

Issue 9220003: Revert "cleanup resolveMember and get/set" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « frog/world.dart ('k') | no next file » | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 RichardsTest: Fail 192 RichardsTest: Fail
193 TypedMessageTest: Fail # Bug 5246195 193 TypedMessageTest: Fail # Bug 5246195
194 194
195 195
196 [ $component == frog ] 196 [ $component == frog ]
197 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 197 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
198 198
199 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff)) || $component == frogium ] 199 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff)) || $component == frogium ]
200 Factory3Test: Fail # Issue 417 200 Factory3Test: Fail # Issue 417
201 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 201 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
202 OptimizedSetterTest: Fail # Issue 863
202 ExtendTypeParameterNegativeTest: Skip # Issue 886 203 ExtendTypeParameterNegativeTest: Skip # Issue 886
203 ExtendTypeParameter2NegativeTest: Skip # Issue 886 204 ExtendTypeParameter2NegativeTest: Skip # Issue 886
204 ImplementTypeParameterNegativeTest: Skip # Issue 887 205 ImplementTypeParameterNegativeTest: Skip # Issue 887
205 FactoryImplementationTest: Fail # Issue 523 206 FactoryImplementationTest: Fail # Issue 523
206 PseudoKWTest: Fail # Issue 356 207 PseudoKWTest: Fail # Issue 356
207 NamingTest: Fail # Issue 356 208 NamingTest: Fail # Issue 356
208 209
209 # VM or DartC specific tests not to be run by Frog. See language.status 210 # VM or DartC specific tests not to be run by Frog. See language.status
210 *VMTest: Skip 211 *VMTest: Skip
211 *VMNegativeTest: Skip 212 *VMNegativeTest: Skip
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 FunctionTypeParameter2Test: Fail 248 FunctionTypeParameter2Test: Fail
248 FunctionTypeParameterTest: Fail 249 FunctionTypeParameterTest: Fail
249 GenericDeepTest: Fail 250 GenericDeepTest: Fail
250 GenericInstanceofTest: Fail 251 GenericInstanceofTest: Fail
251 GenericSyntaxTest: Fail 252 GenericSyntaxTest: Fail
252 GenericTest: Fail 253 GenericTest: Fail
253 GenericsTest: Fail 254 GenericsTest: Fail
254 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r eally passing in the static case 255 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r eally passing in the static case
255 ImplicitScopeTest: Fail 256 ImplicitScopeTest: Fail
256 ImpliedInterfaceTest: Fail 257 ImpliedInterfaceTest: Fail
258 IncrOpTest: Fail
257 Instanceof2Test: Fail 259 Instanceof2Test: Fail
258 InterfaceFactory3NegativeTest: Fail 260 InterfaceFactory3NegativeTest: Fail
259 IsNotClass4NegativeTest: Fail 261 IsNotClass4NegativeTest: Fail
260 LabelTest: Fail 262 LabelTest: Fail
261 ListLiteral3Test: Fail # vm and frog throw different exceptions 263 ListLiteral3Test: Fail # vm and frog throw different exceptions
262 ListLiteral4Test: Fail # missing type checks on index operations 264 ListLiteral4Test: Fail # missing type checks on index operations
263 ListTest: Fail # array bound checks not implemented 265 ListTest: Fail # array bound checks not implemented
264 LocalFunction3Test: Fail 266 LocalFunction3Test: Fail
265 LocalFunctionTest: Fail 267 LocalFunctionTest: Fail
266 ManyGenericInstanceofTest: Fail 268 ManyGenericInstanceofTest: Fail
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 # these tests are inconsistent in frogium and frogsh-node, investigate 353 # these tests are inconsistent in frogium and frogsh-node, investigate
352 StaticField1RunNegativeTest: Pass # but error is not correct 354 StaticField1RunNegativeTest: Pass # but error is not correct
353 StaticField2RunNegativeTest: Pass # but error is not correct 355 StaticField2RunNegativeTest: Pass # but error is not correct
354 356
355 357
356 [ $arch == simarm ] 358 [ $arch == simarm ]
357 *: Skip 359 *: Skip
358 360
359 [ $arch == arm ] 361 [ $arch == arm ]
360 *: Skip 362 *: Skip
OLDNEW
« no previous file with comments | « frog/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698