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-10-13 02:45:07 +0300
committerVitaly Buka <vitalybuka@google.com>2022-10-13 02:46:33 +0300
commit74fea6bffeb1724e761ece6b74561fbe4efc8d6d (patch)
tree74c2f558e976a3f91f2a89460fb17c18996c076a /openmp
parent39db491957dcf095936d81bed89c2b4edae2a1e7 (diff)
[test][openmp] Relax check for tsan reports count
I see 2 reports time to time.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/tools/archer/tests/races/critical-unrelated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/tools/archer/tests/races/critical-unrelated.c b/openmp/tools/archer/tests/races/critical-unrelated.c
index bff8b9763c14..79a7a2dde9a8 100644
--- a/openmp/tools/archer/tests/races/critical-unrelated.c
+++ b/openmp/tools/archer/tests/races/critical-unrelated.c
@@ -38,4 +38,4 @@ int main(int argc, char *argv[]) {
// CHECK: Previous write of size 4
// CHECK-NEXT: #0 {{.*}}critical-unrelated.c:29
// CHECK: DONE
-// CHECK: ThreadSanitizer: reported 1 warnings
+// CHECK: ThreadSanitizer: reported {{[1-3]}} warnings