<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/lib, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/lib?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/lib?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-02-02T21:09:36Z</updated>
<entry>
<title>Run dsymutil on darwin, when it is expected, before running gdb test.</title>
<updated>2009-02-02T21:09:36Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-02-02T21:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6748f044b259b846d19f02ff922a674b7c7f3bd7'/>
<id>urn:sha1:6748f044b259b846d19f02ff922a674b7c7f3bd7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63548 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.</title>
<updated>2008-10-21T17:21:32Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2008-10-21T17:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=237033e6ac7e872f60dfc6724fcb938f2c263af3'/>
<id>urn:sha1:237033e6ac7e872f60dfc6724fcb938f2c263af3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57912 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add support for running the test suite with valgrind. to run it just type 'make VG=1', as in clang</title>
<updated>2008-10-07T14:48:14Z</updated>
<author>
<name>Nuno Lopes</name>
<email>nunoplopes@sapo.pt</email>
</author>
<published>2008-10-07T14:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2bdc07b398db1471ebf0fe286519f21a59b8ff8c'/>
<id>urn:sha1:2bdc07b398db1471ebf0fe286519f21a59b8ff8c</id>
<content type='text'>
beware of the 42000 leaks reported by valgrind in the Constant.cpp + Type.cpp files. it needs fixing IMHO

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57245 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Actually run Obj-C++ tests if llvm-gcc supports.</title>
<updated>2008-10-06T10:31:21Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-10-06T10:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=96f945267c986ddedf3ec1af0f131841b056bc25'/>
<id>urn:sha1:96f945267c986ddedf3ec1af0f131841b056bc25</id>
<content type='text'>
Before there were two problems: (1) configure
turned "obj-c++" into "obj" in the langs line;
(2) the dejagnu library called it objc++ not
obj-c++.
Now the problem is that some of these tests don't
pass!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57167 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use correct compiler component names for objc</title>
<updated>2008-08-07T17:59:54Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-08-07T17:59:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c93346af8e754149af5e2838ef3cb286eef094df'/>
<id>urn:sha1:c93346af8e754149af5e2838ef3cb286eef094df</id>
<content type='text'>
and objc++.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54474 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Regression test for PR2443.</title>
<updated>2008-06-27T14:22:20Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-06-27T14:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3921266559c71717e6d93ae6b6be7e5702826551'/>
<id>urn:sha1:3921266559c71717e6d93ae6b6be7e5702826551</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52826 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Turn off llvm-gcc warnings when running "make check".</title>
<updated>2008-06-21T20:22:58Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-06-21T20:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=53ebe352ab265aa029d16fe27426e32f07fef609'/>
<id>urn:sha1:53ebe352ab265aa029d16fe27426e32f07fef609</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52595 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change llvm.exp so it no longer ignores some errors when executing dejagnu</title>
<updated>2008-06-10T12:28:43Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2008-06-10T12:28:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9e00434e3e34f39e0117f4e670dd7685b77f805'/>
<id>urn:sha1:c9e00434e3e34f39e0117f4e670dd7685b77f805</id>
<content type='text'>
tests. This breaks 80 tests in the tree.

The interesting part here is that this no longer ignores syntax errors
in RUN command lines. Some tests have not been working all the time because of
this.

The tricky part is that it now also views any stderr output as an error. This
can be suppressed in tcl 8.5, but let's not add this dependency. Instead, all
testcases should be changed to redirect stderr if they expect stderr output.
This holds in particular for lines like:
  ; RUN: not llvm-as &lt; %s
where an error is expected (but I think I can solve this by modifying the not
script). Also, compilations resulting in warnings will now also fail (so
the warnings should be fixed, disabled or redirected...).

I'll continue with fixing the testcases that are broken now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52172 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix tests due to llvm2cpp move to llc target</title>
<updated>2008-04-23T22:41:53Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-04-23T22:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=488fe315ea282f652f3c3aa78eaba4a80a0ac228'/>
<id>urn:sha1:488fe315ea282f652f3c3aa78eaba4a80a0ac228</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50191 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Byebye llvm-upgrade!</title>
<updated>2008-03-25T04:26:08Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-03-25T04:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6f729d601c8a6a9710356aadb42dc8d0efa95bf2'/>
<id>urn:sha1:6f729d601c8a6a9710356aadb42dc8d0efa95bf2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48762 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
