On Fri, Jul 17, 2020 at 11:21:56AM +0200, Peter Krempa wrote:
On Thu, Jul 16, 2020 at 11:53:56 +0200, Pavel Hrdina wrote:
[...]
Tests fail when building with clang:
built as:
CC=clang meson clang ~/libvirt
cd clang
ninja
ninja test
Looking at the test output (pasted below) you didn't faithfully
reproduce the skipping of symbol file tests which have different
ordering when the code is compiled with clang.
Nice catch, thanks. I tried building it with clang but did not try
running tests. Should have tried running ninja dist.
I'll fix it.
Pavel