[lldb-dev] [Bug 45894] New: LLDB LoadImageUsingPaths fails on 32bit arm linux platform
via lldb-dev
lldb-dev at lists.llvm.org
Tue May 12 19:38:58 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45894
Bug ID: 45894
Summary: LLDB LoadImageUsingPaths fails on 32bit arm linux
platform
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: omair.javaid at linaro.org
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
TestLoadUsingPaths.py fails on 32bit arm linux platform.
======================================================================
FAIL: test_load_using_paths (TestLoadUsingPaths.LoadUsingPathsTestCase)
Test that we can load a module by providing a set of search paths.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/omair.javaid/work/lldb/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 140, in wrapper
func(*args, **kwargs)
File
"/home/omair.javaid/work/lldb/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 462, in wrapper
func(*args, **kwargs)
File
"/home/omair.javaid/work/lldb/llvm-project/lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py",
line 73, in test_load_using_paths
self.assertNotEqual(token, lldb.LLDB_INVALID_IMAGE_TOKEN, "Got a valid
token")
AssertionError: 4294967295L == 4294967295L : Got a valid token
Config=arm-/home/omair.javaid/work/lldb/build/armhf/bin/clang-11
----------------------------------------------------------------------
--
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/20200513/8dddf3df/attachment.html>
More information about the lldb-dev
mailing list