]> git.proxmox.com Git - mirror_qemu.git/commit
tests/docker: only enable ubsan for test-clang
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Oct 2019 13:48:55 +0000 (15:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Oct 2019 16:49:19 +0000 (18:49 +0200)
commit9e5ef164911480c71388c1be3c638f231ca8f719
treee22194749b69d69608f12255743b58b1a079e95d
parent873df2cec13138718466fc5f68d801971390542b
tests/docker: only enable ubsan for test-clang

-fsanitize=undefined is not the same thing as --enable-sanitizers.  After
commit 47c823e ("tests/docker: add sanitizers back to clang build", 2019-09-11)
test-clang is almost duplicating the asan (test-debug) test, so
partly revert commit 47c823e5b while leaving ubsan enabled.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/docker/test-clang