[all-commits] [llvm/llvm-project] 751800: [lldb] XFAIL TestMemoryHistory on Linux

Raphael Isemann via All-commits all-commits at lists.llvm.org
Wed Aug 26 01:24:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7518006d75accd21325747430d6bced66b2c5ada
      https://github.com/llvm/llvm-project/commit/7518006d75accd21325747430d6bced66b2c5ada
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M lldb/test/API/functionalities/asan/TestMemoryHistory.py

  Log Message:
  -----------
  [lldb] XFAIL TestMemoryHistory on Linux

This test appears to have never worked on Linux but it seems none of the current
bots ever ran this test as it required enabling compiler-rt (otherwise it
would have just been skipped).

This just copies over the XFAIL decorator that are already on all other sanitizer
tests.




More information about the All-commits mailing list