Skip to content

Commit

Permalink
Disable BuildTimeUnittest (#2066)
Browse files Browse the repository at this point in the history
b/298237650
b/316012657
  • Loading branch information
sherryzy authored Dec 13, 2023
1 parent f05f70f commit f76d02b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion base/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,6 @@ component("base") {
}

if (!use_cobalt_customizations && is_posix) {
print("hello!!")
sources += [
"base_paths_posix.h",
"memory/madv_free_discardable_memory_allocator_posix.cc",
Expand Down Expand Up @@ -3513,6 +3512,13 @@ test("base_unittests") {
"vlog_unittest.cc",
]

if (use_cobalt_customizations) {
sources -= [
# Cobalt builds don't include build timestamps.
"build_time_unittest.cc",
]
}

if (!is_cronet_build) {
# location_unittest.cc fails gn check for tracing-shimmed Cronet builds.
# Cronet buildbot do not run base_unittests, so exclusing this test
Expand Down

0 comments on commit f76d02b

Please sign in to comment.