Remove the test for absl::base_internal::NominalCPUFrequency() from OSS code
authorDerek Mauro <dmauro@google.com>
Fri, 27 May 2022 20:58:38 +0000 (21:58 +0100)
committerBenjamin Barenblat <bbaren@debian.org>
Fri, 27 May 2022 20:58:38 +0000 (21:58 +0100)
commitf3434f562c433ddadf7551a7de8bb7cde7fe46cb
tree5e057ee27f987fd1b8127c0abb3178a01257a62a
parentf1ee8415a6bd523391f486b3cb7064dd7aebe41c
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