[all-commits] [llvm/llvm-project] b111da: [NFC][asan] Try to deflake asan_lsan_deadlock test...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Apr 28 15:18:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b111da97e81f32fe0fb89f8daa2e7516909a8797
      https://github.com/llvm/llvm-project/commit/b111da97e81f32fe0fb89f8daa2e7516909a8797
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

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

  Log Message:
  -----------
  [NFC][asan] Try to deflake asan_lsan_deadlock test (#137718)

10s looks not enough. With highly parallel test
execution on VMs it's very possible that Asan
report will have no enough time to produce output.

I can reproduce locally 1s is not always enough,
but likely my workstation is faster then buildbot.

Additionally, don't use puts/CHECK to validate
timeout. We can exit with 0 and it should violate
"not" expectation.

Follow up to #131756.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list