Skip to content

Commit 79993af

Browse files
committed
Remove %run %t 129
it still deadlocks in CHECK
1 parent 3f239bd commit 79993af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/test/tsan/many_held_mutex.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clangxx_tsan -O1 %s %link_libcxx_tsan -fsanitize=thread -o %t
22
// RUN: %run %t 128
3-
// RUN: %env_tsan_opts=fast_unwind_on_fatal=1 not %run %t 129
43

54
#include <mutex>
65
#include <vector>

0 commit comments

Comments
 (0)