Chromium Code Reviews| Index: tests/language/language.status |
| =================================================================== |
| --- tests/language/language.status (revision 1431) |
| +++ tests/language/language.status (working copy) |
| @@ -56,10 +56,13 @@ |
| *FrogNegativeTest: Skip |
| -[ $component == vm && $mode == debug ] |
| +[ ($component == vm || $component == dartium) && $mode == debug ] |
| NonParameterizedFactoryTest: Crash # Issue 226 |
| FactoryNegativeTest: Crash # Issue 417 |
| +[ ($component == vm || $component == dartium) && $mode == release ] |
| +FactoryNegativeTest: Fail # Issue 417 |
| + |
| # Problems specific to dartc optimized mode |
| [ ($component == dartc || $component == chromium) && $mode == release ] |
| MethodInvocationTest: Fail # Bug 5392266 |
| @@ -70,7 +73,6 @@ |
| Switch3NegativeTest: Crash # Bug 5318228 |
| BadNamedParametersTest: Fail # Bug 4202974 - release mode is not throwing NSME |
| CTConst2Test: Fail # Codesite issue 124 |
| -FactoryNegativeTest: Fail # Issue 417 |
| # Problems specific to dartc debug mode |
| [ ($component == dartc || $component == chromium) && $mode == debug ] |
| @@ -196,6 +198,7 @@ |
| [ $component == frog || $component == leg ] |
| ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| +FactoryNegativeTest: Fail # Issue 417 |
|
jimhug
2011/11/10 22:39:48
I think you need to move this down 2 lines so that
srdjan
2011/11/10 22:55:13
Thanks. Next CL.
|
| [ $component == frogsh || $component == frog || $component == leg ] |