Skip to content

Commit 4520cc0

Browse files
committed
[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/
1 parent f1c21fa commit 4520cc0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lldb/test/API/functionalities/archives/TestBSDArchives.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -168,19 +168,6 @@ def test_frame_var_errors_when_thin_archive_malformed(self):
168168
]
169169
self.check_frame_variable_errors(thread, error_strings)
170170

171-
# Break at b() should succeed
172-
(target, process, thread, bkpt) = lldbutil.run_to_name_breakpoint(
173-
self, "b", bkpt_module=exe
174-
)
175-
self.expect(
176-
"thread list",
177-
STOPPED_DUE_TO_BREAKPOINT,
178-
substrs=["stopped", "stop reason = breakpoint"],
179-
)
180-
self.expect(
181-
"frame variable", VARIABLES_DISPLAYED_CORRECTLY, substrs=["(int) arg = 2"]
182-
)
183-
184171
@skipIfRemote
185172
@skipUnlessDarwin
186173
def test_frame_var_errors_when_mtime_mistmatch_for_object_in_archive(self):

0 commit comments

Comments
 (0)