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

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

Issue 8898043: Run the same leg tests on build bot as in presubmit.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/frog/tests/frog/frog.status ('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) 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 PrivateMemberTest/01: Fail # test seems bad - see issue #353 311 PrivateMemberTest/01: Fail # test seems bad - see issue #353
312 PrivateMemberTest/02: Fail # test seems bad - see issue #353 312 PrivateMemberTest/02: Fail # test seems bad - see issue #353
313 PrivateMemberTest/03: Fail # test seems bad - see issue #353 313 PrivateMemberTest/03: Fail # test seems bad - see issue #353
314 PrivateMemberTest/04: Fail # test seems bad - see issue #353 314 PrivateMemberTest/04: Fail # test seems bad - see issue #353
315 StringConcatTest: Fail 315 StringConcatTest: Fail
316 316
317 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] 317 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ]
318 PrivateMemberTest/none: Fail # test seems bad - see issue #353 318 PrivateMemberTest/none: Fail # test seems bad - see issue #353
319 319
320 [ $component == leg ] 320 [ $component == leg ]
321 NamedParametersWithDollarsTest: Fail
322 StaticTopLevelTest/00: Fail
323 StaticTopLevelTest/01: Fail
324 StaticTopLevelTest/02: Fail
325 StaticTopLevelTest/03: Fail
326 StaticTopLevelTest/04: Fail
327 StaticTopLevelTest/05: Fail
328 ToplevelCollision1Test/00: Fail
329 ToplevelCollision1Test/01: Fail
330 ToplevelCollision1Test/02: Fail
331 ToplevelCollision2Test/00: Fail
332 ToplevelCollision2Test/01: Fail # added in r1934
333 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin g the test harness? Leg is bailing on all these tests after seeing the "extends" factory syntax. 321 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin g the test harness? Leg is bailing on all these tests after seeing the "extends" factory syntax.
334 TypeVariableBoundsTest/03: Pass 322 TypeVariableBoundsTest/03: Pass
335 TypeVariableBoundsTest/04: Pass 323 TypeVariableBoundsTest/04: Pass
336 TypeVariableBoundsTest/02: Fail 324 TypeVariableBoundsTest/02: Fail
337 TypeVariableBoundsTest/06: Fail 325 TypeVariableBoundsTest/06: Fail
338 ConstructorReturnNegativeTest: Fail 326
339 ConstructorReturnWithArrowNegativeTest: Fail
340 DuplicateConstructorTest/01: Fail
341 InstFieldInitializer1NegativeTest: Fail # Unused fields are not analyzed.
342 327
343 [ $component == frog || $component == frogsh || $component == leg ] 328 [ $component == frog || $component == frogsh || $component == leg ]
344 # these tests are inconsistent in frogium and frogsh-node, investigate 329 # these tests are inconsistent in frogium and frogsh-node, investigate
345 InstanceofTest: Fail 330 InstanceofTest: Fail
346 ParameterInitializerTest: Pass 331 ParameterInitializerTest: Pass
347 StaticField1RunNegativeTest: Pass 332 StaticField1RunNegativeTest: Pass
348 StaticField2RunNegativeTest: Pass 333 StaticField2RunNegativeTest: Pass
349 NumberSyntaxTest: Fail 334 NumberSyntaxTest: Fail
350 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. 335 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined.
351 336
352 [ $component == frogium ] 337 [ $component == frogium ]
353 # these tests are inconsistent in frogium and frogsh-node, investigate 338 # these tests are inconsistent in frogium and frogsh-node, investigate
354 ParameterInitializerTest: Fail 339 ParameterInitializerTest: Fail
355 StaticField1RunNegativeTest: Fail 340 StaticField1RunNegativeTest: Fail
356 StaticField2RunNegativeTest: Fail 341 StaticField2RunNegativeTest: Fail
357 InstanceofTest: Timeout 342 InstanceofTest: Timeout
358 NumberSyntaxTest: Timeout 343 NumberSyntaxTest: Timeout
359 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. 344 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined.
360 345
361 [ $arch == x64 ] 346 [ $arch == x64 ]
362 *: Skip 347 *: Skip
363 348
364 [ $arch == simarm ] 349 [ $arch == simarm ]
365 *: Skip 350 *: Skip
366 351
367 [ $arch == arm ] 352 [ $arch == arm ]
368 *: Skip 353 *: Skip
OLDNEW
« no previous file with comments | « dart/frog/tests/frog/frog.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698