[cfe-dev] RFC: Clang test runner changes
Sebastian Redl
sebastian.redl at getdesigned.at
Thu Jul 30 12:24:44 PDT 2009
John Thompson wrote:
> Thanks for the info.
>
> Question: I made a change and three tests are failing, but I can't
> find any sort of log file or message that tells me what the errors
> were. Is there one in the test tree somewhere?
> Of course I can manually run the compile, but it would be nice to have
> quick access to it after running the tests. A mention of it in the
> hacking Clang web page would be good too.
All test results are in the Output subdirectory of clang/test. The
directory structure there should be the same as in the test source
directory. The interesting files are the .testresult files, since they
contain the command invocation and all output.
Sebastian
More information about the cfe-dev
mailing list