<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW " title="NEW --- - test_with_dwarf_formatters_api (TestFormattersSBAPI.SBFormattersAPITestCase) failing on FreeBSD" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24282&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=4Yzc_sttTAd7q2ta8EgB0vUifBaH38uoV6RDWPzWwKQ&s=sTG5hBWHblsM4to8S38XKvsawHqES6_ibwNqUp9pX9Y&e=">24282</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>test_with_dwarf_formatters_api (TestFormattersSBAPI.SBFormattersAPITestCase) failing on FreeBSD
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>emaste@freebsd.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>excerpt from debug testrun log:
output: (Empty1) e1 = I am an empty Empty1 {}
python2.7 SBCommandReturnObject(0x8023fe500)::GetOutput () => "(Empty1) e1 = I
am an empty Empty1 {}
"
Expecting sub string: I am an empty Empty1 {}
Matched
python2.7 SBCommandInterpreter(0x804548200)::HandleCommand (command="frame
variable e2", SBCommandReturnObject(0x8023fe500), add_to_history=0)
python2.7 SBCommandReturnObject(0x8023fe500)::GetOutput () => "(Empty2) e2 = {}
"
python2.7 SBCommandInterpreter(0x804548200)::HandleCommand (command="frame
variable e2", SBCommandReturnObject(0x8023fe500): Status: Success
Output Message:
(Empty2) e2 = {}
, add_to_history=0) => 2
python2.7 SBCommandReturnObject(0x8023fe500)::GetOutput () => "(Empty2) e2 = {}
"
runCmd: frame variable e2
output: (Empty2) e2 = {}
python2.7 SBCommandReturnObject(0x8023fe500)::GetOutput () => "(Empty2) e2 = {}
"
Expecting sub string: I am an empty Empty2
Not matched
FAILURE
FAIL: test_with_dwarf_formatters_api
(TestFormattersSBAPI.SBFormattersAPITestCase)
Test Python APIs for working with formatters
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 483, in
wrapper
return func(self, *args, **kwargs)
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 551, in
wrapper
return func(self, *args, **kwargs)
File
"/tank/emaste/src/llvm/tools/lldb/test/python_api/formatters/TestFormattersSBAPI.py",
line 28, in test_with_dwarf_formatters_api
self.formatters()
File
"/tank/emaste/src/llvm/tools/lldb/test/python_api/formatters/TestFormattersSBAPI.py",
line 306, in formatters
self.expect("frame variable e2", substrs=["I am an empty Empty2"])
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 2599, in
expect
msg if msg else EXP_MSG(str, exe))
AssertionError: False is not True : 'I am an empty Empty2' returns expected
result
Config=x86_64-/usr/bin/clang
----------------------------------------------------------------------
Ran 1 test in 0.792s</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>