Mark more tests as UNSUPPORTED with ASAN and MSAN.
authorEric Fiselier <eric@efcs.ca>
Fri, 14 Nov 2014 02:55:16 +0000 (02:55 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 14 Nov 2014 02:55:16 +0000 (02:55 +0000)
commiteb2378b70c4e623fb84fe965fe14e247573ea6bd
treea5b3cafc5a4a6a9acfc8e1d8cbc60f099ed773df
parentb941b50b161cf04b5d213b5e43356e6e7acd1911
Mark more tests as UNSUPPORTED with ASAN and MSAN.

These tests fail for 2 reasons when using ASAN and MSAN.
1. If allocator_may_return_null=0 they will fail because null is returned
   or an exception is thrown.
2. When allocator_may_return_null=1 the new_handler is still not called. This
   results in an assertion failures.

llvm-svn: 221967
libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array.pass.cpp
libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp
libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp
libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow.pass.cpp