[all-commits] [llvm/llvm-project] 49470f: Remove test case that tries to allocate impossible...

Jason Molenda via All-commits all-commits at lists.llvm.org
Thu Feb 9 10:44:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49470f1eacca6aa5ab0f860347aa282a79323161
      https://github.com/llvm/llvm-project/commit/49470f1eacca6aa5ab0f860347aa282a79323161
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M lldb/test/API/python_api/process/TestProcessAPI.py

  Log Message:
  -----------
  Remove test case that tries to allocate impossible amounts

The sanitizer bots are failing with this test; they
impose a maximum 0x10000000000 size on allocations, and
malloc on darwin will let me malloc that much.  The
alternative to keep this would be to break it out into a
seperate test in TestProcessAIP and skip that if it's on
the sanitizer, but this is seeming too fragile IMO so I'm
punting it entirely.




More information about the All-commits mailing list