Back to build
Raw log | Switch to full mode | Login

Running main() from ../../third_party/googletest/googletest/src/gtest_main.cc [==========] Running 9 tests from 1 test suite. [----------] Global test environment set-up. [----------] 9 tests from BitArr [ RUN ] BitArr.FindFirstBit_SubWord [ OK ] BitArr.FindFirstBit_SubWord (0 ms) [ RUN ] BitArr.FindFirstBit_ExactlyOneWord [ OK ] BitArr.FindFirstBit_ExactlyOneWord (0 ms) [ RUN ] BitArr.FindFirstBit_TwoWordsAndChange [ OK ] BitArr.FindFirstBit_TwoWordsAndChange (0 ms) [ RUN ] BitArr.FindNextBit_SubWord [ OK ] BitArr.FindNextBit_SubWord (0 ms) [ RUN ] BitArr.FindNextBit_ExactlyTwoWords [ OK ] BitArr.FindNextBit_ExactlyTwoWords (0 ms) [ RUN ] BitArr.FindNextBit_TwoWordsAndChange [ OK ] BitArr.FindNextBit_TwoWordsAndChange (0 ms) [ RUN ] BitArr.BitarrEmpty [ OK ] BitArr.BitarrEmpty (1 ms) [ RUN ] BitArr.ForEachSetBit [ OK ] BitArr.ForEachSetBit (0 ms) [ RUN ] BitArr.ForEachSetBit_Empty [ OK ] BitArr.ForEachSetBit_Empty (0 ms) [----------] 9 tests from BitArr (1 ms total) [----------] Global test environment tear-down [==========] 9 tests from 1 test suite ran. (1 ms total) [ PASSED ] 9 tests.