[llvm-bugs] [Bug 51859] New: llvm/test/JitListener/multiple.ll fails on linux

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 14 12:50:17 PDT 2021


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

            Bug ID: 51859
           Summary: llvm/test/JitListener/multiple.ll fails on linux
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: h.vetinari at gmx.com
                CC: craig.topper at gmail.com, llvm-bugs at lists.llvm.org,
                    llvm-dev at redking.me.uk, pengfei.wang at intel.com,
                    spatel+llvm at rotateright.com

While trying to build 13.0.0-rc3 for conda-forge in
https://github.com/conda-forge/llvmdev-feedstock/pull/131, 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     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            .
            .
            .
>>>>>>

--

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

-- 
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/20210914/9feb96d9/attachment.html>


More information about the llvm-bugs mailing list