[compiler-rt] 4986959 - tsan: prepare for trace mapping removal

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 22:26:41 PDT 2021


Author: Dmitry Vyukov
Date: 2021-09-22T07:26:37+02:00
New Revision: 4986959eb2140a58f7bcce4b616483549a68e0a2

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

LOG: tsan: prepare for trace mapping removal

Don't test for presence of the trace mapping,
it will be removed soon.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D110194

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cpp
index 8a05f4b66868e..60f32c2d83dbf 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cpp
@@ -55,10 +55,6 @@ int main(void) {
 
 // CHECK-tsan: rw-p {{.*}} [shadow]
 // CHECK-tsan: rw-p {{.*}} [meta shadow]
-// CHECK-tsan: rw-p {{.*}} [trace 0]
-// CHECK-tsan: rw-p {{.*}} [trace header 0]
-// CHECK-tsan: rw-p {{.*}} [trace 1]
-// CHECK-tsan: rw-p {{.*}} [trace header 1]
 
 // Nothing interesting with standalone LSan and UBSan.
 // CHECK-lsan: decorate_proc_maps


        


More information about the llvm-commits mailing list