| 15 | |
| 16 | #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
| 17 | TEST_F(SysInfoTest, MaxSharedMemorySize) { |
| 18 | // We aren't actually testing that it's correct, just that it's sane. |
| 19 | EXPECT_GT(butil::SysInfo::MaxSharedMemorySize(), 0u); |
| 20 | } |
| 21 | #endif |
| 22 | |
| 23 | TEST_F(SysInfoTest, NumProcs) { |
nothing calls this directly
no test coverage detected