Revised test to pass under updated dtor callback implementation
authorNaomi Musgrave <nmusgrave@google.com>
Wed, 12 Aug 2015 01:15:28 +0000 (01:15 +0000)
committerNaomi Musgrave <nmusgrave@google.com>
Wed, 12 Aug 2015 01:15:28 +0000 (01:15 +0000)
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

index dd1c0d6..bed66fb 100644 (file)
@@ -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 <sanitizer/msan_interface.h>
 #include <assert.h>