Skip to content
  1. Jun 17, 2009
    • Daniel Dunbar's avatar
      Testing improvements: · 3f460e84
      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
      3f460e84
  2. Apr 10, 2009
  3. Mar 06, 2009
    • Daniel Dunbar's avatar
      Add my "clang compatible" test runner. Sorry for keeping this to myself... · fe5b7bc5
      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
      fe5b7bc5
Loading