[Lldb-commits] [PATCH] D74398: [lldb-server] jThreadsInfo returns stack memory

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 7 03:45:23 PDT 2020


omjavaid reopened this revision.
omjavaid added a comment.
This revision is now accepted and ready to land.

This patch breaks on TestMemoryCache.py lldb AArch64/Linux. we ll have to revert it untill fixed




FAIL: test_memory_cache_dwarf (TestMemoryCache.MemoryCacheTestCase)

  Test the MemoryCache class with a sequence of 'memory read' and 'memory write' operations.

----------------------------------------------------------------------

Traceback (most recent call last):

  File "/home/omair.javaid/work/lldb/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1751, in test_method
    return attrvalue(self)
  File "/home/omair.javaid/work/lldb/llvm-project/lldb/test/API/functionalities/memory/cache/TestMemoryCache.py", line 62, in test_memory_cache
    self.assertEquals(0x000000AA, int(line.split(':')[1], 0))

AssertionError: 170 != 66

Config=aarch64-/home/omair.javaid/work/lldb/build/arm64/bin/clang-11
====================================================================

FAIL: test_memory_cache_dwo (TestMemoryCache.MemoryCacheTestCase)

  Test the MemoryCache class with a sequence of 'memory read' and 'memory write' operations.

----------------------------------------------------------------------

Traceback (most recent call last):

  File "/home/omair.javaid/work/lldb/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1751, in test_method
    return attrvalue(self)
  File "/home/omair.javaid/work/lldb/llvm-project/lldb/test/API/functionalities/memory/cache/TestMemoryCache.py", line 62, in test_memory_cache
    self.assertEquals(0x000000AA, int(line.split(':')[1], 0))

AssertionError: 170 != 66

Config=aarch64-/home/omair.javaid/work/lldb/build/arm64/bin/clang-11
--------------------------------------------------------------------


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74398/new/

https://reviews.llvm.org/D74398





More information about the lldb-commits mailing list