Revert "Removed xfail, since test is passing in line with expanded dtor sanitizing...
authorDaniel Jasper <djasper@google.com>
Thu, 13 Aug 2015 07:57:32 +0000 (07:57 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 13 Aug 2015 07:57:32 +0000 (07:57 +0000)
Still breaking the bot:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/19678/steps/ninja%20check-msan/logs/stdio

llvm-svn: 244873

compiler-rt/test/msan/dtor-base-access.cc

index bed66fb..dd1c0d6 100644 (file)
@@ -4,6 +4,8 @@
 
 // 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>