aboutsummaryrefslogtreecommitdiff
path: root/clang/test/lit.cfg
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-0/+5
2013-11-14PR 17916: Don't fail if xcrun is not present.Joerg Sonnenberger1-5/+8
2013-11-06[build] Update runtime library and tests to work with relocatable SDKs on OS ...Daniel Dunbar1-1/+13
2013-09-13Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville1-0/+4
2013-08-14[tests] Reapply r188354, ensure subsitution string is ascii.Daniel Dunbar1-1/+2
2013-08-14Revert r188354, "[tests] Ensure subsitution string is ascii."NAKAMURA Takumi1-1/+1
2013-08-14[tests] Ensure subsitution string is ascii.Daniel Dunbar1-1/+1
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar1-23/+27
2013-08-09[tests] Make string encoding issues explicit.Daniel Dunbar1-0/+1
2013-08-05lit.cfg: better check for MSYSHans Wennborg1-1/+1
2013-07-19Add a cl.exe compatible driver modeHans Wennborg1-1/+5
2013-07-18Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg1-1/+6
2013-07-11Add the ability to use guarded malloc when running clang's lit tests.David Dean1-0/+20
2013-07-01clang/test/lit.cfg: Improve is_filesystem_case_insensitive() to work properly...NAKAMURA Takumi1-1/+5
2013-06-26clang/test/lit.cfg: Tweak getClangBuiltinIncludeDir() not to expose dosish pa...NAKAMURA Takumi1-1/+5
2013-06-19[clang-lit] Added the run_long_tests param option/long_tests feature to toggl...Michael Gottesman1-0/+4
2013-04-17Revert r179671 and just pass a triple to the test for a platform with knownEric Christopher1-4/+0
2013-04-17Add a bit of a hack to deal with a failing testcase on darwin10 bots.Eric Christopher1-0/+4
2013-04-17Remove dead option.Eric Christopher1-4/+0
2013-04-11Use lit's internal shell runner on Windows for Clang testsReid Kleckner1-3/+12
2013-04-04Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov1-0/+5
2013-03-27Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov1-5/+0
2013-03-26Add asan/msan to the list of available features in LIT test runner. Mark ASan...Alexey Samsonov1-0/+6
2013-03-15Fixup for r176934. More careful setup of path to llvm-symbolizerAlexey Samsonov1-5/+4
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov1-0/+5
2013-01-16clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce ...NAKAMURA Takumi1-0/+4
2012-12-11clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...NAKAMURA Takumi1-0/+4
2012-11-27clang/test/lit.cfg: Disable dev-fd-fs on cygwin for now.NAKAMURA Takumi1-1/+1
2012-11-16Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now...NAKAMURA Takumi1-1/+1
2012-11-16clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now.NAKAMURA Takumi1-1/+1
2012-11-15tests: Add a test for reading from named pipes.Daniel Dunbar1-0/+4
2012-11-01[lit] For the "case-insensitive-filesystem" make sure to create the test temp...Argyrios Kyrtzidis1-1/+1
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis1-0/+12
2012-10-30In the past "production" clang builds would not be used for c++, andRafael Espindola1-1/+1
2012-10-19tests: Stop mangling '-vg' into the triple, we don't use this currently.Daniel Dunbar1-5/+0
2012-09-20Disable source fortification on Darwin with AddressSanitizer.Alexander Potapenko1-0/+4
2012-09-12clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi1-0/+4
2012-09-12clang/test/lit.cfg: Fix a typo in comment.NAKAMURA Takumi1-1/+1
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko1-0/+4
2012-07-11clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-...NAKAMURA Takumi1-0/+4
2012-04-07test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clan...NAKAMURA Takumi1-2/+5
2012-04-06Clear environment variables that might affect Clang before running tests.Jordy Rose1-0/+26
2012-02-10Have the driver pass CPU and target feature information to cc1as.Jim Grosbach1-1/+1
2011-11-28test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts.NAKAMURA Takumi1-5/+13
2011-11-07Rip out one of the features I added for the driver-include-management.Chandler Carruth1-2/+1
2011-11-05Switch Lit to directly query the driver for the builtin inclue path.Chandler Carruth1-14/+8
2011-11-05Teach lit to ask the Clang it is running what version string to useChandler Carruth1-7/+17
2011-11-05Compute the path properly on different platforms. Specifically, computeChandler Carruth1-1/+3
2011-11-05Teach Lit to pass the CC1 invocation the builtin include directory. ThisChandler Carruth1-1/+11
2011-08-26FreeBSD (apparently) does not support crash-recovery tests.Andrew Trick1-1/+4