--- tools/clang/test/lit.cfg.orig 2015-07-14 03:57:11 UTC +++ tools/clang/test/lit.cfg @@ -343,7 +343,7 @@ if config.clang_staticanalyzer != 0: config.available_features.add("staticanalyzer") # As of 2011.08, crash-recovery tests still do not pass on FreeBSD. -if platform.system() not in ['FreeBSD']: +if platform.system() not in ['FreeBSD', 'BSDSUniX']: config.available_features.add('crash-recovery') # Shell execution