qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] travis.yml: Run tcg tests with tci


From: Thomas Huth
Subject: Re: [PATCH] travis.yml: Run tcg tests with tci
Date: Thu, 28 Nov 2019 14:33:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 28/11/2019 11.16, Alex Bennée wrote:

Thomas Huth <address@hidden> writes:

On 27/11/2019 19.38, Alex Bennée wrote:
Thomas Huth <address@hidden> writes:

So far we only have compile coverage for tci. But since commit
2f160e0f9797c7522bfd0d09218d0c9340a5137c ("tci: Add implementation
for INDEX_op_ld16u_i64") has been included, we can also run the
x86 TCG tests with tci, so let's enable them in Travis now.

Signed-off-by: Thomas Huth <address@hidden>
---
   .travis.yml | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c09b6a0014..b0b634d484 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -218,7 +218,7 @@ matrix:
       # We manually include builds which we disable "make check" for
this comment is out of date now (or rather has been for a while)

       - env:
           - CONFIG="--enable-debug --enable-tcg-interpreter"
Perhaps as linux-user doesn't add much to testing the TCG we could
limit
by MAIN_SOFTMMU_TARGETS here?

Limiting is a good idea, but I think we should use the architectures
that are supported by tests/boot-serial-test.c instead.

Maybe a new env - TESTBOOT_SOFTMMU_TARGETS?

I tried something like that - but with all possible targets that are supported by boot-serial-tests, I hit the 50 minutes timeout from Travis. Looks like I've got to skip some, TCI is really slow. So I'll rather specify the target subset in the matrix entry directly.

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]