- Oct 15, 2008
-
-
Daniel Dunbar authored
llvm-svn: 57540
-
- Sep 27, 2008
-
-
Daniel Dunbar authored
- Is unused and somewhat unreliable. llvm-svn: 56737
-
- Sep 06, 2008
-
-
Nuno Lopes authored
someone with llvm-gcc installed please test if the Codegen/function-attributes.c test isn't skip in your system. thanks. llvm-svn: 55871
-
- Sep 04, 2008
-
-
Nuno Lopes authored
currently clang passes all tests under valgrind with the leak checker disabled :P (and fails most otherwise) llvm-svn: 55782
-
Daniel Dunbar authored
llvm-svn: 55751
-
- Jul 27, 2008
-
-
Eli Friedman authored
llvm-svn: 54118
-
- Jul 25, 2008
-
-
Daniel Dunbar authored
llvm-svn: 54005
-
- Mar 23, 2008
-
-
Sam Bishop authored
by default. Adding a %p works with this new version and is backwards compatible, though it looks a little funny. llvm-svn: 48698
-
- Mar 20, 2008
-
-
Gabor Greif authored
llvm-svn: 48621
-
- Mar 18, 2008
-
-
Gabor Greif authored
llvm-svn: 48487
-
- Mar 17, 2008
-
-
Gabor Greif authored
filename. This fixes (e.g.) CodeGen/struct-x86-darwin.c which raced at writing to "%t1" with other tests when parallel testing was specified with a high "-j XX" value. Also gets rid of the file tools/clang/test/%t1 when doing an "svn st" after testing. llvm-svn: 48454
-
Gabor Greif authored
* print out message when tests start * testrunner sets status now * on failed test run print out test name I tested these changes with the non-parallel makefile and it did not break. llvm-svn: 48453
-
- Dec 12, 2007
-
-
Chris Lattner authored
llvm-svn: 44915
-
- Nov 28, 2007
-
-
Ted Kremenek authored
subdirectories mirroring where the test case file is located For example, for the test case "Sema/stmt_exprs.c", instead of the files "Output/stmt_exprs.c.out" and "Output/stmt_exprs.c.out.script" being created, the files "Output/Sema/stmt_exprs.c.out" and "Output/Sema/stmt_exprs.c.out.script" are created. This prevents any collisions from different test directories that have the same file name for a test case, and also makes it clear where the test case was drawn from. llvm-svn: 44410
-
- Jun 08, 2007
-
-
Chris Lattner authored
llvm-svn: 39608
-