index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit.cfg
Age
Commit message (
Expand
)
Author
2013-04-17
Revert r179671 and just pass a triple to the test for a platform with known
Eric Christopher
2013-04-17
Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
2013-04-17
Remove dead option.
Eric Christopher
2013-04-11
Use lit's internal shell runner on Windows for Clang tests
Reid Kleckner
2013-04-04
Propagate path to ASan/MSan symbolizer into test environment to produce usefu...
Alexey Samsonov
2013-03-27
Disable ASan/MSan symbolization of reports in tests.
Evgeniy Stepanov
2013-03-26
Add asan/msan to the list of available features in LIT test runner. Mark ASan...
Alexey Samsonov
2013-03-15
Fixup for r176934. More careful setup of path to llvm-symbolizer
Alexey Samsonov
2013-03-13
Set symbolizer path in the test environment.
Evgeniy Stepanov
2013-01-16
clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce ...
NAKAMURA Takumi
2012-12-11
clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...
NAKAMURA Takumi
2012-11-27
clang/test/lit.cfg: Disable dev-fd-fs on cygwin for now.
NAKAMURA Takumi
2012-11-16
Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now...
NAKAMURA Takumi
2012-11-16
clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now.
NAKAMURA Takumi
2012-11-15
tests: Add a test for reading from named pipes.
Daniel Dunbar
2012-11-01
[lit] For the "case-insensitive-filesystem" make sure to create the test temp...
Argyrios Kyrtzidis
2012-10-31
[PCH] Remove the stat cache from the PCH file.
Argyrios Kyrtzidis
2012-10-30
In the past "production" clang builds would not be used for c++, and
Rafael Espindola
2012-10-19
tests: Stop mangling '-vg' into the triple, we don't use this currently.
Daniel Dunbar
2012-09-20
Disable source fortification on Darwin with AddressSanitizer.
Alexander Potapenko
2012-09-12
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...
NAKAMURA Takumi
2012-09-12
clang/test/lit.cfg: Fix a typo in comment.
NAKAMURA Takumi
2012-08-07
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-07-11
clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-...
NAKAMURA Takumi
2012-04-07
test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clan...
NAKAMURA Takumi
2012-04-06
Clear environment variables that might affect Clang before running tests.
Jordy Rose
2012-02-10
Have the driver pass CPU and target feature information to cc1as.
Jim Grosbach
2011-11-28
test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts.
NAKAMURA Takumi
2011-11-07
Rip out one of the features I added for the driver-include-management.
Chandler Carruth
2011-11-05
Switch Lit to directly query the driver for the builtin inclue path.
Chandler Carruth
2011-11-05
Teach lit to ask the Clang it is running what version string to use
Chandler Carruth
2011-11-05
Compute the path properly on different platforms. Specifically, compute
Chandler Carruth
2011-11-05
Teach Lit to pass the CC1 invocation the builtin include directory. This
Chandler Carruth
2011-08-26
FreeBSD (apparently) does not support crash-recovery tests.
Andrew Trick
2011-08-20
test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryCont...
NAKAMURA Takumi
2011-06-03
Added registered targets for in-test dependency declarations.
Galina Kistanova
2011-03-05
test/lit.cfg: bash is available on MSYS.
NAKAMURA Takumi
2011-02-28
test: Add the feature "shell". Frontend/dependency-gen.c would be executable ...
NAKAMURA Takumi
2011-02-11
Reject forbidden storage class specifiers in OpenCL. Patch by George Russell!
Peter Collingbourne
2011-02-09
test: CMake: Be aware of LLVM_LIT_TOOLS_DIR.
NAKAMURA Takumi
2011-01-03
Support lit fixes for PR8199
David Greene
2010-12-01
test: add .cu extension
Peter Collingbourne
2010-09-27
Let lit give helpful advice if 'make test' was not run yet.
Nico Weber
2010-09-13
Recognize .ll as input files.
Devang Patel
2010-08-24
tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on
Daniel Dunbar
2010-06-29
tests: Use %clangxx when using driver for C++, in case C++ support is disabled.
Daniel Dunbar
2010-03-20
tests: Mangle '-vg' onto the end of the triple when running under valgrind, so
Daniel Dunbar
2010-03-08
Revert r97727 at ddunbar's request; we want to solve this some other way.
John McCall
2010-03-04
Steal the TARGET lit condition from the LLVM test suite.
John McCall
2010-02-18
tests: Tweak %clangxx definition to something which should be more portable.
Daniel Dunbar
[next]