<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/lit, branch testing</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/lit?h=testing</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/lit?h=testing'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-20T23:32:14Z</updated>
<entry>
<title>[lit] Avoid CRLFs in bash scripts on Windows</title>
<updated>2013-03-20T23:32:14Z</updated>
<author>
<name>Reid Kleckner</name>
<email>reid@kleckner.net</email>
</author>
<published>2013-03-20T23:32:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8755ae8c69ca522a9931aab4b4951443b2f64d26'/>
<id>urn:sha1:8755ae8c69ca522a9931aab4b4951443b2f64d26</id>
<content type='text'>
Native Windows Python will do line ending translation by default, which
we don't want in bash scripts.  If we're not native Windows Python, then
'b' is ignored.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177602 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were ignored.</title>
<updated>2013-03-13T06:16:33Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2013-03-13T06:16:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=816281fccfbf0eda079a065ddadc4670b2c5d912'/>
<id>urn:sha1:816281fccfbf0eda079a065ddadc4670b2c5d912</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176930 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] Add a display function for lit.Test.TestResult.</title>
<updated>2013-02-07T21:34:34Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-02-07T21:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=83a4cb51ce6803782ccc9c6ecd86b63971b5c00b'/>
<id>urn:sha1:83a4cb51ce6803782ccc9c6ecd86b63971b5c00b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174667 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] Add a test for internal shell execution behaviors.</title>
<updated>2013-01-31T22:15:20Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-01-31T22:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ac1b2e5550d395f8a150830d9513ee62d678597b'/>
<id>urn:sha1:ac1b2e5550d395f8a150830d9513ee62d678597b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174102 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] Change to raise InternalShellError for all command execution issues.</title>
<updated>2013-01-31T22:15:15Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-01-31T22:15:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a80ae9c71c361e0569af66b9885a15c3877c6c2d'/>
<id>urn:sha1:a80ae9c71c361e0569af66b9885a15c3877c6c2d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174101 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] Fix bug where InternalShellError messages were discarded.</title>
<updated>2013-01-31T20:58:16Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-01-31T20:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b62fb4ba5cf61070486287da393ada566b4ad4ed'/>
<id>urn:sha1:b62fb4ba5cf61070486287da393ada566b4ad4ed</id>
<content type='text'>
 - Also, change the exit code to match 'sh'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174089 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] Fix a shell parsing bug with ';' not separated by whitespace.</title>
<updated>2013-01-31T20:51:17Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-01-31T20:51:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=63a08e09ae301241d0bdd0618bb0533a1d303cf5'/>
<id>urn:sha1:63a08e09ae301241d0bdd0618bb0533a1d303cf5</id>
<content type='text'>
 - Testing finds bugs, who knew.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174087 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] Add a test for the various ShTest format features.</title>
<updated>2013-01-31T18:05:01Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-01-31T18:05:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=86aa95fc2898e288dc356c433006dfe0c6d7bbec'/>
<id>urn:sha1:86aa95fc2898e288dc356c433006dfe0c6d7bbec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174072 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.</title>
<updated>2013-01-31T18:04:45Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-01-31T18:04:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=213a789a711724c864defdc2c3e1208d6c5b7fd4'/>
<id>urn:sha1:213a789a711724c864defdc2c3e1208d6c5b7fd4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174071 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[lit] Delete the now-unused SyntaxCheckTest format.</title>
<updated>2013-01-31T18:04:38Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-01-31T18:04:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d5f7dbba2e1a34b4a33434b91caf1fb7c1fab452'/>
<id>urn:sha1:d5f7dbba2e1a34b4a33434b91caf1fb7c1fab452</id>
<content type='text'>
 - Also, kill the pointless LitFormats module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174070 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
