Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index ea0388c30bc110f5cefddc45c3e9cfdd3331f8a2..351d308846a6be63950079d93b2c8235cff55614 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -343,7 +343,7 @@ mirrors/metadata_allowed_values_test/29: Crash # Issue 25911 |
| mirrors/metadata_allowed_values_test/30: Crash # Issue 25911 |
| mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 |
| -[ $compiler == dart2js && $host_checked && !$checked] |
| +[ $compiler == dart2js && $host_checked && $unchecked] |
|
rmacnak
2016/03/03 17:33:10
nit: space before right bracket
srdjan
2016/03/30 17:47:46
Done.
|
| mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typedef(Foo) has not been checked for cycles. Issue 25911 |
| mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: typedef(Foo) has not been checked for cycles. Issue 25911 |
| mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been checked for cycles. Issue 25911 |