|
|
| Bugzilla Link |
17807 |
| Version |
unspecified |
| OS |
All |
Extended Description
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)
Extended Description
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)