Re: [PATCH v2 00/13] Add Thread Sanitizer support to QEMU

2020-06-08 Thread Alex Bennée
Robert Foley writes: > v1: https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg08302.html > > Changes in v2: > - Fixed make check under TSan. With the below fixes, make check > under TSan completes successfully, albeit with TSan warnings. > - We found that several unit tests and the

Re: [PATCH v2 00/13] Add Thread Sanitizer support to QEMU

2020-06-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200605173422.1490-1-robert.fo...@linaro.org/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

[PATCH v2 00/13] Add Thread Sanitizer support to QEMU

2020-06-05 Thread Robert Foley
v1: https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg08302.html Changes in v2: - Fixed make check under TSan.  With the below fixes, make check  under TSan completes successfully, albeit with TSan warnings.   - We found that several unit tests and the qtests hit an issue in TSan, whi