All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] travis.yml: Run tcg tests with tci
@ 2019-11-27 15:48 ` Thomas Huth
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Huth @ 2019-11-27 15:48 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: Philippe Mathieu-Daudé, qemu-trivial

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 <thuth@redhat.com>
---
 .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
     - env:
         - CONFIG="--enable-debug --enable-tcg-interpreter"
-        - TEST_CMD=""
+        - TEST_CMD="make run-tcg-tests-x86_64-softmmu V=1"
 
 
     # We don't need to exercise every backend with every front-end
-- 
2.18.1



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-11-28 13:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-27 15:48 [PATCH] travis.yml: Run tcg tests with tci Thomas Huth
2019-11-27 15:48 ` Thomas Huth
2019-11-27 18:08 ` Philippe Mathieu-Daudé
2019-11-27 18:38 ` Alex Bennée
2019-11-27 18:38   ` Alex Bennée
2019-11-27 21:19   ` Philippe Mathieu-Daudé
2019-11-27 21:19     ` Philippe Mathieu-Daudé
2019-11-28  8:13   ` Thomas Huth
2019-11-28  8:13     ` Thomas Huth
2019-11-28 10:16     ` Alex Bennée
2019-11-28 10:16       ` Alex Bennée
2019-11-28 13:33       ` Thomas Huth
2019-11-28 13:33         ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.