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

2019-12-04 Thread Alex Bennée
Thomas Huth writes: > On 04/12/2019 14.48, Alex Bennée wrote: >> >> Thomas Huth 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 now, we can

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

2019-12-04 Thread Alex Bennée
Richard Henderson writes: > On 12/4/19 12:31 AM, Thomas Huth wrote: >> -# We manually include builds which we disable "make check" for >> +# Check the TCG interpreter (TCI) >> - env: >> -- CONFIG="--enable-debug --enable-tcg-interpreter" >> -- TEST_CMD="" >> +

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

2019-12-04 Thread Thomas Huth
On 04/12/2019 14.48, Alex Bennée wrote: > > Thomas Huth 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 now, we can also run the >> "tcg" and "qtest"

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

2019-12-04 Thread Alex Bennée
Thomas Huth 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 now, we can also run the > "tcg" and "qtest" tests with tci, so let's enable them in Travis

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

2019-12-04 Thread Richard Henderson
On 12/4/19 12:31 AM, Thomas Huth wrote: > -# We manually include builds which we disable "make check" for > +# Check the TCG interpreter (TCI) > - env: > -- CONFIG="--enable-debug --enable-tcg-interpreter" > -- TEST_CMD="" > +- CONFIG="--enable-debug

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

2019-12-04 Thread 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