summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/cpuinfo/files/cpuinfo-2023.01.13-test.patch')
-rw-r--r--dev-libs/cpuinfo/files/cpuinfo-2023.01.13-test.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/cpuinfo/files/cpuinfo-2023.01.13-test.patch b/dev-libs/cpuinfo/files/cpuinfo-2023.01.13-test.patch
new file mode 100644
index 000000000000..65c051556fff
--- /dev/null
+++ b/dev-libs/cpuinfo/files/cpuinfo-2023.01.13-test.patch
@@ -0,0 +1,18 @@
+--- a/test/init.cc 2023-12-02 09:02:56.240873209 +0100
++++ b/test/init.cc 2023-12-02 09:04:23.240867364 +0100
+@@ -304,6 +304,7 @@
+ cpuinfo_deinitialize();
+ }
+
++#if 0
+ TEST(CORE, known_uarch) {
+ ASSERT_TRUE(cpuinfo_initialize());
+ for (uint32_t i = 0; i < cpuinfo_get_cores_count(); i++) {
+@@ -314,6 +315,7 @@
+ }
+ cpuinfo_deinitialize();
+ }
++#endif
+
+ TEST(CLUSTERS_COUNT, within_bounds) {
+ ASSERT_TRUE(cpuinfo_initialize());