Skip to content
  1. Feb 26, 2008
    • Gabor Greif's avatar
      unbreak check-one · 0a436011
      Gabor Greif authored
      by supplying a dummy
      "verbose" procedure
      
      llvm-svn: 47603
      0a436011
    • Gabor Greif's avatar
      While hunting for two hanging tests, · d5691031
      Gabor Greif authored
      (on solaris10, which are:
        CodeGen/PowerPC/frounds.ll
        Transforms/InstCombine/2008-02-23-MulSub.ll)
      
      I needed a tool to figure out which one is the guilty.
      
      To this end I have added a verbosity
      option to the test/Makefile.
      
      It can be invoked thus:
      
      gmake check TESTSUITE=CodeGen/PowerPC VERBOSE="-v -v"
      
      (The number of "-v"s specifies the verbosity level.
       Instead of "-v" other aliases can be specified,
       please consult the dejagnu docs for info.)
      
      At level >= 2 following line is logged for each
      test, before running it:
      
      ABOUT TO RUN: <test>.ll
      
      llvm-svn: 47602
      d5691031
  2. Dec 29, 2007
  3. Oct 02, 2007
  4. Sep 18, 2007
  5. May 11, 2007
    • Reid Spencer's avatar
      For PR1411: · c0146877
      Reid Spencer authored
      Don't try to use {} bracketing when setting a variable in site.exp
      
      llvm-svn: 36985
      c0146877
  6. Apr 21, 2007
  7. Apr 16, 2007
  8. Apr 15, 2007
  9. Apr 12, 2007
  10. Apr 11, 2007
  11. Feb 11, 2007
    • Reid Spencer's avatar
      For PR1196: · 6ef8c584
      Reid Spencer authored
      Prevent infinite loops and memory bombs by setting a ulimit on time and
      space for running the dejagnu tests.
      
      llvm-svn: 34184
      6ef8c584
  12. Jan 30, 2007
  13. Jan 17, 2007
  14. Nov 11, 2006
  15. Aug 01, 2006
  16. May 28, 2006
  17. Apr 13, 2006
    • Reid Spencer's avatar
      Use quotes properly so that the possibility of a null variable set is · fabdf808
      Reid Spencer authored
      eliminated. This can happen, for example, if LLVM is configured without
      llvm-gcc in which case things like LLVMGCC_VERSION will be empty. In
      such cases, deja-gnu fails with:
      can't read "llvmgcc_version": no such variable
      because it sees:
      set llvmgcc_version
      instead of:
      set llvmgcc_version ""
      
      llvm-svn: 27676
      fabdf808
  18. Apr 12, 2006
  19. Apr 07, 2006
  20. Jul 13, 2005
  21. May 21, 2005
  22. May 20, 2005
  23. Feb 18, 2005
  24. Jan 03, 2005
  25. Dec 24, 2004
  26. Dec 22, 2004
    • Reid Spencer's avatar
      For PR432: · c4de9111
      Reid Spencer authored
      * Use LLVMGCC and LLVMGXX variables instead of computing the name
      
      llvm-svn: 19097
      c4de9111
  27. Dec 12, 2004
  28. Dec 06, 2004
  29. Dec 04, 2004
  30. Nov 30, 2004
  31. Nov 22, 2004
Loading