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

Running main() from gtest_main.cc [==========] Running 11 tests from 2 test cases. [----------] Global test environment set-up. [----------] 8 tests from QcowTest [ RUN ] QcowTest.V2Load [ OK ] QcowTest.V2Load (29 ms) [ RUN ] QcowTest.V2IgnoreExtendedAttributes [ OK ] QcowTest.V2IgnoreExtendedAttributes (24 ms) [ RUN ] QcowTest.V3Load [ OK ] QcowTest.V3Load (22 ms) [ RUN ] QcowTest.V3RejectIncompatibleFeatures [ERROR:garnet/bin/guest/vmm/device/qcow.cc(186)] Rejecting QCOW image with incompatible features 0x1 [ OK ] QcowTest.V3RejectIncompatibleFeatures (21 ms) [ RUN ] QcowTest.V3RejectCryptMethod [ERROR:garnet/bin/guest/vmm/device/qcow.cc(193)] Rejecting QCOW image with crypt method 0x1 [ OK ] QcowTest.V3RejectCryptMethod (20 ms) [ RUN ] QcowTest.ReadUnmappedCluster [ OK ] QcowTest.ReadUnmappedCluster (30 ms) [ RUN ] QcowTest.ReadMappedCluster [ OK ] QcowTest.ReadMappedCluster (30 ms) [ RUN ] QcowTest.RejectCompressedCluster [ERROR:garnet/bin/guest/vmm/device/qcow.cc(123)] Cluster compression not supported [ OK ] QcowTest.RejectCompressedCluster (28 ms) [----------] 8 tests from QcowTest (205 ms total) [----------] 3 tests from VolatileWriteBlockDispatcherTest [ RUN ] VolatileWriteBlockDispatcherTest.WriteBlock [ OK ] VolatileWriteBlockDispatcherTest.WriteBlock (0 ms) [ RUN ] VolatileWriteBlockDispatcherTest.WriteBlockComplex [ OK ] VolatileWriteBlockDispatcherTest.WriteBlockComplex (0 ms) [ RUN ] VolatileWriteBlockDispatcherTest.BadRequest [ OK ] VolatileWriteBlockDispatcherTest.BadRequest (0 ms) [----------] 3 tests from VolatileWriteBlockDispatcherTest (0 ms total) [----------] Global test environment tear-down [==========] 11 tests from 2 test cases ran. (205 ms total) [ PASSED ] 11 tests.