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