On 1/17/21 7:47 PM, Paolo Bonzini wrote:
> On 15/01/21 16:09, Philippe Mathieu-Daudé wrote:
>> |The TPM tests are failing, and no further tests are run, making the
>> rest of the testsuite pointless:|
>
> Just use -k when running tests, it's a good idea in general.
Yes, this used to be the default. I still see it in the
Meson conversion in commit a2ce7dbd917 ("meson: convert
ests/qtest to meson"), see tests/qtest/meson.build:
265 test('qtest-@0@/@1@'.format(target_base, test),
266 qtest_executables[test],
267 depends: [test_deps, qtest_emulator],
268 env: qtest_env,
269 args: ['--tap', '-k'],
270 protocol: 'tap',
271 suite: ['qtest', 'qtest-' + target_base])
272 endforeach
273 endforeach
Not sure what is going on.