You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TSan][Test-Only][Darwin] Fix typo in external.cpp test (llvm#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
0 commit comments