[llvm-bugs] [Bug 34593] New: New test case test/MC/BPF/insn-unit.s fails on powerpc64 (big endian)

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 13 08:42:00 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34593

            Bug ID: 34593
           Summary: New test case test/MC/BPF/insn-unit.s fails on
                    powerpc64 (big endian)
           Product: new-bugs
           Version: trunk
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: seurer at linux.vnet.ibm.com
                CC: llvm-bugs at lists.llvm.org

It works on powerpc64le so it's probably an endian issue in the test case.


FAIL: LLVM :: MC/BPF/insn-unit.s (28551 of 36022)
******************** TEST 'LLVM :: MC/BPF/insn-unit.s' FAILED
********************
Script:
--
/home/seurer/llvm/build/llvm-test2/./bin/llvm-mc -triple bpf -filetype=obj -o 
/home/seurer/llvm/build/llvm-test2/test/MC/BPF/Output/insn-unit.s.tmp
/home/seurer/llvm/llvm-test2/test/MC/BPF/insn-unit.s
/home/seurer/llvm/build/llvm-test2/./bin/llvm-objdump -d -r
/home/seurer/llvm/build/llvm-test2/test/MC/BPF/Output/insn-unit.s.tmp |
/home/seurer/llvm/build/llvm-test2/./bin/FileCheck
/home/seurer/llvm/llvm-test2/test/MC/BPF/insn-unit.s
--
Exit Code: 1

Command Output (stderr):
--
/home/seurer/llvm/llvm-test2/test/MC/BPF/insn-unit.s:11:11: error: expected
string not found in input
// CHECK: 28 00 00 00 02 00 00 00 r0 = *(u16 *)skb[2]
          ^
<stdin>:7:2: note: scanning from here
 1: 28 00 00 00 00 00 00 02 r0 = *(u16 *)skb[2]
 ^
<stdin>:7:5: note: possible intended match here
 1: 28 00 00 00 00 00 00 02 r0 = *(u16 *)skb[2]
    ^

--

********************

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170913/51facd1f/attachment.html>


More information about the llvm-bugs mailing list