summaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2014-12-23Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola
2014-12-20Split executeShTest into two parts so that it can be better leveraged by libc++Eric Fiselier
2014-12-19[LIT] Add JSONMetricValue type to wrap types supported by the json encoder.Eric Fiselier
2014-12-12Now that we require a newer python, use the new exception syntax.Rafael Espindola
2014-12-12Require python 2.7.Rafael Espindola
2014-12-10[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier
2014-12-08lit: Don't use python 2.6 featuresDavid Majnemer
2014-12-06Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews
2014-12-06Fix corner cases in lit xunit for paths with dotsChris Matthews
2014-12-03Add a test-case for lit xunit outputChris Matthews
2014-12-03Don't allow test-suite names with . in them in xml outputChris Matthews
2014-12-02Give lit a --xunit-xml-output option for saving results in xunit formatChris Matthews
2014-11-03Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.pyRafael Espindola
2014-11-03refactor duplicated code. NFC.Rafael Espindola
2014-11-03[lit] Forward LD_PRELOAD to tests.Rafael Espindola
2014-10-22[lit] Fix Python-3 compatibility, patch by Dan Liew.Daniel Dunbar
2014-10-22[lit] Bump version number.Daniel Dunbar
2014-10-22Fix ShTest parsing error when a keyword line doesn't end with a newline.Daniel Dunbar
2014-10-20Teach Lit to catch OSError exceptions when creating a process during theDan Liew
2014-10-16Initial version of Go bindings.Peter Collingbourne
2014-09-12[lit] Parse all strings as UTF-8 rather than ASCII.Jordan Rose
2014-08-16[LIT] Move display of unsupported and xfail tests to summary. Eric Fiselier
2014-08-02[lit] Add --show-xfail flag to LIT.Eric Fiselier
2014-07-17[lit] Add --show-unsupported flag to LITEric Fiselier
2014-06-17lit: simplify population of the actual_inputs arrayHans Wennborg
2014-06-16Revert "lit: warn when passed invalid pathname" (r210597)Hans Wennborg
2014-06-10lit: warn when passed invalid pathnameHans Wennborg
2014-06-10Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko
2014-04-12Fix test syntax to work with non-bash /bin/sh.Joerg Sonnenberger
2014-03-11[lit] Fix non-function style print statement.Daniel Dunbar
2014-03-10[lit] Bump dev version number.Daniel Dunbar
2014-03-10[lit] Add a README.txt.Daniel Dunbar
2014-03-10[lit] Add --version option.Daniel Dunbar
2014-01-11lit: Provide source locations in cfg files with older Python versionsAlp Toker
2014-01-11lit: execfile() isn't present in Python 3.3Alp Toker
2014-01-08lit: Provide file location in cfg error messagesAlp Toker
2013-12-29Python compatibility fix for r198150Alp Toker
2013-12-29Prospective Python 3 fix for r198150Alp Toker
2013-12-29lit: Incremental test schedulingAlp Toker
2013-12-17Tweak lit/TestingConfig.py Py3-compatible. has_key is dead.NAKAMURA Takumi
2013-10-28lit: multiprocessing platform fix attemptAlp Toker
2013-10-27Clarify the comment about BSD versions in r193465Alp Toker
2013-10-26self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger
2013-10-26lit: Issue a note when multiprocessing fails to loadAlp Toker
2013-10-26Fix a referenced before assignment in r193463Alp Toker
2013-10-26lit: handle late multiprocessing errors gracefullyAlp Toker
2013-10-26Attempt to fix the FreeBSD build, disable multiprocessingAlp Toker
2013-10-25Try to fix the openbsd bot.Rafael Espindola
2013-10-23Actually switch the default to use multiprocessingRafael Espindola
2013-10-23[lit] Stop hacking the GIL check interval.Daniel Dunbar