<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/docker/test-clang, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/test-clang?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/test-clang?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-07-14T13:33:53+00:00</updated>
<entry>
<title>tests/docker: remove FEATURES env var from templates</title>
<updated>2021-07-14T13:33:53+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
</author>
<published>2021-07-09T14:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/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>tests/docker: only enable ubsan for test-clang</title>
<updated>2019-10-04T16:49:19+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-10-01T13:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9e5ef164911480c71388c1be3c638f231ca8f719'/>
<id>urn:sha1:9e5ef164911480c71388c1be3c638f231ca8f719</id>
<content type='text'>
-fsanitize=undefined is not the same thing as --enable-sanitizers.  After
commit 47c823e ("tests/docker: add sanitizers back to clang build", 2019-09-11)
test-clang is almost duplicating the asan (test-debug) test, so
partly revert commit 47c823e5b while leaving ubsan enabled.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: add sanitizers back to clang build</title>
<updated>2019-09-26T18:00:53+00:00</updated>
<author>
<name>John Snow</name>
</author>
<published>2019-09-12T01:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=47c823e5be1eba690cb5b2c94962b8c4ac02cae4'/>
<id>urn:sha1:47c823e5be1eba690cb5b2c94962b8c4ac02cae4</id>
<content type='text'>
Fedora23 is but a distant twinkle. The sanitizer works again, and even
if not, we have --enable-sanitizers now.

Signed-off-by: John Snow &lt;jsnow@redhat.com&gt;
Message-Id: &lt;20190912014442.5757-1-jsnow@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>docker: move make check into check_qemu helper</title>
<updated>2018-07-24T10:45:25+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-07-09T12:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/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/docker: add test-debug</title>
<updated>2018-01-12T12:22:02+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2018-01-04T16:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/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>
<entry>
<title>docker: add installation to build tests</title>
<updated>2017-09-29T03:14:14+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2017-09-22T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6283847857d8008046ceddf2db4bd908df0c063a'/>
<id>urn:sha1:6283847857d8008046ceddf2db4bd908df0c063a</id>
<content type='text'>
Basic test that "make install" works; this requires msgfmt so add
gettext to the packages.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-Id: &lt;1506095371-23160-1-git-send-email-pbonzini@redhat.com&gt;
[Rebase to master. - Fam]
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: Build in a clean directory</title>
<updated>2016-10-02T01:47:23+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2016-09-28T07:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c16fe84f07a9d3a04c11ce8a139e13a092b384c2'/>
<id>urn:sha1:c16fe84f07a9d3a04c11ce8a139e13a092b384c2</id>
<content type='text'>
Currently we configure and build under "$QEMU_SRC/tests/docker" which is
dubious. Create a fixed directory (to be friendly to ccache) and change
to there before calling build_qemu.

Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-Id: &lt;1475047892-11955-1-git-send-email-famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: build all targets in test-clang</title>
<updated>2016-06-08T07:19:30+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2016-06-06T14:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d3a49cbed5c18dcdce35f8e39712545ab1fd7cd0'/>
<id>urn:sha1:d3a49cbed5c18dcdce35f8e39712545ab1fd7cd0</id>
<content type='text'>
Warnings specific to clang may affect devices that are not build by
x86_64-softmmu and aarch64-softmmu.  Build all targets since that
is also what Peter does.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-id: 1465224417-141321-7-git-send-email-pbonzini@redhat.com
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: Add clang test</title>
<updated>2016-06-01T09:27:35+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2016-06-01T04:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c8908570dcb93e2675440787bacb3ad81efd6be9'/>
<id>urn:sha1:c8908570dcb93e2675440787bacb3ad81efd6be9</id>
<content type='text'>
The (currently partially commented out) configure options are suggested
by John Snow &lt;jsnow@redhat.com&gt;.

Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-id: 1464755128-32490-11-git-send-email-famz@redhat.com
</content>
</entry>
</feed>
