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

Running main() from ../../third_party/googletest/googletest/src/gtest_main.cc [==========] Running 22 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from LibraryLoader [ RUN ] LibraryLoader.LoadSimple [ OK ] LibraryLoader.LoadSimple (30 ms) [----------] 1 test from LibraryLoader (30 ms total) [----------] 21 tests from WireParserTest [ RUN ] WireParserTest.ParseSingleString [ OK ] WireParserTest.ParseSingleString (22 ms) [ RUN ] WireParserTest.ParseFloat32 [ OK ] WireParserTest.ParseFloat32 (0 ms) [ RUN ] WireParserTest.ParseFloat64 [ OK ] WireParserTest.ParseFloat64 (0 ms) [ RUN ] WireParserTest.ParseInt8 [ OK ] WireParserTest.ParseInt8 (0 ms) [ RUN ] WireParserTest.ParseInt16 [ OK ] WireParserTest.ParseInt16 (0 ms) [ RUN ] WireParserTest.ParseInt32 [ OK ] WireParserTest.ParseInt32 (0 ms) [ RUN ] WireParserTest.ParseInt64 [ OK ] WireParserTest.ParseInt64 (0 ms) [ RUN ] WireParserTest.ParseUint8 [ OK ] WireParserTest.ParseUint8 (0 ms) [ RUN ] WireParserTest.ParseUint16 [ OK ] WireParserTest.ParseUint16 (0 ms) [ RUN ] WireParserTest.ParseUint32 [ OK ] WireParserTest.ParseUint32 (0 ms) [ RUN ] WireParserTest.ParseUint64 [ OK ] WireParserTest.ParseUint64 (0 ms) [ RUN ] WireParserTest.ParseSingleBool [ OK ] WireParserTest.ParseSingleBool (88 ms) [ RUN ] WireParserTest.ParseTwoTuple [ OK ] WireParserTest.ParseTwoTuple (1 ms) [ RUN ] WireParserTest.ParseArray1 [ OK ] WireParserTest.ParseArray1 (0 ms) [ RUN ] WireParserTest.ParseArray2 [ OK ] WireParserTest.ParseArray2 (0 ms) [ RUN ] WireParserTest.ParseVectorOneElt [ OK ] WireParserTest.ParseVectorOneElt (0 ms) [ RUN ] WireParserTest.ParseNullVector [ OK ] WireParserTest.ParseNullVector (0 ms) [ RUN ] WireParserTest.ParseSingleStruct [ OK ] WireParserTest.ParseSingleStruct (0 ms) [ RUN ] WireParserTest.ParseDefaultEnum [ OK ] WireParserTest.ParseDefaultEnum (0 ms) [ RUN ] WireParserTest.ParseI8Enum [ OK ] WireParserTest.ParseI8Enum (0 ms) [ RUN ] WireParserTest.ParseI16Enum [ OK ] WireParserTest.ParseI16Enum (1 ms) [----------] 21 tests from WireParserTest (113 ms total) [----------] Global test environment tear-down [==========] 22 tests from 2 test suites ran. (144 ms total) [ PASSED ] 22 tests.