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

Breakpoint tests fail on Windows #24902

Open
llvmbot opened this issue Aug 20, 2015 · 3 comments
Open

Breakpoint tests fail on Windows #24902

llvmbot opened this issue Aug 20, 2015 · 3 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 20, 2015

Bugzilla Link 24528
Version unspecified
OS Windows NT
Blocks #22140
Reporter LLVM Bugzilla Contributor
CC @stella.stamenova

Extended Description

From the log it looks like something having to do with pending breakpoint resolution is not working correctly, so maybe the problem is in DynamicLoaderWindows somewhere.

runCmd: breakpoint list -f
output: Current breakpoints:
1: file = 'D:\src\llvm\tools\lldb\test\functionalities\breakpoint\breakpoint_command\main.c', line = 12, exact_match = 0, locations = 0 (pending)

3: file = 'main.c', line = 12, exact_match = 0, locations = 0 (pending)
Breakpoint commands:
return bktptcmd.function(frame, bp_loc, internal_dict)

5: regex = '._MyFunction', locations = 0 (pending)

6: regex = '._MyFunction', locations = 0 (pending)

7: regex = '._MyFunction', locations = 0 (pending)

8: source regex = "is about to return [12]0", exact_match = 0, locations = 0 (pending)

9: source regex = "is about to return [12]0", exact_match = 0, locations = 0 (pending)

Expecting pattern: 1: file = '.*main.c', line = 12, exact_match = 0, locations = 1, resolved = 1
Not matched

FAIL

<bound method SBProcess.Kill of <lldb.SBProcess; proxy of <Swig Object of type 'lldb::SBProcess *' at 0x032DD6B8> >>: success

Executing tearDown hook: self.addTearDownHook(lambda: self.runCmd("settings clear auto-confirm"))

@llvmbot
Copy link
Collaborator Author

llvmbot commented Aug 20, 2015

This also causes TestBreakpointLocations.py to fail on Windows for a similar reason. I suspect they are the same underlying cause.

@stella.stamenova
Copy link
Mannequin

stella.stamenova mannequin commented Oct 15, 2018

The scripted breakpoint tests in TestScriptedResolver also fail because of this (most likely).

@stella.stamenova
Copy link
Mannequin

stella.stamenova mannequin commented Dec 19, 2018

TestScriptedResolver.py
TestBreakpointLocations.py

are all the tests that are currently marked as failing because of this bug.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

1 participant