Displaying 13 results from an estimated 13 matches for "argtest".
2011 Jul 29
2
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
...ed '/nfs_home/chenwj/test/native-build/arm2/Debug+Asserts/bin/lli' '/nfs_home/chenwj/test/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll' > '/dev/null'
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll (3176 of 6030)
******************** TEST 'LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/test/native-build/arm2/Debug+Asserts/bin/lli /nfs_home/chenwj/test/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll > /dev/null
--
Exit Code:...
2011 Nov 04
7
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...r "i686-pc-mingw32". I
think that these fails are due to the fact that the testcases are not
working when the target is specified to be different than host: in the
following list of failing testcases I see the JIT cases failing:
Failing Tests (26):
LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll
LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll
LLVM :: ExecutionEngine/2003-01-04-LoopTest.ll
LLVM :: ExecutionEngine/2003-01-15-AlignmentTest.ll
LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll
LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll
LLVM :: ExecutionE...
2012 Jun 19
2
[LLVMdev] mc jit
On 06/18/2012 07:21 PM, 陳韋任 (Wei-Ren Chen) wrote:
> make check-all LIT_ARGS=--param=jit_impl=mcjit
Thanks.
When I run this on x86 ubuntu, there are 47 failures.
Failing Tests (47):
LLVM :: ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll
LLVM :: ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll
LLVM :: ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll
LLVM :: ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll
LLVM :: ExecutionEngine/MCJIT/2003-01-09-SARTest.ll
LLVM :: ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll
LLV...
2011 Nov 29
0
[LLVMdev] LLVM on ARM testing.
...I'm curious if anybody is still tracking the status of ARM support in
LLVM. Right now I'm getting the following errors for llvm-3.0rc4 test
suite on arm linux system:
********************
Testing Time: 2136.45s
********************
Failing Tests (7):
LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll
LLVM :: ExecutionEngine/test-fp.ll
LLVM :: Object/objdump-disassembly-inline-relocations.test
LLVM :: Object/objdump-trivial-object.test
LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JIT.GlobalInFunction
LLVM-Unit ::
ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableE...
2011 Nov 04
0
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...;. I
> think that these fails are due to the fact that the testcases are not
> working when the target is specified to be different than host: in the
> following list of failing testcases I see the JIT cases failing:
>
> Failing Tests (26):
> LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll
> LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll
> LLVM :: ExecutionEngine/2003-01-04-LoopTest.ll
> LLVM :: ExecutionEngine/2003-01-15-AlignmentTest.ll
> LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll
> LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll
&g...
2004 Jul 08
0
[LLVMdev] Update To Optimized Nightly Test
...irst test on the new hardware has run this evening and produced the
following new regression:
Regression.CFrontend.2004-07-06-FunctionCast : FAIL , expected PASS
Compiling C code failed
Regression.CodeGen.CBackend.2003-06-2argc: 1
/proj/work/llvm/nightlytest/build/llvm/test/tmp/llitest-2002-12-16-ArgTest.ll
Everything else looks good.
Thanks,
Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachme...
2012 Jun 19
0
[LLVMdev] mc jit
On Mon, Jun 18, 2012 at 04:56:53PM -0700, reed kotler wrote:
> I don't see any tests in either test or test-suite for -use-mcjit.
For ARM, we need to manually switch to use mcjit, say
$ make check-all LIT_ARGS=--param=jit_impl=mcjit
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799
2012 Jun 19
0
[LLVMdev] mc jit
...08:24 PM, reed kotler wrote:
> On 06/18/2012 07:21 PM, 陳韋任 (Wei-Ren Chen) wrote:
>> make check-all LIT_ARGS=--param=jit_impl=mcjit
> Thanks.
>
> When I run this on x86 ubuntu, there are 47 failures.
>
> Failing Tests (47):
> LLVM :: ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll
> LLVM :: ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll
> LLVM :: ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll
> LLVM :: ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll
> LLVM :: ExecutionEngine/MCJIT/2003-01-09-SARTest.ll
> LLVM :: ExecutionEngine/MCJI...
2011 Jul 03
9
[LLVMdev] LLVM on ARM testing.
Hello,
I asked here for kind of reference GCC version which LLVM development
team is using for *native* testing on ARM hardware. (no cross
compilation!) last week or so. I've been curious myself how the
situation looks and so I tested LLVM 2.9 as a reference point and LLVM
HEAD as of June 29 on ARMv7 (two boards with two different Ubuntu
versions) compiled by GCC 4.3.4, 4.4.1, 4.4.5,
2011 Nov 04
1
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...t these fails are due to the fact that the testcases are not
>> working when the target is specified to be different than host: in the
>> following list of failing testcases I see the JIT cases failing:
>>
>> Failing Tests (26):
>> LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll
>> LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll
>> LLVM :: ExecutionEngine/2003-01-04-LoopTest.ll
>> LLVM :: ExecutionEngine/2003-01-15-AlignmentTest.ll
>> LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll
>> LLVM :: ExecutionEngine/2003-05-0...
2012 Jun 18
4
[LLVMdev] mc jit
I don't see any tests in either test or test-suite for -use-mcjit.
Are we not testing this yet?
There are lots of other llc options.
What is our plan for testing these?
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...auto_constant.ll
LLVM : : CodeGen/PowerPC/vec_br_cmp.ll
LLVM : : CodeGen/PowerPC/vec_buildvector_loadstore.ll
LLVM : : CodeGen/PowerPC/vec_misaligned.ll
LLVM : : CodeGen/PowerPC/vec_splat_constant.ll
LLVM : : DebugInfo/array.ll
LLVM : : ExecutionEngine/2002-12-16-ArgTest.ll
LLVM : : ExecutionEngine/2003-01-04-ArgumentBug.ll
LLVM : : ExecutionEngine/2003-01-04-LoopTest.ll
LLVM : : ExecutionEngine/2003-01-04-PhiTest.ll
LLVM : : ExecutionEngine/2003-01-09-SARTest.ll
LLVM : : ExecutionEngine/2003-01-10-FUCOM.ll
LLVM : : ExecutionEngi...
2009 Feb 23
1
[LLVMdev] 2.5 Pre-release2 available for testing
On Mon, Feb 23, 2009 at 12:12 AM, Aaron Gray <
aaronngray.lists at googlemail.com> wrote:
> On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov <
> anton at korobeynikov.info> wrote:
>
>>
>> Actually its [configure-stage3-intl] where its hanging.
>>
>> This can easily be due to inline FP math in the stdlib headers. For
>> example - I had to