~ salmonella-environment-setup (master) ef4ccc0ca5cc05cd1f35ebaa1a89f44199cd5276
commit ef4ccc0ca5cc05cd1f35ebaa1a89f44199cd5276 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sun Jan 14 20:56:40 2018 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Sun Jan 14 20:56:40 2018 +0100 salmonella/conf/chicken-4-common.scm: skip async-io async-io's tests are broken. They make salmonella hang. Peter submitted a patch but the author hasn't replied. So, skip it. diff --git a/conf/chicken-4-common.scm b/conf/chicken-4-common.scm index c288d25..ca38a4b 100644 --- a/conf/chicken-4-common.scm +++ b/conf/chicken-4-common.scm @@ -5,5 +5,5 @@ (chicken-bootstrap-prefix (get-environment-variable "CHICKEN_4_PREFIX")) (skip-eggs - (append '(pledge spatial-trees) + (append '(async-io pledge spatial-trees) (skip-eggs)))Trap