[LLVMbugs] [Bug 19991] New: HashCombineBasicTest fails on PPC64/Linux
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 10 03:01:53 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19991
Bug ID: 19991
Summary: HashCombineBasicTest fails on PPC64/Linux
Product: clang
Version: trunk
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: ismail at donmez.ws
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
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
--
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/20140610/8d25734c/attachment.html>
More information about the llvm-bugs
mailing list