Chromium Code Reviews| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 461 | 461 |
| 462 [ $component == frog || $component == frogsh ] | 462 [ $component == frog || $component == frogsh ] |
| 463 # these tests are inconsistent in frogium and frogsh-node, investigate | 463 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 464 StaticField1RunNegativeTest: Pass | 464 StaticField1RunNegativeTest: Pass |
| 465 StaticField2RunNegativeTest: Pass | 465 StaticField2RunNegativeTest: Pass |
| 466 SyntaxTest/28: Fail # Issue 1109 | 466 SyntaxTest/28: Fail # Issue 1109 |
| 467 SyntaxTest/29: Fail # Issue 1109 | 467 SyntaxTest/29: Fail # Issue 1109 |
| 468 SyntaxTest/31: Fail # Issue 1109 | 468 SyntaxTest/31: Fail # Issue 1109 |
| 469 SyntaxTest/32: Fail # Issue 1109 | 469 SyntaxTest/32: Fail # Issue 1109 |
| 470 SyntaxTest/33: Fail # Issue 1109 | 470 SyntaxTest/33: Fail # Issue 1109 |
| 471 LiteralUnaryPlusTest/01: Fail # Issue 1400 | |
| 472 | |
| 473 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver ] | |
|
ngeoffray
2012/03/15 11:14:24
Test was not failing before because of the #librar
| |
| 471 StringEscape3NegativeTest: Fail # Issue 1352 | 474 StringEscape3NegativeTest: Fail # Issue 1352 |
| 472 LiteralUnaryPlusTest/01: Fail # Issue 1400 | |
| 473 | 475 |
| 474 [ $component == frogium ] | 476 [ $component == frogium ] |
| 475 # these tests are inconsistent in frogium and frogsh-node, investigate | 477 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 476 StaticField1RunNegativeTest: Pass # but error is not correct | 478 StaticField1RunNegativeTest: Pass # but error is not correct |
| 477 StaticField2RunNegativeTest: Pass # but error is not correct | 479 StaticField2RunNegativeTest: Pass # but error is not correct |
| 478 | 480 |
| 479 [ $component == frog && $mode == debug ] | 481 [ $component == frog && $mode == debug ] |
| 480 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 482 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 481 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 483 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 482 | 484 |
| 483 [ $arch == simarm ] | 485 [ $arch == simarm ] |
| 484 *: Skip | 486 *: Skip |
| 485 | 487 |
| 486 [ $arch == arm ] | 488 [ $arch == arm ] |
| 487 *: Skip | 489 *: Skip |
| 488 | 490 |
| OLD | NEW |