]> git.proxmox.com Git - llvm-toolchain.git/blame - debian/patches/0001-tsan-doesn-t-work-on-arm.patch
Merge tag 'debian/11.0.0-5' into proxmox/buster
[llvm-toolchain.git] / debian / patches / 0001-tsan-doesn-t-work-on-arm.patch
CommitLineData
6e1e4866
SL
1From 8984b5d9a9bb143844e716db79388808f6944270 Mon Sep 17 00:00:00 2001
2From: Sylvestre Ledru <sylvestre@debian.org>
3Date: Sun, 18 Oct 2020 18:56:17 +0200
4Subject: [PATCH 1/3] tsan doesn't work on arm
5
6---
7 tests/test_tsan.c | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/integration-test-suite/tests/test_tsan.c b/tests/test_tsan.c
11index ed9aaec..197d3a4 100644
12--- a/integration-test-suite/tests/test_tsan.c
13+++ b/integration-test-suite/tests/test_tsan.c
14@@ -5,6 +5,7 @@
15 // RUN: %llvm-nm %t | grep __tsan
16 // RUN: env TSAN_OPTIONS="log_path=stdout:exitcode=0" %t 2>&1 > %t.out
17 // RUN: grep -q "data race" %t.out
18+// XFAIL: arm
19
20 #include <pthread.h>
21 #include <stdio.h>
22--
232.28.0
24