From e9971acc0c325be8f22a7502e4e46b9bd960c502 Mon Sep 17 00:00:00 2001 From: Naomi Musgrave Date: Wed, 12 Aug 2015 01:15:28 +0000 Subject: [PATCH] Revised test to pass under updated dtor callback implementation Summary: New implementation for dtor sanitizer callback poisons only class members, and emits poisoning callback before base dtor invoked. Reviewers: eugenis, kcc Differential Revision: http://reviews.llvm.org/D11952 Explicit dtor invocation llvm-svn: 244709 --- compiler-rt/test/msan/dtor-base-access.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/test/msan/dtor-base-access.cc b/compiler-rt/test/msan/dtor-base-access.cc index dd1c0d6cdc8d9..bed66fb621db0 100644 --- a/compiler-rt/test/msan/dtor-base-access.cc +++ b/compiler-rt/test/msan/dtor-base-access.cc @@ -4,8 +4,6 @@ // RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1 -// XFAIL: * - #include #include