From 4986959eb2140a58f7bcce4b616483549a68e0a2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 21 Sep 2021 21:26:13 +0200 Subject: [PATCH] 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 --- .../test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 8a05f4b..60f32c2 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 -- 2.7.4