[all-commits] [llvm/llvm-project] 9b955f: Attempt to stablize compiler-rt/test/asan/TestCase...

Philip Reames via All-commits all-commits at lists.llvm.org
Mon Dec 20 17:53:48 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b955f77a18aed1499cdc46efd270ea6691bfef9
      https://github.com/llvm/llvm-project/commit/9b955f77a18aed1499cdc46efd270ea6691bfef9
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2021-12-20 (Mon, 20 Dec 2021)

  Changed paths:
    M compiler-rt/test/asan/TestCases/strncpy-overflow.cpp

  Log Message:
  -----------
  Attempt to stablize compiler-rt/test/asan/TestCases/strncpy-overflow.cpp

This attempts to adjust the test to still exercise the expected codepath after D115904.  This test is fundementally rather fragile.

Unfortunately, I have not been able to confirm this workaround either does, or does not, work.  Attempting check-all with compiler-rt blows through an additional 30GB of disk space so my build config which exceeds my local disk space.




More information about the All-commits mailing list