https://github.com/mchoo7 created https://github.com/llvm/llvm-project/pull/178714
The old test suite depends on patches but considering additional features coming in the next few weeks it's inefficient to update them for every PR. Not only that, many parts of the test suite needs to be replaced (e.g. core dump) thus it is reasonable to temporarilyarily disable testing and reenable it once the new features are merged. >From 914ae4c9c1bf8925c5f8865f6117bd9ac8d0e705 Mon Sep 17 00:00:00 2001 From: Minsoo Choo <[email protected]> Date: Thu, 29 Jan 2026 13:03:00 -0500 Subject: [PATCH] [lldb] [test/FreeBSDKernel] Disable testing The old test suite depends on patches but considering additional features coming in the next few weeks it's inefficient to update them for every PR. Not only that, many parts of the test suite needs to be replaced (e.g. core dump) thus it is reasonable to temporarilyarily disable testing and reenable it once the new features are merged. Signed-off-by: Minsoo Choo <[email protected]> --- .../API/functionalities/postmortem/FreeBSDKernel/README.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lldb/test/API/functionalities/postmortem/FreeBSDKernel/README.rst diff --git a/lldb/test/API/functionalities/postmortem/FreeBSDKernel/README.rst b/lldb/test/API/functionalities/postmortem/FreeBSDKernel/README.rst new file mode 100644 index 0000000000000..ab59a3677b73f --- /dev/null +++ b/lldb/test/API/functionalities/postmortem/FreeBSDKernel/README.rst @@ -0,0 +1,5 @@ +FreeBSD Kernel Test Suite +=============================== + +This test suite is disabled due to low maintenance and influx of new features. +A complete test suite will be added once new changes are merged. _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
