[lldb-dev] [Bug 17807] New: Test test_with_dwarf (TestCallStdStringFunction.ExprCommandCallFunctionTestCase) fails on FreeBSD Buildbot
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Nov 4 16:53:37 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=17807
Bug ID: 17807
Summary: Test test_with_dwarf
(TestCallStdStringFunction.ExprCommandCallFunctionTest
Case) fails on FreeBSD Buildbot
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
This doesn't fail when I run the test locally, but consistently does on the
buildbot.
Creating this PR to keep track of it.
Might be a duplicate of PR llvm.org/pr14437 on Linux, which claims to be a GCC
issue.
Buildbot run:
http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1544
Error log:
http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1544/steps/check-lldb.1/logs/stdio
Error:
2: test_with_dwarf (TestCallStdStringFunction.ExprCommandCallFunctionTestCase)
Test calling std::String member function. ... FAILURE
======================================================================
FAIL: test_with_dwarf
(TestCallStdStringFunction.ExprCommandCallFunctionTestCase)
Test calling std::String member function.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 370, in wrapper
return func(self, *args, **kwargs)
File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 401, in expectedFailureGcc_easy_wrapper
bugnumber(*args, **kwargs)
File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 473, in expectedFailureIcc_easy_wrapper
bugnumber(*args, **kwargs)
File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/expression_command/call-function/TestCallStdStringFunction.py",
line 34, in test_with_dwarf
self.call_function()
File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/expression_command/call-function/TestCallStdStringFunction.py",
line 55, in call_function
substrs = ['Hello world'])
File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 1892, in expect
self.runCmd(str, msg=msg, trace = (True if trace else False),
check = not error, inHistory=inHistory)
File
"/data/buildslave/lldb-amd64-freebsd/src-llvm/tools/lldb/test/lldbtest.py",
line 1818, in runCmd
msg if msg else CMD_MSG(cmd))
AssertionError: False is not True : Command 'print str.c_str()'
returns successfully
Config=amd64-clang
----------------------------------------------------------------------
Ran 2 tests in 5.228s
FAILED (failures=1, skipped=1)
--
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/20131105/ef427f70/attachment.html>
More information about the lldb-dev
mailing list