Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLDB: test_breakpoint_set_restart flaky on FreeBSD #56082

Open
mgorny opened this issue Jun 17, 2022 · 2 comments
Open

LLDB: test_breakpoint_set_restart flaky on FreeBSD #56082

mgorny opened this issue Jun 17, 2022 · 2 comments

Comments

@mgorny
Copy link
Member

mgorny commented Jun 17, 2022

======================================================================
FAIL: test_breakpoint_set_restart_dwarf (TestBreakpointSetRestart.BreakpointSetRestart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1676, in test_method
    return attrvalue(self)
  File "/usr/home/mgorny/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py", line 47, in test_breakpoint_set_restart
    self.fail(
AssertionError: Setting a breakpoint generated an unexpected event: stopped
Config=x86_64-/home/mgorny/llvm-project/build/bin/clang
======================================================================
FAIL: test_breakpoint_set_restart_dwo (TestBreakpointSetRestart.BreakpointSetRestart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1676, in test_method
    return attrvalue(self)
  File "/usr/home/mgorny/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py", line 47, in test_breakpoint_set_restart
    self.fail(
AssertionError: Setting a breakpoint generated an unexpected event: stopped
Config=x86_64-/home/mgorny/llvm-project/build/bin/clang
----------------------------------------------------------------------

IIUC correctly it's failing because it's getting a stop without a flag to automatically restart.

@mgorny mgorny changed the title LLDB: test_breakpoint_set_restart failure on FreeBSD LLDB: test_breakpoint_set_restart flaky on FreeBSD Jun 17, 2022
@mgorny
Copy link
Member Author

mgorny commented Jun 17, 2022

Ok, it actually seems to be very flaky.

@llvmbot
Copy link
Collaborator

llvmbot commented Jun 17, 2022

@llvm/issue-subscribers-lldb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants