Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests/usr.bin/c++
Module Name: src
Committed By: mgorny
Date: Tue Jan 29 20:07:03 UTC 2019
Modified Files:
src/tests/usr.bin/c++: Makefile asan_common.subr
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
Added Files:
src/tests/usr.bin/c++: ubsan_common.subr
Log Message:
Move common UBSAN test case code into ubsan_common.subr
Reviewed by <kamil>
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/usr.bin/c++/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/c++/asan_common.subr
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/c++/t_ubsan_int_add_overflow.sh \
src/tests/usr.bin/c++/t_ubsan_int_divzero.sh \
src/tests/usr.bin/c++/t_ubsan_int_neg_overflow.sh \
src/tests/usr.bin/c++/t_ubsan_int_sub_overflow.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/c++/t_ubsan_vla_out_of_bounds.sh
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/c++/ubsan_common.subr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index