<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 - llvm-nm test fails on SystemZ"
   href="https://bugs.llvm.org/show_bug.cgi?id=34505">34505</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-nm test fails on SystemZ
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Core LLVM classes
          </td>
        </tr>

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

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>These are failures that are currently keeping a s390 build-bot red:

bin/llvm-lit test/tools/llvm-nm/wasm
-- Testing: 3 tests, 3 threads --
...
FAIL: LLVM :: tools/llvm-nm/wasm/exports.yaml (2 of 3)
FAIL: LLVM :: tools/llvm-nm/wasm/weak-symbols.yaml (3 of 3)

I found that by reverting 3ccf551 / trunk@312294, the problem disappears.

******************** TEST 'LLVM :: tools/llvm-nm/wasm/exports.yaml' FAILED ***
test/tools/llvm-nm/wasm/exports.yaml:43:10: error: expected string not found in
input
# CHECK: 00000400 D bar
         ^
<stdin>:1:1: note: scanning from here
00000000 D bar
^

******************** TEST 'LLVM :: tools/llvm-nm/wasm/weak-symbols.yaml' FAILED
***
test/tools/llvm-nm/wasm/weak-symbols.yaml:67:10: error: expected string not
found in input
# CHECK: 00000400 W weak_global_data
         ^
<stdin>:1:1: note: scanning from here
00000000 W weak_global_data
^</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>