--- tools/clang/test/lit.cfg.orig 2014-11-10 18:19:09 UTC +++ tools/clang/test/lit.cfg @@ -346,7 +346,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