Skip to content
  1. Jun 23, 2011
    • Andrew Trick's avatar
      lit support for REQUIRES: asserts. · 67ff0718
      Andrew Trick authored
      Take #2. Don't piggyback on the existing config.build_mode. Instead,
      define a new lit feature for each build feature we need (currently
      just "asserts"). Teach both autoconf'd and cmake'd Makefiles to define
      this feature within test/lit.site.cfg. This doesn't require any lit
      harness changes and should be more robust across build systems.
      
      llvm-svn: 133664
      67ff0718
  2. Feb 24, 2011
    • NAKAMURA Takumi's avatar
      test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows... · cb1b5ff9
      NAKAMURA Takumi authored
      test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows hosts. Thanks to Danil Malyshev!
      
      Some tests on Windows use the "not" utility and fail with an error "program not executable". The reason for this error is that the name of the executable file sended to the "not" without the extension.
      
      llvm-svn: 126383
      cb1b5ff9
  3. Feb 22, 2011
  4. Feb 09, 2011
  5. Jan 05, 2011
  6. Jan 04, 2011
    • Tobias Grosser's avatar
      Include llvm-gcc dir before llvm_tools_dir · 4ccb9238
      Tobias Grosser authored
      This ensures that always the recently compiled tools are picked for testing.
      
      llvm-svn: 122810
      4ccb9238
    • David Greene's avatar
      · 4b71405b
      David Greene authored
      Don't pattern match "/clang" so we don't mangle directory names.  Some
      tests use absolute paths to clang.
      
      llvm-svn: 122796
      4b71405b
  7. Jan 03, 2011
    • David Greene's avatar
      · 544a3e93
      David Greene authored
      Don't pattern match "clang-" as it may be part of a tool name with a
      triple suffix.
      
      llvm-svn: 122779
      544a3e93
    • David Greene's avatar
      · dc276c31
      David Greene authored
      Reapply 122341 to fix PR8199 now that clang changes are in.
      
      llvm-svn: 122754
      dc276c31
  8. Dec 21, 2010
    • David Greene's avatar
      · be57ab18
      David Greene authored
      Revert 122341.  It breaks some darwin tests.
      
      llvm-svn: 122346
      be57ab18
    • David Greene's avatar
      · a93adab3
      David Greene authored
      Fix PR 8199.  This patch prepends the build tool dir to LLVM programs
      being tested.  This ensures that we test the tools just built and not
      some random tools that might happen to be in the user's PATH.  This
      makes LLVM testing much more stable and predictable.
      
      llvm-svn: 122341
      a93adab3
  9. Dec 07, 2010
  10. Nov 29, 2010
  11. Nov 25, 2010
  12. Sep 13, 2010
  13. Aug 30, 2010
  14. Aug 20, 2010
  15. Aug 19, 2010
  16. Aug 10, 2010
  17. Jun 23, 2010
  18. Jun 12, 2010
  19. Mar 21, 2010
  20. Mar 20, 2010
  21. Mar 08, 2010
  22. Mar 04, 2010
    • John McCall's avatar
      Teach lit to honor conditional directives. The syntax is: · d423572e
      John McCall authored
        IF(condition(value)):
      If the value satisfies the condition, the line is processed by lit;  otherwise
      it is skipped.  A test with no unignored directives is resolved as Unsupported.
      
      The test suite is responsible for defining conditions;  conditions are unary
      functions over strings.  I've defined two conditions in the LLVM test suite,
      TARGET (with values like those in TARGETS_TO_BUILD) and BINDING (with values
      like those in llvm_bindings).  So for example you can write:
        IF(BINDING(ocaml)): RUN: %blah %s -o -
      and the RUN line will only execute if LLVM was configured with the ocaml
      bindings.
      
      llvm-svn: 97726
      d423572e
  23. Feb 25, 2010
  24. Feb 23, 2010
  25. Feb 04, 2010
  26. Feb 02, 2010
  27. Jan 16, 2010
  28. Dec 08, 2009
  29. Nov 08, 2009
  30. Oct 30, 2009
  31. Sep 13, 2009
  32. Sep 10, 2009
  33. Sep 08, 2009
Loading