With the new QEMU from Ubuntu Focal, we can now run additional tests that were failing before. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c35509..01951dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,8 +43,9 @@ jobs: env: - CONFIG="--arch=i386" - BUILD_DIR="." - - TESTS="asyncpf hyperv_stimer hyperv_synic kvmclock_test msr pmu realmode - s3 sieve smap smptest smptest3 taskswitch taskswitch2 tsc_adjust" + - TESTS="asyncpf hyperv_connections hyperv_stimer hyperv_synic + kvmclock_test msr pmu realmode s3 setjmp sieve smap smptest smptest3 + taskswitch taskswitch2 tsc tsc_adjust" - ACCEL="kvm" - addons: @@ -53,8 +54,9 @@ jobs: - CONFIG="--arch=i386" - BUILD_DIR="i386-builddir" - TESTS="cmpxchg8b tsx-ctrl umip vmexit_cpuid vmexit_ipi vmexit_ipi_halt - vmexit_mov_from_cr8 vmexit_mov_to_cr8 vmexit_ple_round_robin - vmexit_tscdeadline vmexit_tscdeadline_immed vmexit_vmcall setjmp" + vmexit_mov_from_cr8 vmexit_mov_to_cr8 vmexit_ple_round_robin + vmexit_inl_pmtimer vmexit_tscdeadline vmexit_tscdeadline_immed + vmexit_vmcall" - ACCEL="kvm" - addons: -- 2.18.2