Commit 2a3dfcf
committed
ci: fix TSAN false positives from FFI memory reuse
Run TSAN tests sequentially to avoid false positives caused by
memory address reuse between parallel tests crossing FFI boundaries.
The x11 C code is thread-safe (stack-allocated state only).1 parent a39f946 commit 2a3dfcf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
0 commit comments