Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2022-09-29 04:42:57 +0300
committerVitaly Buka <vitalybuka@google.com>2022-09-29 04:53:09 +0300
commitadf4eda004013ff07a47e67ee9941fab8d82b993 (patch)
treebc3d1003a4a088dc845c88cda4fcc834d0236361 /openmp
parent5f2e2b7d8017e4fcaa36113a2ec6a8f674bd6411 (diff)
[test][openmp] Tsan may report more warnings here
Diffstat (limited to 'openmp')
-rw-r--r--openmp/tools/archer/tests/races/lock-nested-unrelated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/tools/archer/tests/races/lock-nested-unrelated.c b/openmp/tools/archer/tests/races/lock-nested-unrelated.c
index e24b4cdedc71..913a208c848a 100644
--- a/openmp/tools/archer/tests/races/lock-nested-unrelated.c
+++ b/openmp/tools/archer/tests/races/lock-nested-unrelated.c
@@ -44,4 +44,4 @@ int main(int argc, char *argv[]) {
// CHECK: Previous write of size 4
// CHECK-NEXT: #0 {{.*}}lock-nested-unrelated.c:33
// CHECK: DONE
-// CHECK: ThreadSanitizer: reported 1 warnings
+// CHECK: ThreadSanitizer: reported {{[1-3]}} warnings