search for: mysandbox

Displaying 20 results from an estimated 21 matches for "mysandbox".

2014 Aug 11
2
[LLVMdev] Problems in installing LNT
Thanks for your help! After I installed the sandbox to /tmp/mysandbox instead of ~/mysandbox, everything starts to work. It still looks weird though. My home folder is not symlinked by the way. Jingyue On Sat Aug 09 2014 at 10:59:49 AM Renato Golin <renato.golin at linaro.org> wrote: > On 9 August 2014 02:56, Jingyue Wu <jingyue at google.com> wrote...
2015 Jan 29
2
[LLVMdev] LNT install
I followed the lnt quickstart <http://llvm.org/docs/lnt/quickstart.html> directions but got this diagnostic when doing the setup: bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop /Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284: UserWarning: The version spec\ ified requires normalization, consider using '0.4.1.dev0' instead of '0.4.1dev'. … Subsequently I get this error: > /Users/dcallahan/...
2014 Aug 09
3
[LLVMdev] Problems in installing LNT
I got Python 2.7.3 Sounds right? On Fri Aug 08 2014 at 4:45:01 PM Yi Kong <kongy.dev at gmail.com> wrote: > Hi Jingyue, > > I've never seen this error before. It looks like something to do with > virtualenv. > > What do you get by running `~/mysandbox/bin/python --version`? > > -Yi > > On 8 August 2014 23:48, Jingyue Wu <jingyue at google.com> wrote: > > Hi, > > > > I followed the instructions on http://llvm.org/docs/lnt/quickstart.html, > and > > got stuck on installation Step 4. > > > >...
2015 Jan 30
1
[LLVMdev] LNT install
...ping of package names, which could go wrong in the wrong environment. cheers, --renato On 29 January 2015 at 20:13, David Callahan <dcallahan at fb.com> wrote: > I followed the lnt quickstart directions but got this diagnostic when doing > the setup: > > > > bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop > > /Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284: > UserWarning: The version spec\ > > ified requires normalization, consider using '0.4.1.dev0' instead of > '0.4.1dev'. > > … > > > &...
2014 Aug 08
2
[LLVMdev] Problems in installing LNT
Hi, I followed the instructions on http://llvm.org/docs/lnt/quickstart.html, and got stuck on installation Step 4. ~/mysandbox/bin/python ~/lnt/setup.py develop said running develop error: None and returned error code 1. The lnt binary wasn't installed anywhere. Any clue? Thanks much, Jingyue -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev...
2013 Jun 07
2
[LLVMdev] tools build issue with lnt in cross platform testing
...to get lnt to use qemu for the execution. In that case, RHOST= is not set. But I change the Arch because I am going to run in cross mode. Then I'm setting RUNUNDER to be a script which runs qemu. In this case it builds timeit-target as a Mips which fails because this is running on x86. ~/mysandbox/bin/lnt runtest nt --sandbox ~/mysandbox --cc /local/llvmpb_a/install/bin/clang --cflag "-target mipsel-linux-gnu -EL -mips16 -gcc-toolchain /mips/arch/overflow/codesourcery/mips-linux-gnu/pro/release/2011.09-90/Linux -fPIC" --test-suite ~/workspace/test-suite -j 1 --only-test Sing...
2012 Sep 06
2
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
Hi, I'm trying to use LNT to run the test-suite. I followed the instructions on <http://lnt.llvm.org/quickstart.html>. When I run it I get this error: (mysandbox)sean:~/pg/others/llvm % lnt runtest nt --sandbox mysandbox --cc ~/pg/others/llvm/release/bin/clang --test-suite test-suite nt.py:1185: note: inferred C++ compiler under test as: '/home/sean/pg/others/llvm/release/bin/clang++' 2012-09-06 02:03:16: checking source versions compilers.py:81: er...
2014 Jun 24
2
[LLVMdev] Getting LNT to work with non-bash shell
...ery single test has a section like this # Pretend that the reference output was produced instantaneously. > cp /home/jeremy/hardware/llvm/test-suite/instant.txt > Output/sse.expandfft.out-nat.time > /home/jeremy/hardware/llvm/test-suite/DiffOutput.sh > "/home/jeremy/hardware/llvm/mysandbox/test-2014-06-24_20-20-59/tools/fpcmp > -r 0.016" simple sse.expandfft > rm -f Output/sse.expandfft.exe-simple > cp Output/sse.expandfft.diff-simple Output/sse.expandfft.exe-simple > /bin/sh: 7: test: 0: unexpected operator > if test -f Output/sse.expandfft.extra-results.txt; the...
2014 Jun 25
2
[LLVMdev] Getting LNT to work with non-bash shell
...Pretend that the reference output was produced instantaneously. > > cp /home/jeremy/hardware/llvm/test-suite/instant.txt Output/ > > sse.expandfft.out-nat.time > > /home/jeremy/hardware/llvm/test-suite/DiffOutput.sh > "/home/jeremy/hardware > > /llvm/mysandbox/test-2014-06-24_20-20-59/tools/fpcmp -r 0.016" > simple > > sse.expandfft > > rm -f Output/sse.expandfft.exe-simple > > cp Output/sse.expandfft.diff-simple Output/sse.expandfft.exe-simple > > /bin/sh: 7: test: 0: unexpected operator > > if...
2012 Sep 06
0
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
On Wed, Sep 5, 2012 at 7:23 PM, Sean Silva <silvas at purdue.edu> wrote: > Hi, I'm trying to use LNT to run the test-suite. I followed the > instructions on <http://lnt.llvm.org/quickstart.html>. When I run it I > get this error: > > (mysandbox)sean:~/pg/others/llvm % lnt runtest nt --sandbox mysandbox > --cc ~/pg/others/llvm/release/bin/clang --test-suite test-suite > nt.py:1185: note: inferred C++ compiler under test as: > '/home/sean/pg/others/llvm/release/bin/clang++' > 2012-09-06 02:03:16: checking source versions...
2013 Jun 07
0
[LLVMdev] tools build issue with lnt in cross platform testing
...t; In that case, RHOST= is not set. > > But I change the Arch because I am going to run in cross mode. > > Then I'm setting RUNUNDER to be a script which runs qemu. > > In this case it builds timeit-target as a Mips which fails because this > is running on x86. > > ~/mysandbox/bin/lnt runtest nt --sandbox ~/mysandbox --cc > /local/llvmpb_a/install/bin/clang --cflag "-target mipsel-linux-gnu -EL > -mips16 -gcc-toolchain > /mips/arch/overflow/codesourcery/mips-linux-gnu/pro/release/2011.09-90/Linux > -fPIC" --test-suite ~/workspace/test-suite -j 1 -...
2012 Apr 12
2
[LLVMdev] Running test suite with LNT failed
Hi all, I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html). --- $ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt $ ~/mysandbox/bin/python ~/lnt/setup.py develop $ cd mysandbox; source bin/activate $ $ lnt runtest nt \ --sandbox SANDBOX \ --cc ~/install/clang+llvm-3.0-i386-linux-Ubuntu-11_04/bin/clang \ --test-suite ~/test-suite-3.0.src/ --- But I got the error message below, --- 2012-04-12 02:39:48: executi...
2012 Sep 06
1
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
...; wrote: > On Wed, Sep 5, 2012 at 7:23 PM, Sean Silva <silvas at purdue.edu> wrote: >> Hi, I'm trying to use LNT to run the test-suite. I followed the >> instructions on <http://lnt.llvm.org/quickstart.html>. When I run it I >> get this error: >> >> (mysandbox)sean:~/pg/others/llvm % lnt runtest nt --sandbox mysandbox >> --cc ~/pg/others/llvm/release/bin/clang --test-suite test-suite >> nt.py:1185: note: inferred C++ compiler under test as: >> '/home/sean/pg/others/llvm/release/bin/clang++' >> 2012-09-06 02:03:16: checking...
2012 Mar 22
3
[LLVMdev] SPEC CPU2006 bitcode files
Hello, I'm trying to generate bitcode files from the SPEC CPU2006 benchmark suites. First I installed the benchmarks into ~/llvm/projects/test-suite/External/speccpu2006 and then I tried ~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4 --only-test=External/SPEC --enable-jit It looks like all but two tests did run fine but the Output directo...
2012 Apr 13
0
[LLVMdev] Running test suite with LNT failed
...is.sinica.edu.tw> wrote: > Hi all, > >  I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my > flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html). > > --- > $ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt > $ ~/mysandbox/bin/python ~/lnt/setup.py develop > $ cd mysandbox; source bin/activate > $ $ lnt runtest nt \ >    --sandbox SANDBOX \ >    --cc ~/install/clang+llvm-3.0-i386-linux-Ubuntu-11_04/bin/clang \ >    --test-suite ~/test-suite-3.0.src/ > --- > >  But I got the error message below...
2012 Mar 23
0
[LLVMdev] SPEC CPU2006 bitcode files
> ~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4 --only-test=External/SPEC --enable-jit From your cmdline, I don't see any option to make clang outpu...
2012 Mar 23
0
[LLVMdev] SPEC CPU2006 bitcode files
On Fri, Mar 23, 2012 at 05:04:34AM +0100, Andreas Donig wrote: > Hi chenwj, > > first let me thank you for your quick answer. > > > From your cmdline, I don't see any option to make clang output bitcode. If you > > want bitcode, try something like `clang -emit-llvm hello.c -c -o hello.bc`. > > I added --enable-jit because I had hope this would make LNT run the
2012 Mar 23
2
[LLVMdev] SPEC CPU2006 bitcode files
Hi chenwj, first let me thank you for your quick answer. > From your cmdline, I don't see any option to make clang output bitcode. If you > want bitcode, try something like `clang -emit-llvm hello.c -c -o hello.bc`. I added --enable-jit because I had hope this would make LNT run the JIT tests. I thought this process would cause the creation of bitcode files and then execute them
2016 Apr 27
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...ng service in localhost:27017. After that user should create database mongo use <db name> And set database name in config file. As additional fields will be host and port for users who will do settings for their server, which will have default values(localhost:27017). After that old steps ~/mysandbox/bin/python ~/lnt/setup.py develop lnt create ~/myperfdb lnt runserver ~/myperfdb MongoDB has detailed instructions for installing for all operating systems. Extra 6-7 commands for install MongoDB, which takes about 2 minutes and should be executed once shouldn't be a great problem for new u...
2016 May 13
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
...ng service in localhost:27017. After that user should create database mongo use <db name> And set database name in config file. As additional fields will be host and port for users who will do settings for their server, which will have default values(localhost:27017). After that old steps ~/mysandbox/bin/python ~/lnt/setup.py develop lnt create ~/myperfdb lnt runserver ~/myperfdb MongoDB has detailed instructions for installing for all operating systems. Extra 6-7 commands for install MongoDB, which takes about 2 minutes and should be executed once shouldn't be a great problem for new use...