Running main() from ../../third_party/googletest/googletest/src/gtest_main.cc [==========] Running 12 tests from 2 test suites. [----------] Global test environment set-up. [----------] 9 tests from QcowTest [ RUN ] QcowTest.V2Load [ OK ] QcowTest.V2Load (7 ms) [ RUN ] QcowTest.V2IgnoreExtendedAttributes [ OK ] QcowTest.V2IgnoreExtendedAttributes (7 ms) [ RUN ] QcowTest.RejectInvalidL1Size [ERROR:garnet/bin/guest/vmm/device/qcow.cc(56)] Invalid QCOW header: L1 table is too small. Image size requires 8 entries but the header specifies 0. [ OK ] QcowTest.RejectInvalidL1Size (5 ms) [ RUN ] QcowTest.V3Load [ OK ] QcowTest.V3Load (7 ms) [ RUN ] QcowTest.V3RejectIncompatibleFeatures [ERROR:garnet/bin/guest/vmm/device/qcow.cc(192)] Rejecting QCOW image with incompatible features 0x1 [ OK ] QcowTest.V3RejectIncompatibleFeatures (7 ms) [ RUN ] QcowTest.V3RejectCryptMethod [ERROR:garnet/bin/guest/vmm/device/qcow.cc(199)] Rejecting QCOW image with crypt method 0x1 [ OK ] QcowTest.V3RejectCryptMethod (5 ms) [ RUN ] QcowTest.ReadUnmappedCluster [ OK ] QcowTest.ReadUnmappedCluster (7 ms) [ RUN ] QcowTest.ReadMappedCluster [ OK ] QcowTest.ReadMappedCluster (7 ms) [ RUN ] QcowTest.RejectCompressedCluster [ERROR:garnet/bin/guest/vmm/device/qcow.cc(129)] Cluster compression not supported [ OK ] QcowTest.RejectCompressedCluster (7 ms) [----------] 9 tests from QcowTest (59 ms total) [----------] 3 tests from VolatileWriteBlockDispatcherTest [ RUN ] VolatileWriteBlockDispatcherTest.WriteBlock [ OK ] VolatileWriteBlockDispatcherTest.WriteBlock (0 ms) [ RUN ] VolatileWriteBlockDispatcherTest.WriteBlockComplex [ OK ] VolatileWriteBlockDispatcherTest.WriteBlockComplex (1 ms) [ RUN ] VolatileWriteBlockDispatcherTest.BadRequest [ OK ] VolatileWriteBlockDispatcherTest.BadRequest (0 ms) [----------] 3 tests from VolatileWriteBlockDispatcherTest (1 ms total) [----------] Global test environment tear-down [==========] 12 tests from 2 test suites ran. (60 ms total) [ PASSED ] 12 tests.