<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </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 --- - HashCombineBasicTest fails on PPC64/Linux"
   href="http://llvm.org/bugs/show_bug.cgi?id=19991">19991</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>HashCombineBasicTest fails on PPC64/Linux
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </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>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ismail@donmez.ws
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>With r210516 on PPC64 openSUSE Linux 13.1 we get:

******************** TEST 'LLVM-Unit ::
ADT/ADTTests/HashingTest.HashCombineBasicTest' FAILED ********************
Note: Google Test filter = HashingTest.HashCombineBasicTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from HashingTest
[ RUN      ] HashingTest.HashCombineBasicTest
 ../unittests/ADT/HashingTest.cpp:413: Failure
 Value of: hash_combine(bigarr[0], bigarr[1], l3)
 Actual: 5088237075164901046
 Expected: hash_combine_range(bigarr, bigarr + 10)
 Which is: 16538947639308476466
 [  FAILED  ] HashingTest.HashCombineBasicTest (0 ms)
 [----------] 1 test from HashingTest (0 ms total)

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

  1 FAILED TEST</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>