NetBSD/tests/usr.bin/c++
rin a65365b875 t_asan_global_buffer_overflow: Avoid ODR Violation for pic variants
Common symbol triggers ODR (One Definition Rule) Violation correctly,
instead of Global Buffer Overflow.

XXX
Add test for odr_violation.
2023-08-07 00:54:54 +00:00
..
Makefile
asan_common.subr Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_asan_double_free.sh
t_asan_global_buffer_overflow.sh t_asan_global_buffer_overflow: Avoid ODR Violation for pic variants 2023-08-07 00:54:54 +00:00
t_asan_heap_overflow.sh
t_asan_off_by_one.sh
t_asan_poison.sh
t_asan_uaf.sh
t_call_once.sh Put the sprinkled -static in the right place, i.e. fix up previous. 2022-06-12 15:08:38 +00:00
t_call_once2.sh toolchain/57033: usr.bin/c++/t_call_once2:call_once2_profile test case fails 2022-09-29 07:22:49 +00:00
t_cxxruntime.sh Put the sprinkled -static in the right place, i.e. fix up previous. 2022-06-12 15:08:38 +00:00
t_fuzzer_oom.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_fuzzer_simple.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_fuzzer_timeout.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_hello.sh Put the sprinkled -static in the right place, i.e. fix up previous. 2022-06-12 15:08:38 +00:00
t_msan_allocated_memory.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_check_mem.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_free.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_heap.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_partial_poison.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_poison.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_realloc.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_shadow.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_stack.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_msan_unpoison.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_pthread_once.sh Put the sprinkled -static in the right place, i.e. fix up previous. 2022-06-12 15:08:38 +00:00
t_static_destructor.sh Put the sprinkled -static in the right place, i.e. fix up previous. 2022-06-12 15:08:38 +00:00
t_tsan_data_race.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_tsan_heap_use_after_free.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_tsan_lock_order_inversion.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_tsan_locked_mutex_destroy.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_tsan_signal_errno.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_tsan_thread_leak.sh Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00
t_tsan_vptr_race.sh match the new compiler warning 2023-05-24 20:02:34 +00:00
t_ubsan_int_add_overflow.sh
t_ubsan_int_divzero.sh
t_ubsan_int_neg_overflow.sh
t_ubsan_int_sub_overflow.sh
t_ubsan_vla_out_of_bounds.sh
ubsan_common.subr Sprinkle "-static" when using "-pg" as profiling only works with static and 2022-06-12 08:55:36 +00:00