search for: 11_04

Displaying 2 results from an estimated 2 matches for "11_04".

Did you mean: 1104
2012 Apr 12
2
[LLVMdev] Running test suite with LNT failed
...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: executing test modules 2012-04-12 02:39:49: loading nightly test data... nt.py:737: fatal error: nightly test failed, no report generated --- Any idea on how I can figure out wh...
2012 Apr 13
0
[LLVMdev] Running test suite with LNT failed
.../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: executing test modules > 2012-04-12 02:39:49: loading nightly test data... > nt.py:737: fatal error: nightly test failed, no report generated &...