[Openmp-commits] [openmp] adf4eda - [test][openmp] Tsan may report more warnings here

Vitaly Buka via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 28 18:53:28 PDT 2022


Author: Vitaly Buka
Date: 2022-09-28T18:53:09-07:00
New Revision: adf4eda004013ff07a47e67ee9941fab8d82b993

URL: https://github.com/llvm/llvm-project/commit/adf4eda004013ff07a47e67ee9941fab8d82b993
DIFF: https://github.com/llvm/llvm-project/commit/adf4eda004013ff07a47e67ee9941fab8d82b993.diff

LOG: [test][openmp] Tsan may report more warnings here

Added: 
    

Modified: 
    openmp/tools/archer/tests/races/lock-nested-unrelated.c

Removed: 
    


################################################################################
diff  --git a/openmp/tools/archer/tests/races/lock-nested-unrelated.c b/openmp/tools/archer/tests/races/lock-nested-unrelated.c
index e24b4cdedc71b..913a208c848af 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


        


More information about the Openmp-commits mailing list