| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 473f375c64a00ae83a15830b266a972fac6ca1be..00412af4c7f60a53dc976ab00047840222b14240 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -353,3 +353,6 @@ mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
|
|
|
| [ $compiler == dart2js && $cps_ir && $host_checked ]
|
| mirrors/circular_factory_redirection_test/02: Crash # Assertion failure: Constant constructor already computed for generative_constructor(A#circular2)
|
| +mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typedef(Foo) has not been checked for cycles.
|
| +mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: typedef(Foo) has not been checked for cycles.
|
| +mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been checked for cycles.
|
|
|