- Jun 23, 2011
-
-
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
-
- Feb 24, 2011
-
-
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
-
- Feb 22, 2011
-
-
Sean Callanan authored
edis name as needing expansion. This tool was been replaced by llvm-mc long ago. llvm-svn: 126180
-
- Feb 09, 2011
-
-
NAKAMURA Takumi authored
LitConfig.getBashPath() will not seek in $PATH after LitConfig.getToolsPath() was executed. llvm-svn: 125176
-
- Jan 05, 2011
-
-
Frits van Bommel authored
Fix lit for people whose LLVM path contains 'opt', which is a common directory name on Unix-like systems. llvm-svn: 122873
-
- Jan 04, 2011
-
-
Tobias Grosser authored
This ensures that always the recently compiled tools are picked for testing. llvm-svn: 122810
-
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
-
- Jan 03, 2011
-
-
David Greene authored
Don't pattern match "clang-" as it may be part of a tool name with a triple suffix. llvm-svn: 122779
-
David Greene authored
Reapply 122341 to fix PR8199 now that clang changes are in. llvm-svn: 122754
-
- 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
-