Displaying 20 results from an estimated 25 matches for "noexternals".
Did you mean:
externals
2004 Jun 24
3
[LLVMdev] Using -noexternals option of NightlyTest.pl
At this moment I use
"gmake TEST=nightly" command line to run night tester
What I must specific and where to disable SPEC run (i don't have it)
I known about new NightlyTest.pl option: -noexternals
But what I must do for enable it
Vladimir
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
...t this moment I use
> "gmake TEST=nightly" command line to run night tester
>
> What I must specific and where to disable SPEC run (i don't have it)
I think that it's currently a bug that this does not automatically happen.
> I known about new NightlyTest.pl option: -noexternals
> But what I must do for enable it
Are you using the NightlyTest.pl file? To run the tester I don't use
gmake directly at all. Instead, I have this in my crontab:
5 3 * * * LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs $HOME/llvm/utils/NightlyTest.pl -pa...
2004 Jun 24
1
[LLVMdev] Using -noexternals option of NightlyTest.pl
...ot;gmake TEST=nightly" command line to run night tester
> >
> > What I must specific and where to disable SPEC run (i don't have it)
>
> I think that it's currently a bug that this does not automatically happen.
>
> > I known about new NightlyTest.pl option: -noexternals
> > But what I must do for enable it
>
> Are you using the NightlyTest.pl file? To run the tester I don't use
> gmake directly at all. Instead, I have this in my crontab:
>
> 5 3 * * *
LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs
$HOME/llvm/ut...
2004 Jun 24
5
[LLVMdev] Using -noexternals option of NightlyTest.pl
...d, I have this in my crontab:
>
> 5 3 * * *
LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs
$HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan
/home/vadve/shared/PublicCVS $HOME/buildtest-X86 $HOME/cvs/testresults-X86
>
> When run like this, you can use -noexternals as you wish.
Thank you fo information.
I will used this code for tester run.
Bu i have problem - script:termnated with error:
"Cannot change directory to: llvm source directory (llvm) at
/home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl line 131."
Called at line 339: Change...
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
...>
> > 5 3 * * *
> LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs
> $HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan
> /home/vadve/shared/PublicCVS $HOME/buildtest-X86 $HOME/cvs/testresults-X86
> >
> > When run like this, you can use -noexternals as you wish.
> Thank you fo information.
>
> I will used this code for tester run.
>
> Bu i have problem - script:termnated with error:
>
> "Cannot change directory to: llvm source directory (llvm) at
> /home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl lin...
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
...>
> > 5 3 * * *
> LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs
> $HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan
> /home/vadve/shared/PublicCVS $HOME/buildtest-X86 $HOME/cvs/testresults-X86
> >
> > When run like this, you can use -noexternals as you wish.
> Thank you fo information.
>
> I will used this code for tester run.
>
> Bu i have problem - script:termnated with error:
>
> "Cannot change directory to: llvm source directory (llvm) at
> /home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl line 1...
2005 Jul 30
1
Latest checked in files
The latest tarball appears to require SWIG to build. I''m guessing one
of the swig output files is missing in the CVS. It stops here:
NotebookEvent.cpp
swig -noruntime -noextern -w401 -w801 -w515 -c++ -ruby -o
src/NotebookSizer.cpp swig/classes/NotebookSizer.i
Exception `RuntimeError'' at
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.5.4/lib/rake.rb:485 - Command
failed with
2004 Jun 25
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Fri, 25 Jun 2004, Vladimir Merzliakov wrote:
> Result night tester run at FreeBSD 5.1 accessable by URL
> http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html
> I can't guaranty run it per day base, sorry.
Okay, sounds great. I added it to the page with a note to that effect:
http://llvm.cs.uiuc.edu/testresults/
Thanks a lot for volenteering to run it. Also, if you notice
2004 Jun 25
2
[LLVMdev] Using -noexternals option of NightlyTest.pl
Result night tester run at FreeBSD 5.1 accessable by URL
http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html
I can't guaranty run it per day base, sorry.
As i can see, make (bug 385) and perl (bug 386) not builded by
NightlyTest.pl (but builded if use gmake night tests run format)
So I don't known preferable solutions: its can be closed or patches
applied.
Vladimir
2004 Jun 24
2
[LLVMdev] Using -noexternals option of NightlyTest.pl
>
> Hrm, you probably have to tell it how to check out the LLVM tree. The
> /home/vadve/shared/PublicCVS path is the internal path to the root of the
> CVS repository. I'm not sure if the tester script has the ability to
> check out the tree over anon cvs yet. Reid do you know?
:pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm work for me
Waiting test results...
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 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Thu, 24 Jun 2004, Vladimir Merzliakov wrote:
> > check out the tree over anon cvs yet. Reid do you know?
> :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm work for me
>
> Waiting test results...
Great! It might take a while. The tester takes about 6 hours to run on a
2proc 3.0ghz Xeon box :) But that's with spec95/2k and povray included.
-Chris
--
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Thu, 24 Jun 2004, Vladimir Merzliakov wrote:
> > 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
>
2004 Jun 25
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
> Also i found that generated
> http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html page have
> links: "Test Results" and "LLVM Page"-> http://npt.cc.rsu.ru/
>
> I think this links must be hardcoded URLs in NightlyTester and point to
> appropriate LLVM prject web site pages.
I propose this attached patch.
-------------- next part --------------
A
2008 Jul 21
4
[LLVMdev] nightly tester setup
...Here's the meat of my nightly script, run from cron:
export BUILDDIR=$HOME/llvm-test
export WEBDIR=$HOME/llvm-test-results
export LLVMGCCDIR=$HOME/llvm-gcc/install
cd -- "$HOME"
mkdir -p -- "$WEBDIR"
cd llvm
utils/NewNightlyTest.pl -release -parallel -noexternals
-noremoveresults -nickname martini
where $HOME/llvm is an LLVM checkout that I keep up to date manually. I
also have llvm-gcc installed on the same system in /usr/local/bin/.
Could anyone who has the nightly tester set up properly please comment
on what my problem might be, or what I could try...
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
...9-05 at 10:01, Vladimir Merzliakov wrote:
> > x86 FreeBSD:
> > * hasn't run with changes yet
>
> I manually start script. I use this options (+ -verbose now for testing)
>
> /home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -parallel -enable-linscan
> -noexternals -noremove :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
> /home/wanderer/pkg/build/llvm/night/build
> /home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD
>
> Log:
> INITIALIZED
> CVS Root = :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm-test
> Buil...
2008 Jul 21
0
[LLVMdev] nightly tester setup
...tly script, run from cron:
>
> export BUILDDIR=$HOME/llvm-test
> export WEBDIR=$HOME/llvm-test-results
> export LLVMGCCDIR=$HOME/llvm-gcc/install
> cd -- "$HOME"
> mkdir -p -- "$WEBDIR"
> cd llvm
> utils/NewNightlyTest.pl -release -parallel -noexternals
> -noremoveresults -nickname martini
>
> where $HOME/llvm is an LLVM checkout that I keep up to date
> manually. I
> also have llvm-gcc installed on the same system in /usr/local/bin/.
>
> Could anyone who has the nightly tester set up properly please comment
> on what my...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
> x86 FreeBSD:
> * hasn't run with changes yet
I manually start script. I use this options (+ -verbose now for testing)
/home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -parallel -enable-linscan
-noexternals -noremove :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
/home/wanderer/pkg/build/llvm/night/build
/home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD
Log:
INITIALIZED
CVS Root = :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm-test
BuildDir = /home/wanderer/pkg/build/llv...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...LLVM_LIB_SEARCH_PATH
LD_LIBRARY_PATH=/home/wanderer/pkg/gcc_34/lib
export LD_LIBRARY_PATH
cd /home/wanderer/pkg/build/llvm/night/
echo @@@@@@@@@@@@@@@ Test run... @@@@@@@@@@@@@@@@@@@@@@@@@@@
/home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -verbose -debug
-parallel -enable-linscan -noexternals -noremove
:pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
/home/wanderer/pkg/build/llvm/night/build
/home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD
echo @@@@@@@@@@@@@@@ Test finished @@@@@@@@@@@@@@@@@@@@@@@@
---X8---------------
It work fine before (including last crontab n...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote:
>
> On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
>
> > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
> >> I haven't tested with objdir != srcdir.
> >
> > Ok, that was broken. Attached is a smaller diff that should work in
> > all
> > cases.
>
> This