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

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

Issue 9270048: Lots of frog cleanup (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
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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 Factory3Test: Fail # Issue 417 206 Factory3Test: Fail # Issue 417
207 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 207 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
208 ExtendTypeParameterNegativeTest: Skip # Issue 886 208 ExtendTypeParameterNegativeTest: Skip # Issue 886
209 ExtendTypeParameter2NegativeTest: Skip # Issue 886 209 ExtendTypeParameter2NegativeTest: Skip # Issue 886
210 ImplementTypeParameterNegativeTest: Skip # Issue 887 210 ImplementTypeParameterNegativeTest: Skip # Issue 887
211 FactoryImplementationTest: Fail # Issue 523 211 FactoryImplementationTest: Fail # Issue 523
212 PseudoKWTest: Fail # Issue 356 212 PseudoKWTest: Fail # Issue 356
213 NamingTest: Fail # Issue 356 213 NamingTest: Fail # Issue 356
214 DuplicateImplementsTest: Skip # Issue 976 214 DuplicateImplementsTest: Skip # Issue 976
215 215
216
216 # VM or DartC specific tests not to be run by Frog. See language.status 217 # VM or DartC specific tests not to be run by Frog. See language.status
217 *VMTest: Skip 218 *VMTest: Skip
218 *VMNegativeTest: Skip 219 *VMNegativeTest: Skip
219 *DartcTest: Skip 220 *DartcTest: Skip
220 *DartcNegativeTest: Skip 221 *DartcNegativeTest: Skip
221 # Currently, these patterns skip three tests: 222 # Currently, these patterns skip three tests:
222 # MathVMTest - correctly skipped as this relies on VM guarantees 223 # MathVMTest - correctly skipped as this relies on VM guarantees
223 # - should add a version of this with the --enable_type_checks flag 224 # - should add a version of this with the --enable_type_checks flag
224 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 225 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
225 # TypeDartcTest - should pass, need refactoring to get frog safe version 226 # TypeDartcTest - should pass, need refactoring to get frog safe version
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 LocalFunction3Test: Fail 272 LocalFunction3Test: Fail
272 LocalFunctionTest: Fail 273 LocalFunctionTest: Fail
273 ManyGenericInstanceofTest: Fail 274 ManyGenericInstanceofTest: Fail
274 MapLiteral4Test: Fail # missing checks on map index operations 275 MapLiteral4Test: Fail # missing checks on map index operations
275 MathTest: Fail 276 MathTest: Fail
276 MethodOverrideTest: Fail # checking on precise type rules for methods 277 MethodOverrideTest: Fail # checking on precise type rules for methods
277 NamedParametersPassingFalsyTest: Fail 278 NamedParametersPassingFalsyTest: Fail
278 NamedParametersTypeTest: Fail 279 NamedParametersTypeTest: Fail
279 NamedParametersWithConversionsTest: Fail 280 NamedParametersWithConversionsTest: Fail
280 NonConstSuperNegativeTest: Fail 281 NonConstSuperNegativeTest: Fail
281 NonParameterizedFactoryTest: Fail
282 NonParameterizedFactory2Test: Fail
283 NullPointerExceptionTest: Fail 282 NullPointerExceptionTest: Fail
284 NullTest: Fail 283 NullTest: Fail
285 NullToStringTest: Fail 284 NullToStringTest: Fail
286 NumbersTest: Fail 285 NumbersTest: Fail
287 OverrideFieldTest/01: Fail 286 OverrideFieldTest/01: Fail
288 OverrideFieldTest/04: Fail 287 OverrideFieldTest/04: Fail
289 OverrideMethodWithFieldTest/01: Fail 288 OverrideMethodWithFieldTest/01: Fail
290 ParameterInitializer5NegativeTest: Fail # Issue 581 289 ParameterInitializer5NegativeTest: Fail # Issue 581
291 Prefix8NegativeTest: Fail 290 Prefix8NegativeTest: Fail
292 Prefix9NegativeTest: Fail 291 Prefix9NegativeTest: Fail
293 Prefix11NegativeTest: Fail 292 Prefix11NegativeTest: Fail
294 Prefix16NegativeTest: Fail 293 Prefix16NegativeTest: Fail
295 Prefix20NegativeTest: Fail 294 Prefix20NegativeTest: Fail
296 Prefix22NegativeTest: Fail 295 Prefix22NegativeTest: Fail
297 Prefix23NegativeTest: Fail 296 Prefix23NegativeTest: Fail
298 PrivateMemberTest: Fail 297 PrivateMemberTest: Fail
299 PrivateMember2NegativeTest: Fail 298 PrivateMember2NegativeTest: Fail
300 PrivateMember3NegativeTest: Fail 299 PrivateMember3NegativeTest: Fail
301 PrivateTest: Fail 300 PrivateTest: Fail
302 RegExp3Test: Fail 301 RegExp3Test: Fail
303 ScopeNegativeTest: Fail 302 ScopeNegativeTest: Fail
304 ScriptNegativeTest: Fail 303 ScriptNegativeTest: Fail
305 StringTest: Fail 304 StringTest: Fail
306 SuperImplicitClosureTest: Fail 305 SuperImplicitClosureTest: Fail
307 SuperTest: Fail # this is testing precise ordering of super constructor call 306 SuperTest: Fail # this is testing precise ordering of super constructor call
308 SwitchLabelTest: Fail 307 SwitchLabelTest: Fail
309 TryCatch9NegativeTest: Fail 308 TryCatch9NegativeTest: Fail
310 TypeChecksInFactoryMethodTest: Fail # Issue 925 309 TypeChecksInFactoryMethodTest: Fail # Issue 925
311 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted 310 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted
312 TypeVariableBoundsTest/01: Fail
313 TypeVariableBoundsTest/10: Fail 311 TypeVariableBoundsTest/10: Fail
314 TypeVariableShadowsClass: Fail # Issue 643 312 TypeVariableShadowsClass: Fail # Issue 643
315 WrongNumberTypeArgumentsTest: Fail 313 WrongNumberTypeArgumentsTest: Fail
316 ImplicitThisTest/01: Fail # Issue 376 314 ImplicitThisTest/01: Fail # Issue 376
317 ImplicitThisTest/02: Fail # Issue 376 315 ImplicitThisTest/02: Fail # Issue 376
318 ImplicitThisTest/03: Fail # Issue 376 316 ImplicitThisTest/03: Fail # Issue 376
319 ImplicitThisTest/04: Fail # Issue 376 317 ImplicitThisTest/04: Fail # Issue 376
320 ImplicitThisTest/none: Fail # Issue 376 318 ImplicitThisTest/none: Fail # Issue 376
321 319
322 [ $component == webdriver && ($browser == ff || $browser == safari) ] 320 [ $component == webdriver && ($browser == ff || $browser == safari) ]
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 # these tests are inconsistent in frogium and frogsh-node, investigate 372 # these tests are inconsistent in frogium and frogsh-node, investigate
375 StaticField1RunNegativeTest: Pass # but error is not correct 373 StaticField1RunNegativeTest: Pass # but error is not correct
376 StaticField2RunNegativeTest: Pass # but error is not correct 374 StaticField2RunNegativeTest: Pass # but error is not correct
377 375
378 376
379 [ $arch == simarm ] 377 [ $arch == simarm ]
380 *: Skip 378 *: Skip
381 379
382 [ $arch == arm ] 380 [ $arch == arm ]
383 *: Skip 381 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698