[==========] Running 16 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 3 tests from TestBitMapDeathTest
[ RUN      ] TestBitMapDeathTest.TestCopyOverlap

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] TestBitMapDeathTest.TestCopyOverlap (219 ms)
[ RUN      ] TestBitMapDeathTest.TestCopyOverlapSrcAfterDst

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] TestBitMapDeathTest.TestCopyOverlapSrcAfterDst (164 ms)
[ RUN      ] TestBitMapDeathTest.TestCopyOverlapDstAfterSrc

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] TestBitMapDeathTest.TestCopyOverlapDstAfterSrc (173 ms)
[----------] 3 tests from TestBitMapDeathTest (558 ms total)

[----------] 13 tests from TestBitMap
[ RUN      ] TestBitMap.TestIteration
[       OK ] TestBitMap.TestIteration (0 ms)
[ RUN      ] TestBitMap.TestIteration2
[       OK ] TestBitMap.TestIteration2 (0 ms)
[ RUN      ] TestBitMap.TestIterationRandom
[       OK ] TestBitMap.TestIterationRandom (0 ms)
[ RUN      ] TestBitMap.Benchmark
[       OK ] TestBitMap.Benchmark (388 ms)
[ RUN      ] TestBitMap.TestSetAndTestBits
[       OK ] TestBitMap.TestSetAndTestBits (0 ms)
[ RUN      ] TestBitMap.TestBulkSetAndTestBits
[       OK ] TestBitMap.TestBulkSetAndTestBits (18 ms)
[ RUN      ] TestBitMap.TestFindBit
[       OK ] TestBitMap.TestFindBit (4 ms)
[ RUN      ] TestBitMap.TestBitmapIteration
[       OK ] TestBitMap.TestBitmapIteration (0 ms)
[ RUN      ] TestBitMap.TestEquals
[       OK ] TestBitMap.TestEquals (0 ms)
[ RUN      ] TestBitMap.TestCopy
[       OK ] TestBitMap.TestCopy (0 ms)
[ RUN      ] TestBitMap.BitmapToVector
[       OK ] TestBitMap.BitmapToVector (0 ms)
[ RUN      ] TestBitMap.EmptyBitset
[       OK ] TestBitMap.EmptyBitset (0 ms)
[ RUN      ] TestBitMap.BitmapIteratorOnNullBitmap
[       OK ] TestBitMap.BitmapIteratorOnNullBitmap (0 ms)
[----------] 13 tests from TestBitMap (412 ms total)

[----------] Global test environment tear-down
[==========] 16 tests from 2 test suites ran. (970 ms total)
[  PASSED  ] 16 tests.
