[PATCH v2 4/8] [gdb/testsuite] use args as lib list for jit-elf tests

Simon Marchi simark@simark.ca
Tue Mar 31 16:08:01 GMT 2020


On 2020-03-31 11:13 a.m., Strasuns, Mihails via Gdb-patches wrote:
> What do you mean here? That you would prefer to switch from untested to fail? It used to result in untested in the original test.

In the current test case, if we fail to compile the test, we call "return -1", which
skips the execution of the rest of the test.  We don't want to keep executing the test if
the compilation failed.  I'd suggest that your new compile functions also returns something
to indicate to the caller that the compilation failed, so the caller can also return early.

Does that make sense?

Simon


More information about the Gdb-patches mailing list