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

Reply via email to