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

Flags: --gtest_random_seed = 1556135269 [==========] Running 10 tests from 1 test case. [----------] Global test environment set-up. [----------] 10 tests from AllocatorTest [ RUN ] AllocatorTest.InitializeEmpty [ OK ] AllocatorTest.InitializeEmpty (0 ms) [ RUN ] AllocatorTest.InitializeSplit [ OK ] AllocatorTest.InitializeSplit (0 ms) [ RUN ] AllocatorTest.InitializeOverReserve [ OK ] AllocatorTest.InitializeOverReserve (0 ms) [ RUN ] AllocatorTest.InitializeTwiceFails [ OK ] AllocatorTest.InitializeTwiceFails (0 ms) [ RUN ] AllocatorTest.SplitInitialized [ OK ] AllocatorTest.SplitInitialized (0 ms) [ RUN ] AllocatorTest.TestSplitUninitialized [ OK ] AllocatorTest.TestSplitUninitialized (0 ms) [ RUN ] AllocatorTest.Allocate [ OK ] AllocatorTest.Allocate (0 ms) [ RUN ] AllocatorTest.Swap [ OK ] AllocatorTest.Swap (0 ms) [ RUN ] AllocatorTest.AllocateSwap [ OK ] AllocatorTest.AllocateSwap (0 ms) [ RUN ] AllocatorTest.PersistRange [ OK ] AllocatorTest.PersistRange (0 ms) [----------] 10 tests from AllocatorTest (0 ms total) [----------] Global test environment tear-down. [==========] 10 tests from 1 test case ran (0 ms total). [ PASSED ] 10 tests