diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py index 3b0b3092d424e..fedd3151b75ad 100644 --- a/clang/test/lit.cfg.py +++ b/clang/test/lit.cfg.py @@ -315,9 +315,7 @@ def have_host_clang_repl_cuda(): "default-cxx-stdlib={}".format(config.clang_default_cxx_stdlib) ) -# As of 2011.08, crash-recovery tests still do not pass on FreeBSD. -if platform.system() not in ["FreeBSD"]: - config.available_features.add("crash-recovery") +config.available_features.add("crash-recovery") # ANSI escape sequences in non-dumb terminal if platform.system() not in ["Windows"]: