$ make VERBOSE=0 -j8 test
--- Running clang tests for x86_64-apple-darwin10 ---
FAIL: clang x86_64-apple-darwin10 test/Preprocessor//include-pth.c
clang version 1.0 (https://mrs@llvm.org/svn/llvm-project/cfe/trunk 67404)
Target: x86_64-apple-darwin10
Hi Mike,
If it isn't much trouble, could you provide the output of the test (minus the grep)? Just take a look at the "RUN" line.
Thanks.
Ted
******************** TEST '/Volumes/mrs5/net/llvm/llvm/tools/clang/test/Preprocessor//include-pth.c' FAILED! ********************
Command:
clang -x c-header file_to_include.h -o Output//Volumes/mrs5/net/llvm/llvm/tools/clang/test/Preprocessor//include-pth.c.out.tmp && clang -include-pth Output//Volumes/mrs5/net/llvm/llvm/tools/clang/test/Preprocessor//include-pth.c.out.tmp /Volumes/mrs5/net/llvm/llvm/tools/clang/test/Preprocessor//include-pth.c -E | grep 'file_to_include'
Incorrect Output:
error: error reading 'file_to_include.h'
1 diagnostic generated.
Is that enough?
Yes. Thanks!
Mike,
I just committed a change. Can you see if it works for you now?
It works for me now.
- Doug