<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - New test case test/MC/BPF/insn-unit.s fails on powerpc64 (big endian)"
   href="https://bugs.llvm.org/show_bug.cgi?id=34593">34593</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>New test case test/MC/BPF/insn-unit.s fails on powerpc64 (big endian)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>seurer@linux.vnet.ibm.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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]
    ^

--

********************</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>