Remove the test for absl::base_internal::NominalCPUFrequency() from OSS code
authorDerek Mauro <dmauro@google.com>
Thu, 14 Apr 2022 17:20:16 +0000 (18:20 +0100)
committerBenjamin Barenblat <bbaren@debian.org>
Thu, 14 Apr 2022 17:20:16 +0000 (18:20 +0100)
commite6a0a38d2ad8d2c422775c27a735ebdee04a666e
tree730283ce0b37485422155f4b649d969affdf4c0f
parent709fba749184d4f78e82de67b2ed6b1d09fa2138
Remove the test for absl::base_internal::NominalCPUFrequency() from OSS code

Origin: upstream, https://github.com/abseil/abseil-cpp/commit/732b5580f089101ce4b8cdff55bb6461c59a6720

Remove the test for absl::base_internal::NominalCPUFrequency() from OSS code

This is an internal-only function that should never by called by OSS code.
By its nature fails on unsupported platforms.
Google code has tests for this function on supported internal platforms.

Fixes #1053

PiperOrigin-RevId: 408692861

Gbp-Pq: Name disable-nominalcpufrequency-test.diff
absl/base/internal/sysinfo_test.cc