[LLVMbugs] [Bug 2219] New: make test failures on SVN r49608

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Apr 13 02:26:29 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2219

           Summary: make test failures on SVN r49608
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


On Linux lightspeed2 2.6.25-rc8 #5 Tue Apr 8 21:16:47 EEST 2008 x86_64
GNU/Linux:

FAIL: /home/edwin/llvm-svn/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with exit(1) at line 2
while running: llvm-as <
/home/edwin/llvm-svn/llvm/test/Analysis/BasicAA/pure-const-dce.ll | opt
-basicaa -gvn | llvm-dis | grep TestPure  | count 3
count: expected 3 lines and got 4.
child process exited abnormally

FAIL: /home/edwin/llvm-svn/llvm/test/CFrontend/2007-05-07-NestedStructReturn.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm
/home/edwin/llvm-svn/llvm/test/CFrontend/2007-05-07-NestedStructReturn.c -S
-fnested-functions -o - | grep {sret *%agg.result}
child process exited abnormally

FAIL: /home/edwin/llvm-svn/llvm/test/CFrontend/2008-01-25-ByValReadNone.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm -O3 -S -o - -emit-llvm
/home/edwin/llvm-svn/llvm/test/CFrontend/2008-01-25-ByValReadNone.c | not grep
readonly
        %tmp3001 = call i32 @g( i32 %x.0.0, i32 %x.0.1, i32 %x.0.2, i32 %x.0.3,
i32 %x.0.4, i32 %x.0.5, i32 %x.0.6, i32 %x.0.7, i32 %x.0.8, i32 %x.0.9, i32
%x.0.10, i32 %x.0.11, i32 %x.0.12, i32 %x.0.13, i32 %x.0.14, i32 %x.0.15, i32
%x.0.16, i32 %x.0.17, i32 %x.0.18, i32 %x.0.19, i32 %x.0.20, i32 %x.0.21, i32
%x.0.22, i32 %x.0.23, i32 %x.0.24, i32 %x.0.25, i32 %x.0.26, i32 %x.0.27, i32
%x.0.28, i32 %x.0.29, i32 %x.0.30, 
...
^This one is known (PR2132)

FAIL: /home/edwin/llvm-svn/llvm/test/CFrontend/2008-04-08-NoExceptions.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm -S -o -
/home/edwin/llvm-svn/llvm/test/CFrontend/2008-04-08-NoExceptions.c | grep
nounwind | count 2
count: expected 2 lines and got 1.
child process exited abnormally

FAIL: /home/edwin/llvm-svn/llvm/test/CFrontend/sret.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm
/home/edwin/llvm-svn/llvm/test/CFrontend/sret.c -S -emit-llvm -O0 -o - | grep
sret | count 5
count: expected 5 lines and got 1.
child process exited abnormally

FAIL: /home/edwin/llvm-svn/llvm/test/CFrontend/sret2.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm
/home/edwin/llvm-svn/llvm/test/CFrontend/sret2.c -S -emit-llvm -O0 -o - | grep
sret | count 2
count: expected 2 lines and got 1.
child process exited abnormally

                ===  Summary ===

# of expected passes            2514
# of unexpected failures        6
# of expected failures          4


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list