<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qemu/tests/docker/test-debug, branch master</title>
<subtitle>QEMU development tree</subtitle>
<id>https://git.zx2c4.com/qemu/atom/tests/docker/test-debug?h=master</id>
<link rel='self' href='https://git.zx2c4.com/qemu/atom/tests/docker/test-debug?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/'/>
<updated>2021-07-14T13:33:53Z</updated>
<entry>
<title>tests/docker: remove FEATURES env var from templates</title>
<updated>2021-07-14T13:33:53Z</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2021-07-09T14:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=888673bbb9f5dc8e35c4747ddd1addba251a9a47'/>
<id>urn:sha1:888673bbb9f5dc8e35c4747ddd1addba251a9a47</id>
<content type='text'>
In preparation for switching to auto-generated dockerfiles, remove the
FEATURES env variable. The equivalent functionality can be achieved in
most cases by just looking for existance of a binary.

The cases which don't correspond to binaries are simply dropped because
configure/meson will probe for any requested feature anyway.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Willian Rampazzo &lt;willianr@redhat.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20210623142245.307776-6-berrange@redhat.com&gt;
Message-Id: &lt;20210709143005.1554-14-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>docker: test-debug: disable LeakSanitizer</title>
<updated>2019-10-04T16:49:17Z</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2019-10-01T13:36:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=6f89ec7442ef4a7c7a826ab0809c5583f75de4bf'/>
<id>urn:sha1:6f89ec7442ef4a7c7a826ab0809c5583f75de4bf</id>
<content type='text'>
There are just too many leaks in device-introspect-test (especially for
the plethora of arm and aarch64 boards) to make LeakSanitizer useful;
disable it for now.

Whoever is interested in debugging leaks can also use valgrind like this:

   QTEST_QEMU_BINARY=aarch64-softmmu/qemu-system-aarch64 \
   QTEST_QEMU_IMG=qemu-img \
   valgrind --trace-children=yes --leak-check=full \
   tests/device-introspect-test -p /aarch64/device/introspect/concrete/defaults/none

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: move make check into check_qemu helper</title>
<updated>2018-07-24T10:45:25Z</updated>
<author>
<name>Alex Bennée</name>
<email>alex.bennee@linaro.org</email>
</author>
<published>2018-07-09T12:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13'/>
<id>urn:sha1:3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13</id>
<content type='text'>
Not all docker images can run the check step. Let's move everything
into a common helper so we don't need to replicate checks in the
future.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>tests: make docker-test-debug@fedora run sanitizers</title>
<updated>2018-03-12T17:19:56Z</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@redhat.com</email>
</author>
<published>2018-03-12T12:08:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=02f769b7ee72aa962ee22de64c14414298237da5'/>
<id>urn:sha1:02f769b7ee72aa962ee22de64c14414298237da5</id>
<content type='text'>
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 &lt;marcandre.lureau@redhat.com&gt;
Message-Id: &lt;20180312120849.20073-1-marcandre.lureau@redhat.com&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: add test-debug</title>
<updated>2018-01-12T12:22:02Z</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@redhat.com</email>
</author>
<published>2018-01-04T16:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/qemu/commit/?id=11545663d1277c5aecb6ccbcbf6cce78340df7db'/>
<id>urn:sha1:11545663d1277c5aecb6ccbcbf6cce78340df7db</id>
<content type='text'>
Add a new test with --enable-debug using clang/asan/ubsan, remove
--enable-debug from test-clang &amp; test-mingw.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Message-Id: &lt;20180104160523.22995-7-marcandre.lureau@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
