[all-commits] [llvm/llvm-project] ca7a20: [lldb] Reduce chances of spurious failures in some...

alexfh via All-commits all-commits at lists.llvm.org
Wed Apr 12 04:05:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca7a20df108290ed9cd0ceb3137b253c8256a861
      https://github.com/llvm/llvm-project/commit/ca7a20df108290ed9cd0ceb3137b253c8256a861
  Author: Alexander Kornienko <alexfh at google.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M lldb/test/Shell/Commands/command-stop-hook-no-target.test

  Log Message:
  -----------
  [lldb] Reduce chances of spurious failures in some build setups

The test may fail when running from a directory that contains the string used in
CHECK-NOT. We observe flakiness rate of around 3/100000. Increasing the length
helps reducing the rate of failures.

Reviewed By: DavidSpickett

Differential Revision: https://reviews.llvm.org/D148099




More information about the All-commits mailing list