Chromium Code Reviews| Index: tests/corelib/corelib.status |
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
| index 8f88ac0e6fca882a29e44f7b47ad481505a56546..ce8670e11f426a649212dee1db88b28a0086f58e 100644 |
| --- a/tests/corelib/corelib.status |
| +++ b/tests/corelib/corelib.status |
| @@ -29,6 +29,20 @@ string_from_environment3_test: Skip |
| string_from_environment_default_value: Skip |
| string_from_environment_test: Skip |
| +[ $compiler == dartanalyzer || $compiler == dart2analyzer] |
|
ngeoffray
2013/10/31 07:38:44
Bug number?
|
| +bool_from_environment2_test/01: Fail |
| +bool_from_environment2_test/02: Fail |
| +bool_from_environment2_test/03: Fail |
| +bool_from_environment2_test/04: Fail |
| +int_from_environment3_test/01: Fail |
| +int_from_environment3_test/02: Fail |
| +int_from_environment3_test/03: Fail |
| +int_from_environment3_test/04: Fail |
| +string_from_environment3_test/01: Fail |
| +string_from_environment3_test/02: Fail |
| +string_from_environment3_test/03: Fail |
| +string_from_environment3_test/04: Fail |
| + |
| [ $compiler == none ] |
| unicode_test: Fail # Bug 6706 |
| compare_to2_test: Fail # Bug 4018 |