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

TestRegisterVariables failing with Clang 3.4.1 on FreeBSD #27311

Closed
emaste opened this issue Mar 14, 2016 · 2 comments
Closed

TestRegisterVariables failing with Clang 3.4.1 on FreeBSD #27311

emaste opened this issue Mar 14, 2016 · 2 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@emaste
Copy link
Member

emaste commented Mar 14, 2016

Bugzilla Link 26937
Resolution FIXED
Resolved on Dec 07, 2020 02:31
Version unspecified
OS FreeBSD

Extended Description

FAIL: LLDB (/usr/bin/clang-x86_64) :: test_and_run_command_dwarf (TestRegisterVariables.RegisterVariableTestCase)

FAIL: test_and_run_command_dwarf (TestRegisterVariables.RegisterVariableTestCase)
Test expressions on register values.

Traceback (most recent call last):
File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1457, in dwarf_test_method
return attrvalue(self)
File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py", line 94, in wrapper
func(*args, **kwargs)
File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py", line 94, in wrapper
func(*args, **kwargs)
File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py", line 94, in wrapper
func(*args, **kwargs)
File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lang/c/register_variables/TestRegisterVariables.py", line 69, in test_and_run_command
substrs = ['(int) $3 = 5'])
File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1845, in expect
self.runCmd(str, msg=msg, trace = (True if trace else False), check = not error, inHistory=inHistory)
File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1771, in runCmd
msg if msg else CMD_MSG(cmd))
AssertionError: False is not True : Variable(s) displayed correctly
Config=x86_64-/usr/bin/clang

Ran 1 test in 1.134s

RESULT: FAILED (0 passes, 1 failures, 0 errors, 0 skipped, 0 expected failures, 0 unexpected successes)

@emaste
Copy link
Member Author

emaste commented Mar 14, 2016

Changed to XFAIL for all Clang versions in r263467

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 7, 2020

I see it's restricted to old clang today, and it passes for me on 13.0.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
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

2 participants