| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index cd805efd0cc3d45309ad8bff108768c41b9f66a6..df5a4d81c7725b63d33b2ebe837afda4d275e6f9 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -27,6 +27,10 @@ docgen/test/typedef_test: Skip # Way too slow
|
| [ $runtime == vm ]
|
| docgen/test/only_lib_content_in_pkg_test: Fail, Timeout # Issue 17597
|
|
|
| +[ $runtime == vm && $arch == arm && $mode == debug ]
|
| +docgen/test/only_lib_content_in_pkg_test: Skip # slow
|
| +docgen/test/typedef_test: Skip # slow
|
| +
|
| [ $runtime == vm && $arch == ia32 && $mode == debug ]
|
| docgen/test/generate_json_test: Fail # Issue 17602
|
|
|
|
|