blob: c276024ce5f5fd481cf0799d1eee9c3d657c6d1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/test/test_file_util_posix.cc.orig 2024-06-18 21:43:18 UTC
+++ base/test/test_file_util_posix.cc
@@ -91,7 +91,7 @@ void SyncPageCacheToDisk() {
}
#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \
- !BUILDFLAG(IS_ANDROID)
+ !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_BSD)
bool EvictFileFromSystemCache(const FilePath& file) {
// There doesn't seem to be a POSIX way to cool the disk cache.
NOTIMPLEMENTED();
|