[all-commits] [llvm/llvm-project] 0c86fb: The memory region tests have been consistently tim...

jimingham via All-commits all-commits at lists.llvm.org
Tue Aug 9 12:52:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c86fbb557a63d2e9cc2e1a82feb38fe11ecbcdd
      https://github.com/llvm/llvm-project/commit/0c86fbb557a63d2e9cc2e1a82feb38fe11ecbcdd
  Author: Jim Ingham <jingham at apple.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    M lldb/test/API/functionalities/memory-region/TestMemoryRegion.py

  Log Message:
  -----------
  The memory region tests have been consistently timing on the ASAN
bot.  This happens because they are building a long result into
a Python string, and the asan checker is making that very slow.

The last two tests here are both slow, but the 'test_command' is the
really slow one.  I'm going to start disabling just that one and see
if that gets the ASAN bots clean.




More information about the All-commits mailing list