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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to