[PATCH v2 0/2] Run tcg tests with tci on Travis

Thomas Huth posted 2 patches 4 years, 4 months ago
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191128153525.2646-1-thuth@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Fam Zheng <fam@euphon.net>
.travis.yml            | 7 ++++---
configure              | 8 +++++++-
tests/tcg/configure.sh | 6 ++++--
3 files changed, 15 insertions(+), 6 deletions(-)
[PATCH v2 0/2] Run tcg tests with tci on Travis
Posted by Thomas Huth 4 years, 4 months ago
It's now possible to run some TCG-based tests with our Tiny Code
Generator Interpreter (TCI), too. These two patches enable the
testing on Travis.

Alex Bennée (1):
  configure: allow disable of cross compilation containers

Thomas Huth (1):
  travis.yml: Run tcg tests with tci

 .travis.yml            | 7 ++++---
 configure              | 8 +++++++-
 tests/tcg/configure.sh | 6 ++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

-- 
2.18.1


Re: [PATCH v2 0/2] Run tcg tests with tci on Travis
Posted by Philippe Mathieu-Daudé 4 years, 4 months ago
On 11/28/19 4:35 PM, Thomas Huth wrote:
> It's now possible to run some TCG-based tests with our Tiny Code
> Generator Interpreter (TCI), too. These two patches enable the
> testing on Travis.
> 
> Alex Bennée (1):
>    configure: allow disable of cross compilation containers
> 
> Thomas Huth (1):
>    travis.yml: Run tcg tests with tci
> 
>   .travis.yml            | 7 ++++---
>   configure              | 8 +++++++-
>   tests/tcg/configure.sh | 6 ++++--
>   3 files changed, 15 insertions(+), 6 deletions(-)

Good idea to add/use '--disable-containers'.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>