Displaying 20 results from an estimated 121 matches for "xpass".
Did you mean:
pass
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...-----------------------------
920 tests total
856 ( 93%) tests as expected
6 ( 1%) tests unexpected FAIL
58 ( 6%) tests unexpected PASS
--- TESTS WITH UNEXPECTED
OUTCOMES -------------------------------------------
Feature.mc.basictest : XPASS
Feature.mc.calltest : XPASS
Feature.mc.casttest : XPASS
Feature.mc.cfgstructures : XPASS
Feature.mc.constexpr : XPASS
Feature.mc.constexprbad : XPASS
Feature.mc....
2004 Jun 20
0
[LLVMdev] llvm test results for FreeBSD platform
Thanks Vladimir. That's great! Glad you got it working.
BTW, the failures you're seeing have been experienced by Chris and I as
well. Chris is diligently working on making the LLVM processing more
consistent so he track down the problem. A week ago or so, these tests
passed at 100%.
Reid.
On Sun, 2004-06-20 at 15:50, Vladimir Merzliakov wrote:
> In attached file.
>
> Vladimir
2004 Jun 20
2
[LLVMdev] llvm test results for FreeBSD platform
In attached file.
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test2004_06_20.log
Type: application/octet-stream
Size: 88488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040620/98042f01/attachment.obj>
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...on.Transforms.TailCallElim.tail_call_with_branch: FAIL ,
> expected PASS
These should all be xfails right now, so this is ok.
> 920 tests total
> 856 ( 93%) tests as expected
> 6 ( 1%) tests unexpected FAIL
> 58 ( 6%) tests unexpected PASS
The 58 XPASSes are strange. It looks like qmtest isn't expecting you to
have a working code generator, but you do. qmtest probably needs to be
updated somehow to reflect this...
-Chris
> --- TESTS WITH UNEXPECTED
> OUTCOMES -------------------------------------------
>
> Feature.mc.basicte...
2013 Jun 05
0
[LLVMdev] More ExecutionEngine XPASS on ARM
I'm seeing more XPASSes on ExecutionEngine on ARM, but only on Release
mode, not Release+Assert:
$ grep XPASS final/logs/llvm.check-Phase3-Release.log
XPASS: LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll (10862 of
14500)
XPASS: LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll (10868 of
14500)
XPASS: LLVM :...
2009 Sep 02
1
[LLVMdev] XPASS forAsmBlocksComplexJumpTarget.c (-fasm-blocks)
Building r80796 of the "release_26" branch on Ubuntu 9.04, I'm getting
an XPASS on:
ssen at ssen:~/llvm/build$ make TESTONE=FrontendC/2009-08-11-
AsmBlocksComplexJumpTarget.c check-one
make[1]: Entering directory `/home/ssen/llvm/build/test'
Making a new site.exp file...
XPASS: /home/ssen/llvm/test/FrontendC/2009-08-11-
AsmBlocksComplexJumpTarget.c
make[1]: Leaving dire...
2013 May 30
0
[LLVMdev] XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (126 of 249) revisited
I finally had time to reproduce the failure in...
http://llvm.org/bugs/show_bug.cgi?id=15817
under x86_64 Fedora 15 linux and it fails the same way as under x86_64-apple-darwin*...
XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (126 of 249)
******************** TEST 'Polly :: Isl/CodeGen/scevcodegen-1.ll' FAILED ********************
Script:
--
opt -load /home/howarth/llvm/build/lib/LLVMPolly.so -polly-codegen-isl -polly-codegen-scev /home/howarth/llvm/tools/polly/test/Isl/Cod...
2013 May 31
4
[LLVMdev] [POLLY] fix Bug 15817
The attached patch eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
"; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
Jack
-------------- next part --------------
Index: test/Isl/CodeG...
2013 Jun 10
0
[LLVMdev] EE/MCJIT XPASS on ARM
EE/JIT folks,
When building release mode, 4 tests XPASS on ARM and I'm guessing is
because they were relying on the assert being hit.
Unexpected Passing Tests (4):
LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll
LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll
LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll...
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
...d patch eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
>>>> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
>>>> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
>>>> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
>>>> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
>>>> Jack
>>&...
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...es http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
>>>>>> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
>>>>>> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
>>>>>> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
>>>>>> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
>>>>>>...
2013 Nov 12
0
[LLVMdev] Some MCJIT XPASS and one FAIL on Linux ARMv7
Hi,
I've got the same 4 unexpected passing tests on the AArch64 buildbot.
I checked the buildbot logs and before these tests started to fail all MCJIT
tests were unsupported.
I think that maybe this commit -
http://llvm.org/viewvc/llvm-project?revision=193459&view=revision
<http://llvm.org/viewvc/llvm-project?revision=193459&view=revision>
caused the issue but I'm still
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
>>>>> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
>>>>> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
>>>>> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
>>>>> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
>>>>> Ja...
2013 Nov 12
2
[LLVMdev] Some MCJIT XPASS and one FAIL on Linux ARMv7
Hi,
Testing llvm trunk on openSUSE 13.1 ARMv7 I got 4 unexpected passes:
Unexpected Passing Tests (4):
LLVM :: ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
LLVM :: ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
LLVM :: ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
And one FAIL:
Failing Tests (1):
LLVM ::
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
.../bugs/show_bug.cgi?id=15817 by removing the remaining
> >>>>>>> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
> >>>>>>> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
> >>>>>>> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
> >>>>>>> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
> >&g...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...te:
> The attached patch eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
> Jack
Hi Jack,
the problem was that the failure o...
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
...The attached patch eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
> > "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
> > The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
> > and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
> > cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
> > Jack
>
> > Index: test/Isl...
2013 Jun 05
0
[LLVMdev] [POLLY] fix Bug 15817
...//llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
>>>>>>> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
>>>>>>> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
>>>>>>> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
>>>>>>> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
>>>>>&...
2013 Jun 06
0
[LLVMdev] [POLLY] fix Bug 15817
...show_bug.cgi?id=15817 by removing the remaining
>>>>>>>>> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
>>>>>>>>> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
>>>>>>>>> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
>>>>>>>>> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
>&...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...ote:
> The attached patch eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining
> "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html.
> The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3
> and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl 0.11.1/2 and
> cloog 0.18.0. The attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
> Jack
> Index: test/Isl/CodeGen/scevcodegen-1.ll...