Skip to content
  1. Nov 05, 2011
  2. Oct 27, 2011
  3. Oct 06, 2011
  4. Oct 04, 2011
  5. Sep 21, 2011
  6. Aug 30, 2011
  7. 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
  8. 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
  9. Feb 22, 2011
  10. Feb 09, 2011
  11. Jan 05, 2011
  12. 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
  13. 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
  14. 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
  15. Dec 07, 2010
  16. Nov 29, 2010
  17. Nov 25, 2010
  18. Sep 13, 2010
  19. Aug 30, 2010
  20. Aug 20, 2010
  21. Aug 19, 2010
  22. Aug 10, 2010
  23. Jun 23, 2010
  24. Jun 12, 2010
  25. Mar 21, 2010
  26. Mar 20, 2010
  27. Mar 08, 2010
  28. 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
  29. Feb 25, 2010
  30. Feb 23, 2010
  31. Feb 04, 2010
  32. Feb 02, 2010
  33. Jan 16, 2010
Loading