Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.88 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. FAIL: LLVM-Unit :: ADT/Release/ADTTests/APIntTest.i33_Count (5087 of 5319)
  2. ******************** TEST 'LLVM-Unit :: ADT/Release/ADTTests/APIntTest.i33_Count' FAILED ********************
  3. Note: Google Test filter = APIntTest.i33_Count
  4. [==========] Running 1 test from 1 test case.
  5. [----------] Global test environment set-up.
  6. [----------] 1 test from APIntTest
  7. [ RUN      ] APIntTest.i33_Count
  8. /data/buildslave/freebsd-clang-i386/src-llvm/unittests/ADT/APIntTest.cpp:44: Failure
  9. Value of: i33minus2.countLeadingZeros()
  10.   Actual: 4294967265
  11. Expected: 0u
  12. Which is: 0
  13. [  FAILED  ] APIntTest.i33_Count (0 ms)
  14. [----------] 1 test from APIntTest (0 ms total)
  15.  
  16. [----------] Global test environment tear-down
  17. [==========] 1 test from 1 test case ran. (1 ms total)
  18. [  PASSED  ] 0 tests.
  19. [  FAILED  ] 1 test, listed below:
  20. [  FAILED  ] APIntTest.i33_Count
  21.  
  22.  1 FAILED TEST
  23.  
  24. ********************