Author: aokblast Date: 2026-06-19T22:13:57+08:00 New Revision: 72af16e1a1cc3e1db9a5cd458f4ed410ca90cb87
URL: https://github.com/llvm/llvm-project/commit/72af16e1a1cc3e1db9a5cd458f4ed410ca90cb87 DIFF: https://github.com/llvm/llvm-project/commit/72af16e1a1cc3e1db9a5cd458f4ed410ca90cb87.diff LOG: [clang][FreeBSD] Re-enable the crash-recovery test on FreeBSD (#192608) All of the tests work now on FreeBSD, so we re-enable the feature again on FreeBSD. Added: Modified: clang/test/lit.cfg.py Removed: ################################################################################ diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py index dc0d87f0a29a1..f7b3a77266cb8 100644 --- a/clang/test/lit.cfg.py +++ b/clang/test/lit.cfg.py @@ -336,9 +336,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"]: _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
