<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/test/JitListener/multiple.ll fails on linux"
   href="https://bugs.llvm.org/show_bug.cgi?id=51859">51859</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm/test/JitListener/multiple.ll fails on linux
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Backend: X86
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>h.vetinari@gmx.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>craig.topper@gmail.com, llvm-bugs@lists.llvm.org, llvm-dev@redking.me.uk, pengfei.wang@intel.com, spatel+llvm@rotateright.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>While trying to build 13.0.0-rc3 for conda-forge in
<a href="https://github.com/conda-forge/llvmdev-feedstock/pull/131">https://github.com/conda-forge/llvmdev-feedstock/pull/131</a>, the following error
occurs under linux on x86_64:


```
[...]
[100%] Running the LLVM regression tests
-- Testing: 44819 tests, 2 workers --
Testing:  0.. 10.. 20.. 30.. 40..
FAIL: LLVM :: JitListener/multiple.ll (22231 of 44819)
******************** TEST 'LLVM :: JitListener/multiple.ll' FAILED
********************
Script:
--
: 'RUN: at line 2';   llvm-jitlistener
$SRC_DIR/llvm/test/JitListener/multiple.ll | $SRC_DIR/llvm/build/bin/FileCheck
$SRC_DIR/llvm/test/JitListener/multiple.ll
--
Exit Code: 1

Command Output (stderr):
--
$SRC_DIR/llvm/test/JitListener/multiple.ll:29:10: error: CHECK: expected string
not found in input
; CHECK: Method load [1]: bar, Size = {{[0-9]+}}
         ^
<stdin>:1:1: note: scanning from here
Method load [1]: foo, Size = 11
^
<stdin>:6:1: note: possible intended match here
Method load [2]: bar, Size = 38
^

Input file: <stdin>
Check file: $SRC_DIR/llvm/test/JitListener/multiple.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
            1: Method load [1]: foo, Size = 11
check:29'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
            2:  Line info @ 0: multiple.c, line 1
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            3:  Line info @ 9: multiple.c, line 1
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            4:  Line info @ 11: multiple.c, line 2
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            5:
check:29'0     ~
            6: Method load [2]: bar, Size = 38
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:29'1     ?                                possible intended match
            7:  Line info @ 0: multiple.c, line 5
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            8:  Line info @ 7: multiple.c, line 5
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            9:  Line info @ 9: multiple.c, line 6
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           10:  Line info @ 11: multiple.c, line 6
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           11:  Line info @ 21: multiple.c, line 9
check:29'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            .
            .
            .
<span class="quote">>>>>>></span >

--

********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
********************
Failed Tests (1):
  LLVM :: JitListener/multiple.ll


Testing Time: 1818.51s
  Unsupported      :  1595
  Passed           : 43075
  Expectedly Failed:   148
  Failed           :     1
make[3]: *** [test/CMakeFiles/check-llvm.dir/build.make:71:
test/CMakeFiles/check-llvm] Error 1
make[2]: *** [CMakeFiles/Makefile2:87867: test/CMakeFiles/check-llvm.dir/all]
Error 2
make[1]: *** [CMakeFiles/Makefile2:87874: test/CMakeFiles/check-llvm.dir/rule]
Error 2
make: *** [Makefile:17557: check-llvm] Error 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>