================ Comment at: test/asan/lit.cfg:146 @@ -146,1 +145,3 @@ +# FreeBSD only. +if config.host_os not in ['Linux', 'Darwin', 'FreeBSD']: config.unsupported = True ---------------- Should these go in alpha order? http://reviews.llvm.org/D5375