[llvm-commits] llvm patch 45027

Dale Johannesen dalej at apple.com
Fri Jan 4 15:53:41 PST 2008


On Jan 4, 2008, at 3:34 PM, Chris Lattner wrote:

>
> On Jan 4, 2008, at 3:15 PM, Dale Johannesen wrote:
>
>> On Jan 4, 2008, at 3:04 PM, Owen Anderson wrote:
>>> Could we add a test for this to the LLVM regression tests?  I think
>>> most people check them before committing things.
>>>
>>> --Owen
>>
>> Yes, but I don't think it's the right idea, in general, for problems
>> that are llvm-gcc problems (not llvm problems).
>> We'll wind up copying the whole gcc testsuite into llvm.  IMO a
>> better approach is to set up a regression tester for llvm-gcc.
>>
>
> How long does it take to run the GCC regression tests?  I think the
> right answer is to run them from the nightly tester script, instead of
> adding yet another tester.

Seems reasonable, but we might want to keep the separation of llvm and  
llvm-gcc clean.

Last night's run was around 4.5 hours on a 2.16GHz Core 2 Duo.
However, there are currently 31 failures that hang (e.g.  
builtin_setjmp does this)
and they go until the dejagnu timeout kicks in at 5 minutes wall clock.
Fixing those would speed it up a lot.




More information about the llvm-commits mailing list