llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Minsoo Choo (mchoo7) <details> <summary>Changes</summary> 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. --- Full diff: https://github.com/llvm/llvm-project/pull/178714.diff 1 Files Affected: - (added) lldb/test/API/functionalities/postmortem/FreeBSDKernel/README.rst (+5) ``````````diff 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. `````````` </details> https://github.com/llvm/llvm-project/pull/178714 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
