[cfe-dev] RFC: Clang test runner changes

Mike Stump mrs at apple.com
Thu Jul 30 14:14:17 PDT 2009


On Jul 30, 2009, at 12:24 PM, Sebastian Redl wrote:
> 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.

$ find test/Output | grep testresult
$

I think you need to update your tree!

But, to answer the question, the new method seems to be:

$ sh -x test/Output/temp.point/p1.cpp.script
+ llvm-build/Debug/bin/clang-cc -fsyntax-only -verify llvm/tools/clang/ 
test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
Errors seen but not expected:
   Line 19: non-const lvalue reference to type 'int' cannot be  
initialized with a value of type 'char'
Notes seen but not expected:
   Line 27: in instantiation of member function 'X0<struct N::B, int  
&>::test_f0' requested here



More information about the cfe-dev mailing list