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@lists.llvm.org
          Reporter: v...@apple.com
                CC: jdevliegh...@apple.com, llvm-b...@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 the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to