[LLVMbugs] [Bug 19112] New: compile-custom.ll crashes BugPoint

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 11 20:32:22 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19112

            Bug ID: 19112
           Summary: compile-custom.ll crashes BugPoint
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: bugpoint
          Assignee: unassignedbugs at nondot.org
          Reporter: oroppas at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Here's the output of the regression test:

[1/1] Running the LLVM regression tests
FAILED: cd /home/ryuta/devel/llvm/src/build/test && /usr/bin/python2
/home/ryuta/devel/llvm/src/llvm/utils/lit/lit.py -sv --param
llvm_site_config=/home/ryuta/devel/llvm/src/build/test/lit.site.cfg --param
llvm_unit_site_config=/home/ryuta/devel/llvm/src/build/test/Unit/lit.site.cfg
/home/ryuta/devel/llvm/src/build/test
-- Testing: 9930 tests, 8 threads --
Testing: 0 .. 10
FAIL: LLVM :: BugPoint/compile-custom.ll (1379 of 9930)
******************** TEST 'LLVM :: BugPoint/compile-custom.ll' FAILED
********************
Script:
--
/home/ryuta/devel/llvm/src/build/./bin/bugpoint -load
/home/ryuta/devel/llvm/src/build/./lib/BugpointPasses.so --compile-custom
--compile-command="/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll.py
arg1 arg2" --output-prefix
/home/ryuta/devel/llvm/src/build/test/BugPoint/Output/compile-custom.ll.tmp
/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll |
/home/ryuta/devel/llvm/src/build/./bin/FileCheck
/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll
--
Exit Code: 1

Command Output (stderr):
--
*** Debugging code generator crash!
<crash>
<crash>
/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll:8:10: error:
expected string not found in input
; CHECK: Error: arg1 arg2
         ^
<stdin>:1:1: note: scanning from here
Read input file :
'/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll'
^
<stdin>:6:62: note: possible intended match here
 /home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll.py arg1 arg2
/home/ryuta/devel/llvm/src/build/test/BugPoint/Output/compile-custom.ll.tmp-test-program-708cae0.bc
                                                             ^

--

-- 
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/20140312/90d58e60/attachment.html>


More information about the llvm-bugs mailing list