Re: [Qemu-devel] [PATCH] tests: make docker-test-debug@fedora run sanitizers

2018-03-12 Thread Fam Zheng
On Mon, 03/12 18:17, Marc-André Lureau wrote: > Hi > > On Mon, Mar 12, 2018 at 6:11 PM, Fam Zheng wrote: > > On Mon, 03/12 15:11, Marc-André Lureau wrote: > >> Hi Fam, > >> > >> It would be great if patchew could run the debug/sanitizer build. > >> Unfortunately, except x86 target, the run is ful

Re: [Qemu-devel] [PATCH] tests: make docker-test-debug@fedora run sanitizers

2018-03-12 Thread Marc-André Lureau
Hi On Mon, Mar 12, 2018 at 6:11 PM, Fam Zheng wrote: > On Mon, 03/12 15:11, Marc-André Lureau wrote: >> Hi Fam, >> >> It would be great if patchew could run the debug/sanitizer build. >> Unfortunately, except x86 target, the run is full of ASAN leaks or >> warnings. >> >> Do you think patchew cou

Re: [Qemu-devel] [PATCH] tests: make docker-test-debug@fedora run sanitizers

2018-03-12 Thread Fam Zheng
On Mon, 03/12 15:11, Marc-André Lureau wrote: > Hi Fam, > > It would be great if patchew could run the debug/sanitizer build. > Unfortunately, except x86 target, the run is full of ASAN leaks or > warnings. > > Do you think patchew could learn to do regression testing? By that I > mean that patch

Re: [Qemu-devel] [PATCH] tests: make docker-test-debug@fedora run sanitizers

2018-03-12 Thread Marc-André Lureau
Hi Fam, It would be great if patchew could run the debug/sanitizer build. Unfortunately, except x86 target, the run is full of ASAN leaks or warnings. Do you think patchew could learn to do regression testing? By that I mean that patchew could compare a patchset output with the current master (th

[Qemu-devel] [PATCH] tests: make docker-test-debug@fedora run sanitizers

2018-03-12 Thread Marc-André Lureau
Since --enable-debug no longer enable sanitizers, we need explicit --enable-sanitizers. llvm package is required for llvm-symbolizer, to get symbols in backtraces. Add make V=1 to get details about failing tests. Signed-off-by: Marc-André Lureau --- tests/docker/dockerfiles/fedora.docker | 2 +