<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/utils/lit, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/utils/lit?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/utils/lit?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2013-04-12T19:09:09Z</updated>
<entry>
<title>lit: Fix infinite recursion when an out-of-tree test root is located inside the source test root.</title>
<updated>2013-04-12T19:09:09Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-04-12T19:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=406ef447074421f91c01c41f0e26fdef937e627c'/>
<id>urn:sha1:406ef447074421f91c01c41f0e26fdef937e627c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179402 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).</title>
<updated>2013-04-12T19:08:57Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-04-12T19:08:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=f2c2b2009016b44b49f41a35c750f1555f68935b'/>
<id>urn:sha1:f2c2b2009016b44b49f41a35c750f1555f68935b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179401 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lit: Don't descend into .git directories during test discovery.</title>
<updated>2013-04-11T00:31:35Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-04-11T00:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=aa3a85e2fadcf33d18b00c1654108e85ef704361'/>
<id>urn:sha1:aa3a85e2fadcf33d18b00c1654108e85ef704361</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179249 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lit: Shorten a metavar to make --help look nicer.</title>
<updated>2013-04-11T00:31:27Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-04-11T00:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e94bd36dc715bc05aff35e04528dbc409a87d97c'/>
<id>urn:sha1:e94bd36dc715bc05aff35e04528dbc409a87d97c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179248 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lit: Add a test for discovery when exact test names are given.</title>
<updated>2013-04-11T00:31:22Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-04-11T00:31:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=6be0ae59ec79864f627d8dc8d6c4976116386cba'/>
<id>urn:sha1:6be0ae59ec79864f627d8dc8d6c4976116386cba</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179247 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lit: Add a trivial test of the basic progress bar.</title>
<updated>2013-04-11T00:05:37Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2013-04-11T00:05:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=2b570ce5aa507595772701e0e8fad6be5331509c'/>
<id>urn:sha1:2b570ce5aa507595772701e0e8fad6be5331509c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179243 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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/emscripten-fastcomp/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/emscripten-fastcomp/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/emscripten-fastcomp/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/emscripten-fastcomp/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>
</feed>
