<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 :: Reduce/remove tests not finding python on Ubuntu 18.04"
   href="https://bugs.llvm.org/show_bug.cgi?id=43184">43184</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVM :: Reduce/remove tests not finding python on Ubuntu 18.04
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>lukebenes@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Ubuntu 18.04 does not come with python2 and python3 is not made available as
'python'. So after 

<a href="http://llvm.org/viewvc/llvm-project?view=revision&revision=368358">http://llvm.org/viewvc/llvm-project?view=revision&revision=368358</a>

llvm fails the lit tests LLVM :: Reduce/remove-funcs.ll test.

Currently, ToT is failing with the following errors:

******************** TEST 'LLVM :: Reduce/remove-global-vars.ll' FAILED
********************
Exit Code: 1

Command Output (stderr):
--
*** Reducing Functions...
----------------------------
Function Index Reference:
        1: main
----------------------------
/usr/bin/env: 'python': No such file or directory
Error running interesting-ness test
/llvm-project/llvm/test/Reduce/remove-global-vars.ll:7:10: error: CHECK:
expected string not found in input
; CHECK: @interesting = global
         ^
<stdin>:1:1: note: scanning from here
Reducing functions...
^
<stdin>:1:5: note: possible intended match here
Reducing functions...
    ^

--

********************
FAIL: LLVM :: Reduce/remove-funcs.ll (41073 of 48723)
******************** TEST 'LLVM :: Reduce/remove-funcs.ll' FAILED
********************
Script:
--
: 'RUN: at line 4';   llvm-reduce --test
/llvm-project/llvm/test/Reduce/Inputs/remove-funcs.py
/llvm-project/llvm/test/Reduce/remove-funcs.ll -o - |
/home/luke/u64/llvm-project/build/bin/FileCheck
/llvm-project/llvm/test/Reduce/remove-funcs.ll
--
Exit Code: 1

Command Output (stderr):
--
*** Reducing Functions...
----------------------------
Function Index Reference:
        1: uninteresting1
        2: interesting
        3: uninteresting2
        4: uninteresting3
----------------------------
/usr/bin/env: 'python': No such file or directory
Error running interesting-ness test
/llvm-project/llvm/test/Reduce/remove-funcs.ll:13:10: error: CHECK: expected
string not found in input
; CHECK: interesting()
         ^
<stdin>:1:1: note: scanning from here
Reducing functions...
^
<stdin>:1:6: note: possible intended match here
Reducing functions...
     ^

--

********************
Testing Time: 530.10s
********************
Failing Tests (2):
    LLVM :: Reduce/remove-funcs.ll
    LLVM :: Reduce/remove-global-vars.ll</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>