- Dec 21, 2010
-
-
David Greene authored
Revert 122341. It breaks some darwin tests. llvm-svn: 122346
-
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
-
- Dec 07, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 121104
-
Michael J. Spencer authored
If I typed anything else it would just decline into cursing. llvm-svn: 121095
-
- Nov 29, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 120274
-
NAKAMURA Takumi authored
llvm-svn: 120273
-
- Nov 25, 2010
-
-
Duncan Sands authored
llvm-svn: 120156
-
- Sep 13, 2010
-
-
Duncan Sands authored
llvm-svn: 113746
-
- Aug 30, 2010
-
-
Michael J. Spencer authored
The CMake build didn't define TEST_COMPILE_CXX_CMD. The tests assumed gcc. llvm-svn: 112480
-
- Aug 20, 2010
-
-
Bob Wilson authored
of stopping at the first embedded quote. llvm-svn: 111622
-
- Aug 19, 2010
-
-
Daniel Dunbar authored
llvm-svn: 111525
-
Daniel Dunbar authored
llvm-svn: 111524
-
- Aug 10, 2010
-
-
Daniel Dunbar authored
llvm-svn: 110711
-
- Jun 23, 2010
-
-
Daniel Dunbar authored
llvm-svn: 106638
-
- Jun 12, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105890
-
- Mar 21, 2010
-
-
Jeffrey Yasskin authored
of runs without leak checking. We add -vg to the triple for non-checked runs, or -vg_leak for checked runs. Also use this to XFAIL the TableGen tests, since tablegen leaks like a sieve. This includes some valgrindArgs refactoring. llvm-svn: 99103
-
- Mar 20, 2010
-
-
Daniel Dunbar authored
we can use the standard XFAIL and XTARGET to conditional tests based on valgrind. llvm-svn: 99088
-
- Mar 08, 2010
-
-
John McCall authored
some other way when it comes to be necessary. llvm-svn: 97972
-
- Mar 04, 2010
-
-
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
-
- Feb 25, 2010
-
-
Daniel Dunbar authored
about this, but it can be useful for users who use ccache, since the LLVMC tests are fond of calling gcc. llvm-svn: 97171
-
- Feb 23, 2010
-
-
Daniel Dunbar authored
llvm-svn: 96938
-
Daniel Dunbar authored
llvm-svn: 96931
-
- Feb 04, 2010
-
-
Benjamin Kramer authored
llvm-svn: 95318
-
- Feb 02, 2010
-
-
Daniel Dunbar authored
instructions exactly like 'as', and produce equivalent .o files. llvm-svn: 95143
-
- Jan 16, 2010
-
-
Daniel Dunbar authored
llvm-svn: 93591
-
- Dec 08, 2009
-
-
Daniel Dunbar authored
CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when running tests from the project files. llvm-svn: 90869
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
Also, fix a few other details of the cmake test target and rename it to 'check'. CMake tests now work for the most part, but there are a handful of failures left due to missing site.exp bits. llvm-svn: 86452
-
- Oct 30, 2009
-
-
Daniel Dunbar authored
llvm-svn: 85614
-
- Sep 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81664
-
- Sep 10, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81427
-
- Sep 08, 2009
-
-
Daniel Dunbar authored
- This adds 'make check-lit' from the top-level Makefile. llvm-svn: 81191
-