[llvm-bugs] [Bug 49656] New: TestLoadUsingLazyBind.py fails on Linux {arm, aarch64, x86_64} bots
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Mar 19 16:08:07 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=49656
Bug ID: 49656
Summary: TestLoadUsingLazyBind.py fails on Linux {arm, aarch64,
x86_64} bots
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: vsk at apple.com
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
The test checking whether a shared object was successfully dlopen()'d using
lazy binding fails on all the Linux bots (arm, aarch64, x86_64):
File
"/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/functionalities/load_lazy/TestLoadUsingLazyBind.py",
line 54, in test_load_using_lazy_bind
self.assertNotEqual(token, lldb.LLDB_INVALID_IMAGE_TOKEN, "Got a valid
token")
AssertionError: 4294967295 == 4294967295 : Got a valid token
The test was added here: https://reviews.llvm.org/D98879
https://lab.llvm.org/buildbot#builders/68/builds/8990
https://lab.llvm.org/buildbot#builders/96/builds/5817
https://lab.llvm.org/buildbot#builders/17/builds/5429
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210319/9cfeb271/attachment.html>
More information about the llvm-bugs
mailing list