On 9/2/21 3:42 PM, Tom de Vries wrote: > Something specific to the new unittest is that we check the output as well. > To this end, we add SELFTEST_OUTPUT and SELFTEST_EXPECTED_OUTPUT markers: I tried it in another way: capturing the output, which means there's no need for the testsuite to verify the output. Passes build & gdb.gdb/unittest.exp, currently doing full regression test run. Any comments? Thanks, - Tom