[LLVMbugs] [Bug 4672] New: CodeGen/SystemZ , CodeGen/Thumb & CodeGen/ Thumb2 fail test on Solaris.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Aug 2 12:16:15 PDT 2009


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

           Summary: CodeGen/SystemZ , CodeGen/Thumb & CodeGen/Thumb2 fail
                    test on Solaris.
           Product: Test Suite
           Version: trunk
          Platform: PC
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DejaGNU
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: eocallaghan at auroraux.org
                CC: llvmbugs at cs.uiuc.edu


Good day,

The follow target tests now fail on Solaris/AuroraUX hosts.

FAIL:
/export/home2/edward/lab/llvm/llvm/test/CodeGen/SystemZ/05-MemImmStores.ll
Failed with exit(1) at line 5
while running:  llvm-as <
/export/home2/edward/lab/llvm/llvm/test/CodeGen/SystemZ/05-MemImmStores.ll | 
llc | /usr/bin/ggrep mviy  | count 1
count: expected 1 lines and got        2.
child process exited abnormally
FAIL:
/export/home2/edward/lab/llvm/llvm/test/CodeGen/SystemZ/05-MemLoadsStores.ll
Failed with exit(1) at line 1
while running:  llvm-as <
/export/home2/edward/lab/llvm/llvm/test/CodeGen/SystemZ/05-MemLoadsStores.ll | 
llc | /usr/bin/ggrep ly     | count 2
count: expected 2 lines and got        4.
child process exited abnormally
Running /export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb/dg.exp ...
Running /export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/dg.exp ...
FAIL: /export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-ldr.ll
Failed with exit(1) at line 3
while running:  llvm-as <
/export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-ldr.ll |  llc
-march=thumb -mattr=+thumb2 | /usr/bin/ggrep mov\.w | /usr/bin/ggrep 1
child process exited abnormally
FAIL: /export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-ldrb.ll
Failed with exit(1) at line 3
while running:  llvm-as <
/export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-ldrb.ll |  llc
-march=thumb -mattr=+thumb2 | /usr/bin/ggrep mov\.w | /usr/bin/ggrep 1
child process exited abnormally
FAIL: /export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-ldrh.ll
Failed with exit(1) at line 3
while running:  llvm-as <
/export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-ldrh.ll |  llc
-march=thumb -mattr=+thumb2 | /usr/bin/ggrep mov\.w | /usr/bin/ggrep 1
child process exited abnormally
FAIL: /export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll
Failed with exit(1) at line 1
while running:  llvm-as <
/export/home2/edward/lab/llvm/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll |  llc
-march=thumb -mattr=+thumb2 | /usr/bin/ggrep {mov\.w\W*r[0-9],\W*#[0-9]*} |
/usr/bin/ggrep {#171\|#1179666\|#872428544\|#1448498774\|#66846720} | count 5
count: expected 5 lines and got        4.
child process exited abnormally

-bash-3.2$ /opt/clang/bin/llvm-as <
/export/home2/edward/lab/llvm/llvm/test/CodeGen/SystemZ/05-MemImmStores.ll | 
/opt/clang/bin/llc


        .text
        .align  2
        .globl  foo1
        .type   foo1, at function
foo1:
.LBB1_0:        # entry
        lghi    %r1, 1
        stg     %r1, 8(%r2)
        br      %r14
        .size   foo1, .-foo1


        .align  2
        .globl  foo2
        .type   foo2, at function
foo2:
.LBB2_0:        # entry
        lhi     %r1, 2
        sty     %r1, 4(%r2)
        br      %r14
        .size   foo2, .-foo2


        .align  2
        .globl  foo3
        .type   foo3, at function
foo3:
.LBB3_0:        # entry
        lhi     %r1, 3
        sth     %r1, 2(%r2)
        br      %r14
        .size   foo3, .-foo3


        .align  2
        .globl  foo4
        .type   foo4, at function
foo4:
.LBB4_0:        # entry
        mviy    1(%r2), 4
        br      %r14
        .size   foo4, .-foo4


        .align  2
        .globl  foo5
        .type   foo5, at function
foo5:
.LBB5_0:        # entry
        mviy    -1(%r2), 4
        br      %r14
        .size   foo5, .-foo5


        .align  2
        .globl  foo6
        .type   foo6, at function
foo6:
.LBB6_0:        # entry
        lhi     %r1, 3
        sthy    %r1, -2(%r2)
        br      %r14
        .size   foo6, .-foo6

        .section        .note.GNU-stack,"", at progbits


Let me know what other information I can provide.

Cheers,
Edward O'Callaghan.


-- 
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