Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/usr.bin/cc



Module Name:    src
Committed By:   kamil
Date:           Mon Jul 16 07:25:58 UTC 2018

Modified Files:
        src/tests/usr.bin/cc: t_asan_double_free.sh
            t_asan_global_buffer_overflow.sh t_asan_heap_overflow.sh
            t_asan_off_by_one.sh t_asan_poison.sh t_asan_uaf.sh
            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

Log Message:
Disable profile and compat 32-bit tests cc sanitizer tests

These tests are known to be faulty. These fatures aren't ready.
They tend to break to unrelated changes to the codebase and require.

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).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/cc/t_asan_double_free.sh \
    src/tests/usr.bin/cc/t_asan_global_buffer_overflow.sh \
    src/tests/usr.bin/cc/t_asan_heap_overflow.sh \
    src/tests/usr.bin/cc/t_asan_off_by_one.sh \
    src/tests/usr.bin/cc/t_asan_poison.sh src/tests/usr.bin/cc/t_asan_uaf.sh
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cc/t_ubsan_int_add_overflow.sh \
    src/tests/usr.bin/cc/t_ubsan_int_divzero.sh \
    src/tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh \
    src/tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh

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