forked from OSchip/llvm-project
Revert "Removed xfail, since test is passing in line with expanded dtor sanitizing functionality"
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
This commit is contained in:
parent
becd5e8abd
commit
166d516603
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue