NetBSD/tests/usr.bin/c++
kamil b4d61ce68e Disable profile and compat 32-bit c++ sanitizer tests
These tests are known to be faulty. These fatures aren't ready.
They tend to break to unrelated changes to the codebase.

Base Clang and GCC are in general dated to use with sanitizers as these
features are being fixed on HEAD versions of both compilers (mostly Clang).
2018-07-16 07:27:26 +00:00
..
Makefile Add new ATF Undefined Behavior Sanitizer tests 2018-05-02 18:46:05 +00:00
t_asan_double_free.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_asan_global_buffer_overflow.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_asan_heap_overflow.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_asan_off_by_one.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_asan_poison.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_asan_uaf.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_call_once.sh Add new C++ ATF tests 2018-03-24 00:26:51 +00:00
t_call_once2.sh Add new C++ ATF tests 2018-03-24 00:26:51 +00:00
t_cxxruntime.sh Add new C++ ATF tests 2018-03-24 00:26:51 +00:00
t_hello.sh Add new C++ ATF tests 2018-03-24 00:26:51 +00:00
t_pthread_once.sh Add new C++ ATF tests 2018-03-24 00:26:51 +00:00
t_static_destructor.sh Add new C++ ATF tests 2018-03-24 00:26:51 +00:00
t_ubsan_int_add_overflow.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_ubsan_int_divzero.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_ubsan_int_neg_overflow.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_ubsan_int_sub_overflow.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00
t_ubsan_vla_out_of_bounds.sh Disable profile and compat 32-bit c++ sanitizer tests 2018-07-16 07:27:26 +00:00