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

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

Issue 8763012: Update status file to make Frog green (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « no previous file | 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) 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 architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ManyGenericInstanceofTest: Fail 267 ManyGenericInstanceofTest: Fail
268 MapLiteral1NegativeTest: Fail # Issue 221 268 MapLiteral1NegativeTest: Fail # Issue 221
269 MapLiteral2NegativeTest: Fail # Issue 221 269 MapLiteral2NegativeTest: Fail # Issue 221
270 MapLiteral4Test: Fail # Issue 221 270 MapLiteral4Test: Fail # Issue 221
271 MathTest: Fail 271 MathTest: Fail
272 MethodBindingTest: Fail 272 MethodBindingTest: Fail
273 MethodOverrideTest: Fail 273 MethodOverrideTest: Fail
274 NamedParametersPassingFalsyTest: Fail 274 NamedParametersPassingFalsyTest: Fail
275 NamedParametersTypeTest: Fail 275 NamedParametersTypeTest: Fail
276 NamedParametersWithConversionsTest: Fail 276 NamedParametersWithConversionsTest: Fail
277 NamingTest: Fail
278 NonConstSuperNegativeTest: Fail 277 NonConstSuperNegativeTest: Fail
279 NullPointerExceptionTest: Fail 278 NullPointerExceptionTest: Fail
280 NullTest: Fail 279 NullTest: Fail
281 NullToStringTest: Fail 280 NullToStringTest: Fail
282 NumberSyntaxTest: Fail 281 NumberSyntaxTest: Fail
283 NumbersTest: Fail 282 NumbersTest: Fail
284 ObjectDynamicMethodTest: Fail 283 ObjectDynamicMethodTest: Fail
285 OverrideMethodWithFieldTest/01: Fail 284 OverrideMethodWithFieldTest/01: Fail
286 OverrideFieldTest/01: Fail 285 OverrideFieldTest/01: Fail
287 OverrideFieldTest/04: Fail 286 OverrideFieldTest/04: Fail
(...skipping 24 matching lines...) Expand all
312 TypeVariableBoundsTest/03: Fail # Issue 417 311 TypeVariableBoundsTest/03: Fail # Issue 417
313 TypeVariableBoundsTest/04: Fail # Issue 417 312 TypeVariableBoundsTest/04: Fail # Issue 417
314 TypeVariableScopeTest/none: Fail # Issue 417 313 TypeVariableScopeTest/none: Fail # Issue 417
315 WrongNumberTypeArgumentsTest: Fail 314 WrongNumberTypeArgumentsTest: Fail
316 ImplicitThisTest/01: Fail # Issue 376 315 ImplicitThisTest/01: Fail # Issue 376
317 ImplicitThisTest/02: Fail # Issue 376 316 ImplicitThisTest/02: Fail # Issue 376
318 ImplicitThisTest/03: Fail # Issue 376 317 ImplicitThisTest/03: Fail # Issue 376
319 ImplicitThisTest/04: Fail # Issue 376 318 ImplicitThisTest/04: Fail # Issue 376
320 ImplicitThisTest/none: Fail # Issue 376 319 ImplicitThisTest/none: Fail # Issue 376
321 320
321 [ $component == frog && $unchecked ]
322 NamingTest: Pass # get this passing on other configurations
323 [ $component == frogsh || $component == leg || $component == frogium || ($compon ent == frog && $checked) ]
324 NamingTest: Fail # get this passing on other configurations
325
322 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ] 326 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ]
323 PrivateMemberTest/01: Fail # test seems bad - see issue #353 327 PrivateMemberTest/01: Fail # test seems bad - see issue #353
324 PrivateMemberTest/02: Fail # test seems bad - see issue #353 328 PrivateMemberTest/02: Fail # test seems bad - see issue #353
325 PrivateMemberTest/03: Fail # test seems bad - see issue #353 329 PrivateMemberTest/03: Fail # test seems bad - see issue #353
326 PrivateMemberTest/04: Fail # test seems bad - see issue #353 330 PrivateMemberTest/04: Fail # test seems bad - see issue #353
327 StringConcatTest: Fail 331 StringConcatTest: Fail
328 332
329 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] 333 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ]
330 PrivateMemberTest/none: Fail # test seems bad - see issue #353 334 PrivateMemberTest/none: Fail # test seems bad - see issue #353
331 335
332 [ $component == leg ] 336 [ $component == leg ]
333 FinalVarNegativeTest: Fail 337 FinalVarNegativeTest: Fail
334 StaticTopLevelTest/00: Fail 338 StaticTopLevelTest/00: Fail
335 StaticTopLevelTest/03: Fail 339 StaticTopLevelTest/03: Fail
336 StringInterpolate2Test: Fail 340 StringInterpolate2Test: Fail
337 ToplevelCollision2Test/01: Fail # added in r1934 341 ToplevelCollision2Test/01: Fail # added in r1934
338 342
339 [ $component == frog || $component == frogsh || $component == leg ] 343 [ $component == frog || $component == frogsh || $component == leg ]
340 # these tests are inconsistent in frogium and frogsh-node, investigate 344 # these tests are inconsistent in frogium and frogsh-node, investigate
341 ParameterInitializerTest: Pass 345 ParameterInitializerTest: Pass
342 StaticField1RunNegativeTest: Pass 346 StaticField1RunNegativeTest: Pass
343 StaticField2RunNegativeTest: Pass 347 StaticField2RunNegativeTest: Pass
344 348
345 [ $component == frogium ] 349 [ $component == frogium ]
346 # these tests are inconsistent in frogium and frogsh-node, investigate 350 # these tests are inconsistent in frogium and frogsh-node, investigate
347 ParameterInitializerTest: Fail 351 ParameterInitializerTest: Fail
348 StaticField1RunNegativeTest: Fail 352 StaticField1RunNegativeTest: Fail
349 StaticField2RunNegativeTest: Fail 353 StaticField2RunNegativeTest: Fail
350 354
351 [ $arch == x64 ] 355 [ $arch == x64 ]
352 *: Skip 356 *: Skip
353 357
354 [ $arch == simarm ] 358 [ $arch == simarm ]
355 *: Skip 359 *: Skip
356 360
357 [ $arch == arm ] 361 [ $arch == arm ]
358 *: Skip 362 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698