Skip to content
  1. Oct 15, 2008
  2. Sep 27, 2008
  3. Sep 06, 2008
  4. Sep 04, 2008
  5. Jul 27, 2008
  6. Jul 25, 2008
  7. Mar 23, 2008
  8. Mar 20, 2008
  9. Mar 18, 2008
  10. Mar 17, 2008
    • Gabor Greif's avatar
      Actually expand the %t1 patterns (in RUN: lines) to a unique · d8d1b602
      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
      d8d1b602
    • Gabor Greif's avatar
      Second round of review feedback. · 8eea5b51
      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
      8eea5b51
  11. Dec 12, 2007
  12. Nov 28, 2007
    • Ted Kremenek's avatar
      Changed TestRunner.sh to dump the output and generated script files in · 44d5166c
      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
      44d5166c
  13. Jun 08, 2007
Loading