<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/lib, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/lib?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/lib?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-10-06T10:31:21Z</updated>
<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>
<entry>
<title>Fix error in testing for END. notation.</title>
<updated>2008-03-13T22:02:51Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-03-13T22:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=200d607b45e48f9660985b60ff7c5382f1677368'/>
<id>urn:sha1:200d607b45e48f9660985b60ff7c5382f1677368</id>
<content type='text'>
Patch by Julien Lerouge. Thanks!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48342 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR2120 by changing the replacement order to change compile_cxx </title>
<updated>2008-03-10T06:45:35Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-03-10T06:45:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aadbda85a001d73c720c606b129cccb7a2425887'/>
<id>urn:sha1:aadbda85a001d73c720c606b129cccb7a2425887</id>
<content type='text'>
before compile_c.  Patch by Joachim Durchholz!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48132 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>While hunting for two hanging tests,</title>
<updated>2008-02-26T12:08:55Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-02-26T12:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=684ed3d98728bb28f675d87b756661008e0ef1e3'/>
<id>urn:sha1:684ed3d98728bb28f675d87b756661008e0ef1e3</id>
<content type='text'>
(on solaris10, which are:
  CodeGen/PowerPC/frounds.ll
  Transforms/InstCombine/2008-02-23-MulSub.ll)

I needed a tool to figure out which one is the guilty.

To this end I have added a verbosity
option to the test/Makefile.

It can be invoked thus:

gmake check TESTSUITE=CodeGen/PowerPC VERBOSE="-v -v"

(The number of "-v"s specifies the verbosity level.
 Instead of "-v" other aliases can be specified,
 please consult the dejagnu docs for info.)

At level &gt;= 2 following line is logged for each
test, before running it:

ABOUT TO RUN: &lt;test&gt;.ll


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