Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 313 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 313 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 314 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 314 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 315 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 315 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 316 StringConcatTest: Fail | 316 StringConcatTest: Fail |
| 317 | 317 |
| 318 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] | 318 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] |
| 319 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 319 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 320 | 320 |
| 321 [ $component == leg ] | 321 [ $component == leg ] |
| 322 StaticTopLevelTest/00: Fail | 322 StaticTopLevelTest/00: Fail |
| 323 StaticTopLevelTest/01: Fail | |
| 324 StaticTopLevelTest/02: Fail | |
|
ahe
2011/12/12 14:56:57
Why are these failing?
ngeoffray
2011/12/12 15:52:08
We're now parsing more, and things like "static fi
| |
| 323 StaticTopLevelTest/03: 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 | |
| 324 ToplevelCollision2Test/01: Fail # added in r1934 | 332 ToplevelCollision2Test/01: Fail # added in r1934 |
| 325 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. | 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. |
| 326 TypeVariableBoundsTest/00: Pass | 334 TypeVariableBoundsTest/00: Pass |
| 327 TypeVariableBoundsTest/03: Pass | 335 TypeVariableBoundsTest/03: Pass |
| 328 TypeVariableBoundsTest/04: Pass | 336 TypeVariableBoundsTest/04: Pass |
| 329 TypeVariableBoundsTest/02: Fail | 337 TypeVariableBoundsTest/02: Fail |
| 330 TypeVariableBoundsTest/06: Fail | 338 TypeVariableBoundsTest/06: Fail |
| 331 ConstructorReturnNegativeTest: Fail | 339 ConstructorReturnNegativeTest: Fail |
| 332 ConstructorReturnWithArrowNegativeTest: Fail | 340 ConstructorReturnWithArrowNegativeTest: Fail |
| 333 DuplicateConstructorTest/01: Fail | 341 DuplicateConstructorTest/01: Fail |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 345 StaticField2RunNegativeTest: Fail | 353 StaticField2RunNegativeTest: Fail |
| 346 | 354 |
| 347 [ $arch == x64 ] | 355 [ $arch == x64 ] |
| 348 *: Skip | 356 *: Skip |
| 349 | 357 |
| 350 [ $arch == simarm ] | 358 [ $arch == simarm ] |
| 351 *: Skip | 359 *: Skip |
| 352 | 360 |
| 353 [ $arch == arm ] | 361 [ $arch == arm ] |
| 354 *: Skip | 362 *: Skip |
| OLD | NEW |