[Openmp-commits] [openmp] 4218900 - [test][OpenMP] Expect more tsan reports
Vitaly Buka via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 17 23:24:58 PST 2022
Author: Vitaly Buka
Date: 2022-11-17T23:24:40-08:00
New Revision: 42189004a10ed1009b6802cd6ad3fa7f1145643e
URL: https://github.com/llvm/llvm-project/commit/42189004a10ed1009b6802cd6ad3fa7f1145643e
DIFF: https://github.com/llvm/llvm-project/commit/42189004a10ed1009b6802cd6ad3fa7f1145643e.diff
LOG: [test][OpenMP] Expect more tsan reports
Added:
Modified:
openmp/tools/archer/tests/races/parallel-simple.c
Removed:
################################################################################
diff --git a/openmp/tools/archer/tests/races/parallel-simple.c b/openmp/tools/archer/tests/races/parallel-simple.c
index 700e4a7f3313f..723fb67c1fe33 100644
--- a/openmp/tools/archer/tests/races/parallel-simple.c
+++ b/openmp/tools/archer/tests/races/parallel-simple.c
@@ -33,4 +33,4 @@ int main(int argc, char *argv[]) {
// CHECK: Previous write of size 4
// CHECK-NEXT: #0 {{.*}}parallel-simple.c:23
// CHECK: DONE
-// CHECK: ThreadSanitizer: reported 1 warnings
+// CHECK: ThreadSanitizer: reported {{[1-3]}} warnings
More information about the Openmp-commits
mailing list