<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 - AlignmentTest.AlignConstexprConstant fails on x86 after r374758"
   href="https://bugs.llvm.org/show_bug.cgi?id=43791">43791</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AlignmentTest.AlignConstexprConstant fails on x86 after r374758
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </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>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>Starting with r374758, the AlignmentTest.AlignConstexprConstant lit test is
failing on x86 Linux. I have tested on 2 different machines running OpenSuse
and Arch 32.

Here is the build log:

llvm-lit: /home/luke/u64/llvm-project/llvm/utils/lit/lit/llvm/config.py:342:
note: using clang: /home/luke/u64/llvm-project/build/bin/clang
llvm-lit: /home/luke/u64/llvm-project/build/utils/lit/tests/lit.cfg:69:
warning: Setting a timeout per test not supported. Requires the Python psutil
module but it could not be found. Try installing it via pip or via your
operating system's package manager. Some tests will be skipped and the
--timeout command line argument will not work.
FAIL: LLVM-Unit :: Support/./SupportTests/AlignmentTest.AlignConstexprConstant
(2815 of 50227)
******************** TEST 'LLVM-Unit ::
Support/./SupportTests/AlignmentTest.AlignConstexprConstant' FAILED
********************
Note: Google Test filter = AlignmentTest.AlignConstexprConstant
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from AlignmentTest
[ RUN      ] AlignmentTest.AlignConstexprConstant
/home/luke/u64/llvm-project/llvm/unittests/Support/AlignmentTest.cpp:43:
Failure
      Expected: Align(8)
      Which is: 1-byte object <03>
To be equal to: kConstantAlign
      Which is: 1-byte object <02>
[  FAILED  ] AlignmentTest.AlignConstexprConstant (0 ms)
[----------] 1 test from AlignmentTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (1 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] AlignmentTest.AlignConstexprConstant

 1 FAILED TEST

********************
Testing Time: 1491.70s
********************
Failing Tests (1):
    LLVM-Unit :: Support/./SupportTests/AlignmentTest.AlignConstexprConstant

  Expected Passes    : 48671
  Expected Failures  : 163
  Unsupported Tests  : 1392 
  Unexpected Failures: 1</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>