Am 28.11.19 um 22:06 schrieb Stefan Weil: > Am 28.11.19 um 16:35 schrieb Thomas Huth: > >> So far we only have compile coverage for tci. But since commit >> 2f160e0f9797c7522bfd0d09218d0c9340a5137c ("tci: Add implementation >> for INDEX_op_ld16u_i64") has been included now, we can also run the >> "tcg" and "qtest" tests with tci, so let's enable them in Travis now. >> Since we don't gain much additional test coverage by compiling all >> targets, and TCI is broken e.g. with the Sparc targets, we also limit > > As far as I know it is broken with Sparc hosts (not Sparc targets). > > I tested without limiting the target list on an x86_64 host, and the > tests passed.
Sorry, I have to correct myself: check-qtest-sparc64 fails. I'll examine that. Stefan