llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.63k stars 11.83k forks source link

TestReturnValue.py fails on AArch64 Ubuntu #43477

Open rovka opened 4 years ago

rovka commented 4 years ago
Bugzilla Link 44132
Version unspecified
OS Linux
CC @JDevlieghere

Extended Description

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

DavidSpickett commented 1 year ago

This is still the case, it's disabled in tree.