| OLD | NEW |
| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 [ $component == dartium ] | 199 [ $component == dartium ] |
| 200 # TODO: These need to be retriaged. | 200 # TODO: These need to be retriaged. |
| 201 DisablePrivacyTest: Skip | 201 DisablePrivacyTest: Skip |
| 202 RichardsTest: Fail | 202 RichardsTest: Fail |
| 203 StringEscape1NegativeTest: Skip | 203 StringEscape1NegativeTest: Skip |
| 204 GCTest: Skip # Issue 1487 | 204 GCTest: Skip # Issue 1487 |
| 205 | 205 |
| 206 | 206 |
| 207 [ $component == frogsh ] | 207 [ $component == frogsh ] |
| 208 ArithmeticTest: Fail # Issue 1470 | 208 ArithmeticTest: Fail # Issue 1470 |
| 209 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks. | |
| 210 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks. | |
| 211 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks. | |
| 212 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks. | |
| 213 IntrinsifiedMethodsTest: Fail # Issue 1470 | 209 IntrinsifiedMethodsTest: Fail # Issue 1470 |
| 214 | 210 |
| 215 # This set of four test components (frog, frogsh, frogium, and webdriver) all | 211 # This set of four test components (frog, frogsh, frogium, and webdriver) all |
| 216 # consume frog output, so if frog is generating the incorrect code, chances are | 212 # consume frog output, so if frog is generating the incorrect code, chances are |
| 217 # it will fail on all of these components. | 213 # it will fail on all of these components. |
| 218 # | 214 # |
| 219 # Further explanation: | 215 # Further explanation: |
| 220 # frog: frog compiler, run using the VM | 216 # frog: frog compiler, run using the VM |
| 221 # frogsh: self-hosted frog compiler | 217 # frogsh: self-hosted frog compiler |
| 222 # frogium: Dart code compiled with frog VM running under DumpRenderTree | 218 # frogium: Dart code compiled with frog VM running under DumpRenderTree |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 | 422 |
| 427 | 423 |
| 428 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 424 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 429 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 425 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 430 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 426 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 431 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 427 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 432 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 428 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 433 | 429 |
| 434 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 430 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 435 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 431 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 432 AssignStaticTypeTest/01: Fail # Unrecognized option: --no-enable-type-checks. |
| 433 AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks. |
| 434 AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks. |
| 435 AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks. |
| 436 | 436 |
| 437 [ $component == frog || $component == frogsh ] | 437 [ $component == frog || $component == frogsh ] |
| 438 # these tests are inconsistent in frogium and frogsh-node, investigate | 438 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 439 StaticField1RunNegativeTest: Pass | 439 StaticField1RunNegativeTest: Pass |
| 440 StaticField2RunNegativeTest: Pass | 440 StaticField2RunNegativeTest: Pass |
| 441 SyntaxTest/28: Fail # Issue 1109 | 441 SyntaxTest/28: Fail # Issue 1109 |
| 442 SyntaxTest/29: Fail # Issue 1109 | 442 SyntaxTest/29: Fail # Issue 1109 |
| 443 SyntaxTest/31: Fail # Issue 1109 | 443 SyntaxTest/31: Fail # Issue 1109 |
| 444 SyntaxTest/32: Fail # Issue 1109 | 444 SyntaxTest/32: Fail # Issue 1109 |
| 445 SyntaxTest/33: Fail # Issue 1109 | 445 SyntaxTest/33: Fail # Issue 1109 |
| 446 StringEscape3NegativeTest: Fail # Issue 1352 | 446 StringEscape3NegativeTest: Fail # Issue 1352 |
| 447 LiteralUnaryPlusTest/01: Fail # Issue 1400 | 447 LiteralUnaryPlusTest/01: Fail # Issue 1400 |
| 448 | 448 |
| 449 [ $component == frogium ] | 449 [ $component == frogium ] |
| 450 # these tests are inconsistent in frogium and frogsh-node, investigate | 450 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 451 StaticField1RunNegativeTest: Pass # but error is not correct | 451 StaticField1RunNegativeTest: Pass # but error is not correct |
| 452 StaticField2RunNegativeTest: Pass # but error is not correct | 452 StaticField2RunNegativeTest: Pass # but error is not correct |
| 453 | 453 |
| 454 [ $component == frog && $mode == debug ] | 454 [ $component == frog && $mode == debug ] |
| 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 457 | 457 |
| 458 [ $arch == simarm ] | 458 [ $arch == simarm ] |
| 459 *: Skip | 459 *: Skip |
| 460 | 460 |
| 461 [ $arch == arm ] | 461 [ $arch == arm ] |
| 462 *: Skip | 462 *: Skip |
| 463 | 463 |
| OLD | NEW |