[lldb-dev] [Bug 44132] New: TestReturnValue.py fails on AArch64 Ubuntu
via lldb-dev
lldb-dev at lists.llvm.org
Mon Nov 25 03:46:38 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44132
Bug ID: 44132
Summary: TestReturnValue.py fails on AArch64 Ubuntu
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: diana.picus at linaro.org
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
test_vector_values_dwarf/dwo fails for return_vector_size_float32_32 and
return_ext_vector_size_float32_8
test_with_python_dwarf/dwo fails for most cases
The error messages are of this kind:
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1732, in test_method
return attrvalue(self)
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 111, in wrapper
func(*args, **kwargs)
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 111, in wrapper
func(*args, **kwargs)
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 111, in wrapper
func(*args, **kwargs)
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 111, in wrapper
func(*args, **kwargs)
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py",
line 127, in test_with_python
self.return_and_test_struct_value("return_one_int")
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 141, in wrapper
func(*args, **kwargs)
File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py",
line 265, in return_and_test_struct_value
self.assertTrue(ret_value.IsValid())
AssertionError: False is not True
--
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/20191125/aa1e403e/attachment.html>
More information about the lldb-dev
mailing list