[LLVMdev] llvm test results for FreeBSD platform

Reid Spencer reid at x10sys.com
Mon Jun 21 07:32:01 PDT 2004


Vladimir,

We had a problem with our nightly tester (a change I introduced to
hopefully solve another problem) that caused most of the failures in
your first test. This run looks much more like what we're used to
seeing. I believe the two tests below are known problems.

Reid.

On Mon, 2004-06-21 at 04:54, Vladimir Merzliakov wrote:
> Is it ok sending this results for FreeBSD5.1 at daily/weekly based to this
> mail list?
> 
> Now results.
> Big improvement in llvm tests results from last test result sended.
> 
> New regressions:
>   Regression.Assembler.ConstantExprFold         : FAIL    , expected PASS
>   Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing: FAIL    ,
> expected PASS
>   Regression.Transforms.PRE.basictest           : FAIL    , expected PASS
>   Regression.Transforms.TailCallElim.tail_call_with_branch: FAIL    ,
> expected PASS
> 
> Full log attached.
> 
> --- 
> STATISTICS ---------------------------------------------------------------
> 
>      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.constpointer                       : XPASS
> 
>   Feature.mc.forwardreftest                     : XPASS
> 
>   Feature.mc.globalvars                         : XPASS
> 
>   Feature.mc.indirectcall                       : XPASS
> 
>   Feature.mc.indirectcall2                      : XPASS
> 
>   Feature.mc.properties                         : XPASS
> 
>   Feature.mc.prototype                          : XPASS
> 
>   Feature.mc.recursivetype                      : XPASS
> 
>   Feature.mc.simplecalltest                     : XPASS
> 
>   Feature.mc.small                              : XPASS
> 
>   Feature.mc.smallest                           : XPASS
> 
>   Feature.mc.testalloca                         : XPASS
> 
>   Feature.mc.testconstants                      : XPASS
> 
>   Feature.mc.testlogical                        : XPASS
> 
>   Feature.mc.testmemory                         : XPASS
> 
>   Feature.mc.testswitch                         : XPASS
> 
>   Feature.mc.testvarargs                        : XPASS
> 
>   Feature.mc.varargs                            : XPASS
> 
>   Feature.mc.weirdnames                         : XPASS
> 
>   Regression.Assembler.ConstantExprFold         : FAIL    , expected PASS
>     Script:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trConstantExprFold.llx/testsc
> ript.ConstantExprFold.llx
>     Output:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trConstantExprFold.llx/testsc
> ript.ConstantExprFold.llx.out
> 
>   Regression.C++Frontend.2003-08-28-ForwardType : XPASS
> 
>   Regression.C++Frontend.2003-09-30-ForIncrementExprBug2: XPASS
> 
>   Regression.CFrontend.2003-01-30-UnionInit     : FAIL    , expected PASS
>     Compiling C code failed
> 
>   Regression.CFrontend.2003-06-29-MultipleFunctionDefinition: XPASS
> 
>   Regression.CFrontend.2003-08-30-AggregateInitializer: FAIL    , expected
> PASS
>     Compiling C code failed
> 
>   Regression.CFrontend.2003-08-30-LargeIntegerBitfieldMember: XPASS
> 
>   Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing: FAIL    ,
> expected PASS
>     Script:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
> ing.llx/testscript.2004-04-09-SameValueCoalescing.llx
>     Output:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
> ing.llx/testscript.2004-04-09-SameValueCoalescing.llx.out
> 
>   Regression.LLC.2002-04-14-UnexpectedUnsignedType: XPASS
> 
>   Regression.LLC.2002-04-16-StackFrameSizeAlignment: XPASS
> 
>   Regression.LLC.2003-05-27-phifcmpd            : XPASS
> 
>   Regression.LLC.2003-05-27-useboolinotherbb    : XPASS
> 
>   Regression.LLC.2003-05-27-usefsubasbool       : XPASS
> 
>   Regression.LLC.2003-05-28-ManyArgs            : XPASS
> 
>   Regression.LLC.2003-05-30-BadFoldGEP          : XPASS
> 
>   Regression.LLC.2003-05-30-BadPreselectPhi     : XPASS
> 
>   Regression.LLC.2003-07-06-BadIntCmp           : XPASS
> 
>   Regression.LLC.2003-07-07-BadLongConst        : XPASS
> 
>   Regression.LLC.2003-07-08-BadCastToBool       : XPASS
> 
>   Regression.LLC.2003-07-29-BadConstSbyte       : XPASS
> 
>   Regression.LLC.BurgBadRegAlloc                : XPASS
> 
>   Regression.LLC.badCallArgLRLLVM               : XPASS
> 
>   Regression.LLC.badFoldGEP                     : XPASS
> 
>   Regression.LLC.badarg6                        : XPASS
> 
>   Regression.LLC.badlive                        : XPASS
> 
>   Regression.LLC.constindices                   : XPASS
> 
>   Regression.LLC.fwdtwice                       : XPASS
> 
>   Regression.LLC.negintconst                    : XPASS
> 
>   Regression.LLC.sched                          : XPASS
> 
>   Regression.LLC.select                         : XPASS
> 
>   Regression.LLC.spillccr                       : XPASS
> 
>   Regression.Transforms.CorrelatedExprs.2002-10-03-PHIPropogate: XPASS
> 
>   Regression.Transforms.CorrelatedExprs.whet    : XPASS
> 
>   Regression.Transforms.IndVarsSimplify.2003-09-23-NotAtTop: XPASS
> 
>   Regression.Transforms.Inline.alloca_test      : XPASS
> 
>   Regression.Transforms.LICM.2003-08-04-TrappingInstHoist: XPASS
> 
>   Regression.Transforms.LICM.2003-08-04-TrappingInstOkHoist: XPASS
> 
>   Regression.Transforms.PRE.basictest           : FAIL    , expected PASS
>     Script:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trbasictest.ll/testscript.bas
> ictest.ll
>     Output:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trbasictest.ll/testscript.bas
> ictest.ll.out
> 
>   Regression.Transforms.TailCallElim.tail_call_with_branch: FAIL    ,
> expected PASS
>     Script:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trtail_call_with_branch.ll/te
> stscript.tail_call_with_branch.ll
>     Output:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trtail_call_with_branch.ll/te
> stscript.tail_call_with_branch.ll.out
> 
-------------- 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/attachments/20040621/0c2f1eac/attachment.sig>


More information about the llvm-dev mailing list