Author: Jonas Devlieghere Date: 2024-02-28T21:23:19-08:00 New Revision: 81d94cad6d655d66adb08805a3bbef5a58125999
URL: https://github.com/llvm/llvm-project/commit/81d94cad6d655d66adb08805a3bbef5a58125999 DIFF: https://github.com/llvm/llvm-project/commit/81d94cad6d655d66adb08805a3bbef5a58125999.diff LOG: Revert "[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS" This reverts commit 793300988b7c723bacadce67879ea8bf71c87e70 as pexpect is not available on any of the GreenDragon bots. Added: Modified: lldb/test/CMakeLists.txt Removed: ################################################################################ diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt index 4094c87aaa40e8..d8cbb24b6c9b81 100644 --- a/lldb/test/CMakeLists.txt +++ b/lldb/test/CMakeLists.txt @@ -12,8 +12,7 @@ endif() if(LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS) message(STATUS "Enforcing strict test requirements for LLDB") set(useful_python_modules - psutil # Lit uses psutil to do per-test timeouts. - pexpect # We no longer vendor pexpect. + psutil # Lit uses psutil to do per-test timeouts. ) foreach(module ${useful_python_modules}) lldb_find_python_module(${module}) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits