[all-commits] [llvm/llvm-project] 2ecb74: [TSan][Test-Only][Darwin] Fix typo in external.cpp...

Dan Blackwell via All-commits all-commits at lists.llvm.org
Wed Oct 29 03:37:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ecb7489b5069cc576b880474489d39771ba976b
      https://github.com/llvm/llvm-project/commit/2ecb7489b5069cc576b880474489d39771ba976b
  Author: Dan Blackwell <dan_blackwell at apple.com>
  Date:   2025-10-29 (Wed, 29 Oct 2025)

  Changed paths:
    M compiler-rt/test/tsan/Darwin/external.cpp

  Log Message:
  -----------
  [TSan][Test-Only][Darwin] Fix typo in external.cpp test (#165534)

Occasionally this test fails in CI. There are two possible races that
can occur, one of which is rare. Both are supposed to be handled, but
because the test matches "read-only" and the runtime outputs "Read-only"
(note the capital letter), the FileCheck fails.

This patch fixes the miscapitalisation of the FileCheck string in the
test.

rdar://163398219



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