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