Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] How to run regression tests for ARM?"
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/markhor/llvm/nativeBuild/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/markhor/llvm/nativeBuild/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory /mnt/markhor/llvm/nativeBuild/test
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000 ; \
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/markhor/llvm/nativeBuild/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory /mnt/markhor/llvm/nativeBuild/test
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000 ; \
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/markhor/llvm/nativeBuild/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/markhor/llvm/nativeBuild/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/markhor/llvm/nativeBuild/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000
2010 Sep 09
3
[LLVMdev] How to run regression tests for ARM?
Hello.
I experience a problem when I try to run LLVM tests on the ARM "Beagle"
board with Debian Lenny installed on it. When I execute "make check", I get
the following output:
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/markhor/llvm/nativeBuild/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000
2008 Feb 27
4
[LLVMdev] llvm/test: suffix or operands invalid for `push'
Hi all again,
llvm is failing the 2006-11-30-NoCompileUnit and 2006-11-30-Pubnames
tests on me.
-m32 and --disable-multilib didn't change the outcome. Did I get the
command wrong? I tried
jo at kurier:~/Delta/llvm/test$ CFLAGS=--multilib make check
See below for a transcript of the failed check.
What next?
Regards,
Jo
-- snip --
jo at kurier:~/Delta/llvm/test$ make check
llvm[0]:
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
On Thu, 9 Sep 2010 02:19:11 -0700 (PDT)
markhor <markhor at ispras.ru> wrote:
>
> Hello.
>
> I experience a problem when I try to run LLVM tests on the ARM
> "Beagle" board with Debian Lenny installed on it.
I got this email 9 times at a difference of a few minutes, did you send
it that many times, or something wrong with the mailing list?
Best regards,
--Edwin
2010 Apr 22
0
[LLVMdev] problem when building coreutil
Hi all,
I'm new to llvm and klee. Now I'm trying to build up coreutil with klee.
Following the steps online (http://klee.llvm.org/TestingCoreutils.html), I
went to step 3 and stuck.
When I try to run:
klee --libc=uclibc --posix-runtime ./cat.bc -version
Error occurred like:
klee: error: Cannot find linker input '/lib/libc.a'
klee: ModuleUtil.cpp:42: llvm::Module*
2004 Nov 08
2
[LLVMdev] Dejagnu Support Added
In an effort to simplify how tests are added to the LLVM testsuite, I've
added support for Dejagnu. This only applies to the Feature and Regression
tests. If this experiment goes well, we may switch from using QMTest to
Dejagnu.
I'm asking for people (especially those running nightly testers) to give
Dejagnu a try. You will need to install Dejagnu
(http://www.gnu.org/software/dejagnu/)
2004 Nov 29
0
[LLVMdev] QMTest vs. Dejagnu
Tanya Lattner wrote:
> I've finished adding the -rundejagnu option to the nightly tester script,
> which was the last step to fully support Dejagnu. I think now is the
> appropriate time to discuss keeping QMTest or switching to Dejagnu. A lot
> of work went into using QMTest, so I think we should make this decision
> carefully and before the 1.4 release.
>
> Here are the
2007 Oct 12
1
[LLVMdev] .ll test cases for tail call optimization in test-suite
On 12 Oct 2007, at 07:07, Evan Cheng wrote:
>>In order to test the tail call optimization i created quite a few
>>.ll files and added them to the SingleSource directory in the
>>test-suite. For example
>>llvm-test/SingleSource/Tailcall/tailcall1-2.ll.
>Shouldn't these be dejagnu tests instead?
There is one test in dejagnu that tests whether tail call optimization
2002 Jun 06
0
Problem running dejaGNU testsuites for samba.
Hi,
I have some problem with running testsuites for samba.
I use the dejaGNU 1.4.2 and latest 2.2.4 samba sources.
What's wrong with my settings ?
When I running runtest in testsuites directory I got:
WARNING: Couldn't find the global config file.
WARNING: No tool specified
Test Run By eugene on Thu Jun 6 18:37:13 2002
Native configuration is sparc-sun-solaris2.8
===
2004 Nov 29
0
[LLVMdev] QMTest vs. Dejagnu
On Sunday 28 November 2004 00:24, Tanya Lattner wrote:
Just some comments from a QMTest user... Note however, that even with them,
dejagnu looks better.
> Cons of QMTest:
> 1) You have to use the gui to add directories.
I think you're wrong. Manually creating a directory would work, as QMTest does
not place anything special in directories.
> 2) You have to use the gui to XFAIL
2012 Dec 30
0
[LLVMdev] [cfe-dev] !!! 3.2 Release RC3 source code available for download and testing
2012/12/30 Larry Evans <cppljevans at suddenlink.net>:
> I just created clang with the tarballs without problem; however,
> when `make check-all` was run, I got 1 error. My system is:
> ~/download/llvm/pre-releases/3.2/rc3/download/build_debug $ make check-all
> llvm[0]: Running test suite
> make[1]: Entering directory
>
2005 Jan 09
1
[LLVMdev] make check fails on mingw
Can any one, who has dejagnu and expect installed and working, send me an
output when running '(g)make check' from llvm.
Thanks.
Henrik.
=============================================================
Henrik Bach
LLVM Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
'Nothing is impossible; The impossible
2005 Jan 09
0
[LLVMdev] make check fails on mingw
On Sun, 9 Jan 2005, Henrik Bach wrote:
> I found that it was runtest.exp which referenced to the internal exp_debug
> function. For testing purposes I disabled the reference and ran a new:
Hi Henrik,
Unfortunately, none of us has access to a MinGW setup, so we cannot debug
this problem. If you're hacking on dejagnu or expect itself (because it
has not yet been ported to MinGW