[lldb-dev] [Bug 26937] New: TestRegisterVariables failing with Clang 3.4.1 on FreeBSD
via lldb-dev
lldb-dev at lists.llvm.org
Mon Mar 14 08:00:39 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=26937
Bug ID: 26937
Summary: TestRegisterVariables failing with Clang 3.4.1 on
FreeBSD
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: emaste at freebsd.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
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)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160314/fe85ab61/attachment.html>
More information about the lldb-dev
mailing list