- 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
-