search for: runtest

Displaying 20 results from an estimated 223 matches for "runtest".

2010 Sep 21
4
[LLVMdev] inline asm constraints examples/tests
Thanks, Stuart. Sorry, I had some left-over editing cruft in my email. >From Googling runtest, I had found dejagnu, which I'd heard some folks were using over there, so I used the local package manager to install it. But from what you said I went ahead and got the dejagnu sources and built it, but had problems in running make install, which is trying to put it /usr/local/bin rather tha...
2005 Aug 24
3
[LLVMdev] Problems running dejagnu tests
...vm/test/Scripts:/Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/Debug/bin:/Users/mike/bin:/usr/local/bin:/opt/local/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/Developer/Tools:.:/Users/mike/Code/aspectj1.0/bin" \ true runtest Now, that PATH may be a little cluttered, but the last line of 'true runtest' is guaranteed not to work - I'm not too familiar with dejagnu, and I couldn't figure out why it's doing this by looking at the scripts. I'm mostly up to date, but not completely current with CVS...
2005 Jan 07
3
[LLVMdev] make check fails on mingw
I'm not sure if dejagnu is installed correctly. Is there any way to call it on the command line? I get this: ------------------- $ runtest --version | tee -a my_runtest.log WARNING: Couldn't find the global config file. Expect version is 5.21 Tcl version is 8.0 Framework version is 1.4.4 ------------------- and ------------------- $ ls /usr/local/share/dejagnu/ baseboards framework.exp mondfe.exp stand...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
> I'm not sure if dejagnu is installed correctly. Is there any way to call it > on the command line? > > I get this: > ------------------- > $ runtest --version | tee -a my_runtest.log > WARNING: Couldn't find the global config file. > Expect version is 5.21 > Tcl version is 8.0 > Framework version is 1.4.4 > ------------------- It looks like dejagnu is installed and runs fine. You can also execute that comm...
2005 Jan 07
3
[LLVMdev] make check fails on mingw
...`/C/projects/build/MinGW/llvm-2-1/test' Making a new site.exp file... PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:/C/projects/src/llvm-2/llvm/test/Scripts:.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread \ true runtest make[1]: Leaving directory `/C/projects/build/MinGW/llvm-2-1/test' -------------------- Shouldn't a bunch of tests appear? Henrik. ----Original Message Follows---- From: Chris Lattner <sabre at nondot.org> Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> To: L...
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
...wn () After my patch, you get the appropriate output: SKIP chown (Can't chown (probably need root)) The problem that you might notice if you have had your coffee already this morning is that it is attempting to cat the file WITH quotations. The line that causes the problem is line 233 of runtests.sh: echo "SKIP $testbase (`cat \"$scratchdir/whyskipped\"`)" This is a POSIXLY_CORRECT behavior on part of the OpenBSD sh according to the sh man page which has a specific section on it: o Occurrences of \" inside double quoted `..` command substitutio...
2005 Jan 07
4
[LLVMdev] make check fails on mingw
...ts/src/llvm-2/llvm/test/Scripts:.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread:/c/projects/src/CMHTREE/PLT/DOS.PLT:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/Program Files/cvsnt:/c/Program Files/7-Zip \ true runtest /bin/sh.exe: Files/cvsnt:/c/Program: No such file or directory make[1]: *** [check-local] Error 127 make[1]: Leaving directory `/C/projects/build/MinGW/llvm-2-1/test' make: *** [check] Error 2 ------------------- Obviously, the shell tries to locate 'runtest'. runtest is located in: --...
2017 Mar 01
2
Noisy benchmark results?
...ukhin at apple.com>> wrote: I also usually rerun suspiciously improved or regressed tests to verify the performance change. Most of the time, if it was just a noise, the test doesn’t appear on another run. I wish LNT (or any other script) could do that for me :) Michael Doesn't the lnt runtest nt --rerun command line option allow you to do this? If not, what is missing? I don't use this option at the moment, but it would be nice to know if it does scratch your itch or not. Also, we still need to implement that functionality for lnt runtest test-suite. Thanks, Kristof --------------...
2005 May 18
1
[LLVMdev] runtest on cygwin for a gdb built on mingw failed
Hi, as you know dejagnu and expect have not yet been ported to MinGW correctly, so, I need to know how can I run runtest on cygwin for a gdb that was built on mingw Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev...
2018 Jun 19
2
Using lnt to run SPEC tests: possible or not?
It appears that lnt has the capability to run the SPEC2000/2006/2017(maybe) tests from looking at the options and from poking around in the mailing list archives. Or does it? I experimented a bit and cannot get it to work right. However, it isn't really documented anywhere so maybe I didn't set it up properly. Plus there's all the mention of llvmgcc... So is anyone doing
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...ou're right. And no errors or results where generated: > PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:/C/projects/src/llvm-2/llvm/test/Scripts:.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread > \ > true runtest > make[1]: Leaving directory `/C/projects/build/MinGW/llvm-2-1/test' > Shouldn't a bunch of tests appear? The "true runtest" line indicates that configure was not able to find dejagnu. -Chris > ----Original Message Follows---- > From: Chris Lattner <sabre at no...
2017 Feb 27
8
Noisy benchmark results?
...y, as described at: http://llvm.org/docs/lnt/quickstart.html I don't know what to expect but the results seems to be quite noisy and unstable. E.g I've done two runs on two different commits that only differ by a space in CODE_OWNERS.txt on my 12 core ubuntu 14.04 machine with: lnt runtest nt --sandbox SANDBOX --cc <path-to-my-clang> --test-suite /data/repo/test-suite -j 8 And then I get the following top execution time regressions: http://i.imgur.com/sv1xzlK.png The numbers bounce around a lot if I do more runs. Given the amount of noise I see here I don't know to so...
2005 Jan 07
2
[LLVMdev] make check fails on mingw
...lvm-2/llvm/test/Scripts:.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread:/c/projects/src/CMHTREE/PLT/DOS.PLT:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/Program >Files/cvsnt:/c/Program Files/7-Zip \ >true runtest >/bin/sh.exe: Files/cvsnt:/c/Program: No such file or directory >make[1]: *** [check-local] Error 127 >make[1]: Leaving directory `/C/projects/build/MinGW/llvm-2-1/test' >make: *** [check] Error 2 >------------------- > >Obviously, the shell tries to locate 'runtest'...
2009 Mar 06
1
DO NOT REPLY [Bug 6169] New: Syntax Error in runtests.sh "ssh-basic.test" script
https://bugzilla.samba.org/show_bug.cgi?id=6169 Summary: Syntax Error in runtests.sh "ssh-basic.test" script Product: rsync Version: 3.0.5 Platform: x86 OS/Version: Other Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rein...
2005 May 17
0
[LLVMdev] built on mingw and runtest on cygwin
Hi, as you know dejagnu and expect have not yet been ported to MinGW correctly, so, I need to know how can I run runtest on cygwin for a gdb that was built on mingw Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/...
2005 May 20
1
[LLVMdev] [Cygwin] clean build and install :)
Got a clean build and install now :))) Many thanks for all your help. Wish I had known a few basic things about Cygwin and GNU before tackling this. A few last things ... > Okay I will check the configuration properly. I can do without doxygen, and etags, for now, but need runtest, what about tcl, and dot. Okay got runtest, and doxygen now. Cannot find tcl on Cygwin, I may allready have it ??? Whats 'dot', do I really need it and where do I get it ??? Presumably I need these for 'make check' ? Aaron
2005 Aug 24
1
[LLVMdev] Problems running dejagnu tests
OK, that explains it. I probably didn't have runtest installed the last time I ran configure, and re-syncing with CVS also caused it to reconfigure, solving the problem but confusing me. Thanks, -mike On 8/24/05, Chris Lattner <sabre at nondot.org> wrote: > On Wed, 24 Aug 2005, Michael McCracken wrote: > > I'm mostly up to date,...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...m-2/llvm/test/Scripts:.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread:/c/projects/src/CMHTREE/PLT/DOS.PLT:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/Program > Files/cvsnt:/c/Program Files/7-Zip \ > true runtest > /bin/sh.exe: Files/cvsnt:/c/Program: No such file or directory > make[1]: *** [check-local] Error 127 > make[1]: Leaving directory `/C/projects/build/MinGW/llvm-2-1/test' > make: *** [check] Error 2 > ------------------- > > Obviously, the shell tries to locate 'runte...
2017 Apr 09
2
Possible stack corruption during call to JITSymbol::getAddress()
...project. While troubleshooting this I've discvoered that when LLVM is -DLLVM_USE_SANITIZER:STRING=Address the problem happens at different points during execution, perhaps having something to do with the padding around the stack variables added by the sanitizer? See the note after the call to runTest() in main(). I'm running this under an up-to-date Antergos Linux, clang version: 3.9.1 (tried compiling LLVM and the example program below with gcc 6.3.1 and the result is the same) clang set to default compiler by setting the following environment variables: CC=/usr/bin/clang CXX=/us...
2017 Feb 27
3
Noisy benchmark results?
...Kristof Beyls via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Mikael, > > Some noisiness in benchmark results is expected, but the numbers you see > seem to be higher than I'd expect. > A number of tricks people use to get lower noise results are (with the lnt > runtest nt command line options to enable it between brackets): > * Only build the benchmarks in parallel, but do the actual running of the > benchmark code at most one at a time. (--threads 1 --build-threads 6). > * Make lnt use linux perf to get more accurate timing for short-running > benchm...