Author: Wanyi Ye Date: 2023-07-27T17:30:16-04:00 New Revision: 4520cc066b2ffe5ac261e3aca887cba3f113b1ff
URL: https://github.com/llvm/llvm-project/commit/4520cc066b2ffe5ac261e3aca887cba3f113b1ff DIFF: https://github.com/llvm/llvm-project/commit/4520cc066b2ffe5ac261e3aca887cba3f113b1ff.diff LOG: [lldb] Fix TestBSDArchives failure This is a speculative fix for the lldb API test suite Build bot failures see: https://green.lab.llvm.org/green/view/LLDB/job/as-lldb-cmake/3262/ Added: Modified: lldb/test/API/functionalities/archives/TestBSDArchives.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/archives/TestBSDArchives.py b/lldb/test/API/functionalities/archives/TestBSDArchives.py index bee5a37c728a29..22394762847d5f 100644 --- a/lldb/test/API/functionalities/archives/TestBSDArchives.py +++ b/lldb/test/API/functionalities/archives/TestBSDArchives.py @@ -168,19 +168,6 @@ def test_frame_var_errors_when_thin_archive_malformed(self): ] self.check_frame_variable_errors(thread, error_strings) - # Break at b() should succeed - (target, process, thread, bkpt) = lldbutil.run_to_name_breakpoint( - self, "b", bkpt_module=exe - ) - self.expect( - "thread list", - STOPPED_DUE_TO_BREAKPOINT, - substrs=["stopped", "stop reason = breakpoint"], - ) - self.expect( - "frame variable", VARIABLES_DISPLAYED_CORRECTLY, substrs=["(int) arg = 2"] - ) - @skipIfRemote @skipUnlessDarwin def test_frame_var_errors_when_mtime_mistmatch_for_object_in_archive(self): _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits