Displaying 20 results from an estimated 35 matches for "nighttester".
2004 Nov 02
2
[LLVMdev] Problems with nighttest FeatureTests
Hi!
As I can see all nighttesters listed at http://llvm.cs.uiuc.edu/testresults/
have problem with
FeatureTests at 2004-11-01/2004-11-02 test run.
In my case i manualy terminate nighttest script after 12 hours work.
It problem resolved?
Vladimir
2004 Nov 02
0
[LLVMdev] Problems with nighttest FeatureTests
Vladimir Merzliakov wrote:
> Hi!
>
> As I can see all nighttesters listed at
> http://llvm.cs.uiuc.edu/testresults/ have problem with
> FeatureTests at 2004-11-01/2004-11-02 test run.
>
> In my case i manualy terminate nighttest script after 12 hours work.
>
> It problem resolved?
>
> Vladimir
Hi Vladimir,
I assume you're talking...
2004 Oct 31
2
[LLVMdev] Last LLVM build fail at FreeBSD nighttest
Just for information.
After root update OS from FreeBSD 5.1 to FreeBSD 5.3-RC1 at make.cc.rsu.ru
I don't rebuild LLVM C Frontend.
Last LLVM build fail (2004-10-30) is result this situation.
I update LLVM C Frontend and rerun manually nighttest script.
All ok now :)
Also, I think, "X86: FreeBSD 5.1 (may not be run every day)" line
at
2004 Nov 02
2
[LLVMdev] Problems with nighttest FeatureTests
> Vladimir Merzliakov wrote:
>
>> Hi!
>>
>> As I can see all nighttesters listed at
>> http://llvm.cs.uiuc.edu/testresults/ have problem with
>> FeatureTests at 2004-11-01/2004-11-02 test run.
>>
>> In my case i manualy terminate nighttest script after 12 hours work.
>>
>> It problem resolved?
>>
>> Vladimir
>
> Hi...
2004 Nov 02
0
[LLVMdev] Problems with nighttest FeatureTests
On Wed, 3 Nov 2004, Vladimir Merzliakov wrote:
> >> It problem resolved?
> >>
> >> Vladimir
> >
> > Hi Vladimir,
> >
> > I assume you're talking about the FreeBSD run. I'm not sure what is going
> > on
>
> No. You can see problem with Feature tests at
> http://llvm.cs.uiuc.edu/testresults/X86/ also (see Feature Test Results
2004 Dec 24
2
[LLVMdev] README: Build Environment Changes
>I successfully build CFE frontend at FreeBSD 5.3.
>
> Next nighttest run show more detail information :)
After last 2 nighttest runs i see stable failure result:
llvm[2]: Compiling dummylib.c for Debug build (bytecode)
llvm-g++: installation problem, cannot exec `gccas': No such file or
directory
gmake[3]: ***
2004 Jun 24
3
[LLVMdev] Using -noexternals option of NightlyTest.pl
> Can you verify that you have an $HOME/pkg/build/llvm/night/build/llvm
dir?
After providing :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm at
CVSROOT
this problem disappear.
But have personal problem: I must have now 2 copy LLVM sources
1) to plain build llvm
2) to nighttester run
Can I use llvm builded in nighttest/build directory to install plain llvm?
Vladimir
2004 Nov 10
2
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
All SingleSource and MultiSource tests failed in last run of FreeBSD
nighttester (and in previous).
Mostly with error:
---8X---------------------
gcc -O3 Output/2002-05-02-CastTest3.llc-ls.s -lm -o
Output/2002-05-02-CastTest3.llc-ls
/var/tmp//ccwC1BGs.o(.text+0x14): In function `main':
: undefined reference to `__llvm_getGlobalCtors'
/var/tmp//ccwC1BGs.o(.text+0x2b)...
2004 Nov 10
2
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
> Only thing I can think of is that your "platform" link is missing.
> make sure "platform is a symbolic link to your platform's subdirectory
> in the llvm/lib/System directory. If you're on FreeBSD then:
>
> ln -s FreeBSD platform
>
> this should have been done for you when you configured.
My fault.
I make cvs update llvm and AFTER remove build
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
>> I'm not sure that I follow. The qmtest stuff isn't working on Zion
>> because (I believe) of an upgrade that happened on the machine (the
>> qmtest
>> binary doesn't work anymore?). Are you seeing a problem on freebsd where
>> the feature tests go into a loop? If so, can you provide us with more
>> information?
>>
make, ~ > ps -xu
2004 Nov 02
2
[LLVMdev] Problems with nighttest FeatureTests
>> > I assume you're talking about the FreeBSD run. I'm not sure what is
>> > going
>> > on
>>
>> No. You can see problem with Feature tests at
>> http://llvm.cs.uiuc.edu/testresults/X86/ also (see Feature Test Results
>> section )
>
> I'm not sure that I follow. The qmtest stuff isn't working on Zion
> because (I
2004 Nov 10
3
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> All SingleSource and MultiSource tests failed in last run of FreeBSD
>> nighttester (and in previous).
>> Mostly with error:
>
> This looks like your crtend.a file did not get built correctly. Try doing
> make clean/make install in llvm/runtime/ again.
>
gmake clean in llvm/runtime/ remove all build tree of nighttest starting
with llvm/runtime/../..
And then i...
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
A typo in test/Makefile was the trigger for this problem:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/
020216.html
John, can you please look into this bug some more and add some error
checking to the llvm-specific qmtest python modules to make this error
less severe?
Thanks!
-Brian
On Nov 3, 2004, at 10:35 AM, Brian Gaeke wrote:
>
> I think there is a very
2004 Nov 10
0
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
On Wed, 10 Nov 2004, Vladimir Merzliakov wrote:
> All SingleSource and MultiSource tests failed in last run of FreeBSD
> nighttester (and in previous).
> Mostly with error:
This looks like your crtend.a file did not get built correctly. Try doing
make clean/make install in llvm/runtime/ again.
-Chris
> ---8X---------------------
> gcc -O3 Output/2002-05-02-CastTest3.llc-ls.s -lm -o
> Output/2002-05-02-CastTest...
2004 Nov 10
0
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
On Thu, 11 Nov 2004, Vladimir Merzliakov wrote:
> > This looks like your crtend.a file did not get built correctly. Try doing
> > make clean/make install in llvm/runtime/ again.
>
> lib\Debug\libcrtend.a builded.
>
> But i not found it in LLVM installation dir after install.
'make install' should install this into the CFRONTEND/bytecodeobjs
directory.
-Chris
--
2004 Dec 22
0
[LLVMdev] README: Build Environment Changes
I successfully build CFE frontend at FreeBSD 5.3.
Next nighttest run show more detail information :)
Vladimir
2004 Dec 24
0
[LLVMdev] README: Build Environment Changes
Sloppy me. I fixed the path for llvm-gcc but not for llvm-g++. My last
patch to Makefile.rules fixes that so it should start working again.
Reid.
On Fri, 2004-12-24 at 05:21, Vladimir Merzliakov wrote:
> >I successfully build CFE frontend at FreeBSD 5.3.
> >
> > Next nighttest run show more detail information :)
>
> After last 2 nighttest runs i see stable failure
2004 Nov 03
1
[LLVMdev] Problems with nighttest FeatureTests
Brian Gaeke wrote:
>
> A typo in test/Makefile was the trigger for this problem:
>
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/
> 020216.html
>
> John, can you please look into this bug some more and add some error
> checking to the llvm-specific qmtest python modules to make this error
> less severe?
Does the fork bomb occur in the
2004 Nov 03
2
[LLVMdev] Problems with nighttest FeatureTests
I think there is a very similar situation with the PowerPC/Mac OS X
nightly tests. Over each of the past few nights, something has been
filling up the process table, causing me to be unable to log in. The
nightly tester wrote out regression test and feature test logs
featuring hundreds of "Resource temporarily unavailable" errors from
fork(), so I assume it's the qmtest
2004 Sep 06
0
[LLVMdev] POST MORTEM: llvm-test changes
After fixing nested () problem manual run nighttest finished successfully
with one remarkable logged problem:
INITIALIZED
CVS Root = :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
BuildDir = /home/wanderer/pkg/build/llvm/night/build
WebDir = /home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD
Prefix =
/home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD/2004-09-06