Robert Foley <robert.fo...@linaro.org> writes:
> Disable a few tests under CONFIG_TSAN, which > run into a known TSan issue that results in a hang. > https://github.com/google/sanitizers/issues/1116 > > The disabled tests under TSan include all the qtests as well as > the test-char, test-qga, and test-qdev-global-props. > > Signed-off-by: Robert Foley <robert.fo...@linaro.org> > --- <snip> > +ifndef CONFIG_TSAN > +# Some tests: test-char, test-qdev-global-props, and test-qga, > +# are not runnable under TSan due to a known issue. > +# https://github.com/google/sanitizers/issues/1116 > +check-unit-$(CONFIG_SOFTMMU) += tests/test-char$(EXESUF) > +check-unit-y += tests/test-qdev-global-props$(EXESUF) > ifneq (,$(findstring qemu-ga,$(TOOLS))) > check-unit-$(call land,$(CONFIG_LINUX),$(CONFIG_VIRTIO_SERIAL)) += > tests/test-qga$(EXESUF) > endif > +endif It's a shame we can't do any of the qtests as of yet, but baby steps. -- Alex Bennée