summaryrefslogtreecommitdiff
path: root/test/lit.cfg
Commit message (Expand)AuthorAge
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-10
* Update lit.cfg to support the clang-interpreter test from r207950Alp Toker2014-05-05
* [sanitizers] Propagate the sanitizer options through to the lit context.Chandler Carruth2014-05-02
* Add test case for revision 207575 to verify that on Windows, clang doesn'tAndrea Di Biagio2014-04-29
* Recommit r204493 with a fix to look in both clang and llvm directories.Paul Robinson2014-03-26
* Revert r204493, "Make clang/test/lit.cfg pre-scan the RUN line looking for to...NAKAMURA Takumi2014-03-22
* Make clang/test/lit.cfg pre-scan the RUN line looking for tool names,Paul Robinson2014-03-21
* Don't verify module inclusions in assembler files.Daniel Jasper2014-03-14
* test: Fix feature test for "native" in lit.cfgJustin Bogner2014-03-11
* Clarify comment.Adrian Prantl2014-02-20
* add a comment.Adrian Prantl2014-02-20
* Revert "Remove dead option."Adrian Prantl2014-02-20
* check-clang: Introduce the feature "non-ms-sdk" to suppress Driver/nostdincxx...NAKAMURA Takumi2014-02-16
* check-clang: Introduce the feature "dw2" to suppress CodeGenCXX/debug-info-na...NAKAMURA Takumi2014-02-16
* Introduce the feature "can-remove-opened-file" to suppress tests. [PR18856]NAKAMURA Takumi2014-02-16
* check-clang: Introduce the feature "utf8-capable-terminal".NAKAMURA Takumi2014-02-06
* Fix this test and don't run it in ASan bootstrapAlexey Samsonov2014-01-28
* Rumors of test_debuginfo's death are slightly exaggerated.Adrian Prantl2014-01-27
* Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a RU...NAKAMURA Takumi2014-01-26
* lit.cfg: Don't expand %ms_abi_triple to non-X86 triplesHans Wennborg2014-01-15
* Use i686 as the ISA in %microsoft_abi_triple on ARMReid Kleckner2014-01-14
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* Add tests for clang pluginsAlp Toker2014-01-08
* check-clang: Introduce clang_tools_dir in lit.site.cfg, for clang separated f...NAKAMURA Takumi2013-12-18
* clang/test/lit.cfg: Remove get_llc_props. check-clang itself no longer invoke...NAKAMURA Takumi2013-12-09
* check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg.NAKAMURA Takumi2013-12-04
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-15
* PR 17916: Don't fail if xcrun is not present.Joerg Sonnenberger2013-11-14
* [build] Update runtime library and tests to work with relocatable SDKs on OS ...Daniel Dunbar2013-11-06
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-13
* [tests] Reapply r188354, ensure subsitution string is ascii.Daniel Dunbar2013-08-14
* Revert r188354, "[tests] Ensure subsitution string is ascii."NAKAMURA Takumi2013-08-14
* [tests] Ensure subsitution string is ascii.Daniel Dunbar2013-08-14
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* [tests] Make string encoding issues explicit.Daniel Dunbar2013-08-09
* lit.cfg: better check for MSYSHans Wennborg2013-08-05
* Add a cl.exe compatible driver modeHans Wennborg2013-07-19
* Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg2013-07-18
* Add the ability to use guarded malloc when running clang's lit tests.David Dean2013-07-11
* clang/test/lit.cfg: Improve is_filesystem_case_insensitive() to work properly...NAKAMURA Takumi2013-07-01
* clang/test/lit.cfg: Tweak getClangBuiltinIncludeDir() not to expose dosish pa...NAKAMURA Takumi2013-06-26
* [clang-lit] Added the run_long_tests param option/long_tests feature to toggl...Michael Gottesman2013-06-19
* Revert r179671 and just pass a triple to the test for a platform with knownEric Christopher2013-04-17
* Add a bit of a hack to deal with a failing testcase on darwin10 bots.Eric Christopher2013-04-17
* Remove dead option.Eric Christopher2013-04-17
* Use lit's internal shell runner on Windows for Clang testsReid Kleckner2013-04-11
* Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov2013-04-04
* Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov2013-03-27
* Add asan/msan to the list of available features in LIT test runner. Mark ASan...Alexey Samsonov2013-03-26
* Fixup for r176934. More careful setup of path to llvm-symbolizerAlexey Samsonov2013-03-15