// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/build_time.h" #include "base/time/time.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" TEST(BuildTime, DateLooksValid) { … } // Disabled on Android due to flakes; see https://crbug.com/1474884. #if BUILDFLAG(IS_ANDROID) #define MAYBE_InThePast … #else #define MAYBE_InThePast … #endif TEST(BuildTime, MAYBE_InThePast) { … }