Nowadays a release build has assertions off.
[oota-llvm.git] / utils / lit /
2010-08-19 Daniel Dunbarlit/GoogleTest: Add .exe to the suffix when looking...
2010-08-10 Dan GohmanExpand uses of python 2.6's "A if B else C" syntax...
2010-08-04 Dan GohmanPrint a message when a test failure is due to stderr...
2010-08-04 Dan GohmanChange the logic which interprets output on stderr...
2010-08-04 Dan GohmanDon't print "Command output (stdout):" when the command...
2010-08-04 Dan GohmanUse the regular conditional operator syntax instead...
2010-08-02 Daniel Dunbarlit: Allow clients to define predefined parameters.
2010-07-22 Daniel Dunbarlit: Add some example tests for previous commit.
2010-07-21 Daniel Dunbarlit: Add support for 'REQUIRES: feature-one, feature...
2010-06-12 Daniel Dunbarlit: Replace /dev/null in scripts with temporary files...
2010-06-11 Daniel Dunbarlit: Add a forgotten default argument.
2010-06-11 Daniel Dunbarlit: When running Tcl style tests on Windows, substitut...
2010-05-19 Daniel Dunbarlit: Add another place to look for bash.
2010-05-12 Daniel Dunbarlit: Fix a sh lexing bug which caused annotate-token...
2010-05-12 Daniel Dunbarlit: Fix OneCommandPerFileTest format when tests are...
2010-05-12 Daniel Dunbarlit: Add support for 'lit ... @foo', which reads a...
2010-05-05 Daniel Dunbarlit: Allow test_format to be None.
2010-04-09 Daniel Dunbarlit: Add support to OneCommandPerFileTest format to...
2010-04-07 Chris Lattneradd newlines at end of files.
2010-03-31 Daniel DunbarAdd a FIXME.
2010-03-31 Daniel Dunbarlit: Make sure to close any files we open as part of...
2010-03-25 Daniel Dunbarlit: Add LitTestCase and lit.load_test_suite, for adapt...
2010-03-21 Jeffrey YasskinWhen we don't pass --vg-leak to lit, pass --leak-check...
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-19 Ben HoltTest commit (removed extra blank line)
2010-03-19 Torok EdwinSet numThreads to 1 by default when Python is older...
2010-03-18 Daniel Dunbarlit: Tweak example tests config.
2010-03-18 Jeffrey YasskinAvoid a problem in libc_freeres() seen on a linux-i686...
2010-03-17 Jeffrey YasskinMake lit pay attention to --vg for tcl tests too, which...
2010-03-13 Jeffrey YasskinMake lit pay attention to --vg for unittests too.
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-05 Duncan SandsIf LD_LIBRARY_PATH is set in the system environment...
2010-03-04 John McCallSimplify the condition-checking logic and hopefully...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-23 Daniel DunbarKill unused llvmgccmajvers testing variable.
2010-02-10 Daniel Dunbarlit: Ignore dot files when scanning for tests (e.g...
2010-02-10 Daniel DunbarRemove stray DOS newline.
2010-02-05 Jeffrey YasskinMake lit's gtest support honor config.environment.
2010-01-22 Daniel Dunbarlit: Separate test suite from test name with spaces...
2009-12-26 Daniel Dunbarlit: Add setuptools support.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.
2009-12-15 Daniel Dunbarlit: Improve error when gtest discovery fails.
2009-12-08 Daniel Dunbarlit: Prevent crash-on-invalid (when run on directory...
2009-11-18 Daniel Dunbarlit: Fix exclude dirs functionality.
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-15 Daniel Dunbarlit: Factor a new OneCommandPerFileTest out of SyntaxCh...
2009-11-15 Daniel DunbarRemove duplicate implementation of excludes functionali...
2009-11-15 Daniel Dunbarlit: Add --repeat=N option, for running each test N...
2009-11-10 Daniel Dunbarlit: Add ExampleTests, for testing lit and demonstratin...
2009-11-10 Daniel Dunbarlit: Fix bug in --show-suites which accidentally overri...
2009-11-08 Daniel Dunbarlit: Hardcode whence seek value, os.SEEK_END isn't...
2009-11-08 Daniel Dunbarlit: Warn when a test suite contains no tests.
2009-11-08 Daniel Dunbarlit: Drop require_and_and support.
2009-11-08 Daniel Dunbarlit: Workaround a Win32/subprocess bug when appending.
2009-11-08 Daniel Dunbarlit: Preserve the PATHEXT variable when running subcomm...
2009-11-05 Douglas GregorTeach lit's SyntaxCheckTest two new tricks:
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-11-03 Daniel Dunbarlit: Update Clang's test style to use XFAIL: and XTARGE...
2009-10-25 Daniel Dunbarlit: Add --config-prefix option, to override default...
2009-10-25 Daniel Dunbarlit: Allow use of /dev/null in redirects on Windows...
2009-10-24 Dan GohmanDelete a spurious semicolon.
2009-10-24 Daniel Dunbarlit: Support '>>' redirections when executing scripts...
2009-10-19 Daniel Dunbarlit: When running Tcl scripts via shell, try harder...
2009-10-18 Jeffrey YasskinSupport GoogleTest's "typed tests"
2009-09-28 Daniel DunbarDon't traverse into .svn directories.
2009-09-22 Daniel Dunbarlit: When executing shell scripts internally, don't...
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Daniel DunbarActually use the arguments with the resolved executable...
2009-09-22 Daniel Dunbarlit: Don't use close_fds=True on Windows.
2009-09-22 Daniel Dunbarlit: When executing commands internally, perform PATH...
2009-09-16 Daniel Dunbarlit: Add a custom test format for use in clang.
2009-09-15 Daniel Dunbarlit: When finding nested test suites, check first in...
2009-09-14 Daniel Dunbarlit: Give test formats control over test discovery.
2009-09-13 Daniel Dunbartests: Add a %abs_tmp substitution which is guaranteed...
2009-09-09 Daniel DunbarCount test correctly with -q.
2009-09-09 Daniel DunbarFix another refactoro.
2009-09-08 Daniel Dunbarlit needs bash for tcl-as-sh execution, we use set...
2009-09-08 Daniel DunbarFix typo that worked on python 2.6.
2009-09-08 Daniel DunbarFix a refactoro.
2009-09-08 Daniel DunbarAdd 'lit' testing tool.