- Jul 25, 2009
-
-
Daniel Dunbar authored
- Not improved: the horribly lousy name. :) - Suppress stderr when capturing output. - Rewrite which() to do the right PATH search instead of being lazy and shelling out to 'which'. - On Windows, run scripts as batch files (via 'cmd /c ...'). llvm-svn: 77058
-
- Jul 13, 2009
-
-
Daniel Dunbar authored
for stdin. llvm-svn: 75506
-
- Jul 11, 2009
-
-
Nuno Lopes authored
disclaim: I know nothing about Python, so apologies in advance if I break something llvm-svn: 75368
-
- Jul 10, 2009
-
-
Eli Friedman authored
llvm-svn: 75271
-
- Jul 06, 2009
-
-
Argyrios Kyrtzidis authored
llvm-svn: 74810
-
Argyrios Kyrtzidis authored
'index-test' is now able to provide additional info for a Decl, through multiple AST files: -Find declarations -Find definitions -Find references llvm-svn: 74803
-
- Jul 03, 2009
-
-
Daniel Dunbar authored
the subprocess module. llvm-svn: 74738
-
Daniel Dunbar authored
llvm-svn: 74737
-
- Jun 17, 2009
-
-
Daniel Dunbar authored
- Make python test runner force COLUMNS=0 to increase determinism. - Substitute clang-cc as we do for clang. - Improved detection of Ctrl-C. - Honor CLANG and CLANGCC environment variables. - Add proper command line arguments to TestRunner.py (see --help) llvm-svn: 73640
-
- Apr 10, 2009
-
-
Daniel Dunbar authored
llvm-svn: 68814
-
- Mar 06, 2009
-
-
Daniel Dunbar authored
Usage: from clang/test, 'make -f ../utils/test/Makefile.multi' Pros: About 20% faster than the Makefile based version on my 8 core box (way faster on Windows I imagine, if it works). Cons: Needs some cleanup. Ctrl-C works quite poorly on Darwin; more Python's fault than mine. Future: Support config definitions so we can use this for running LLVM tests instead of dejagnu. Parallel testing goodness? Indeed. llvm-svn: 66293
-