aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ramacher <sramacher@debian.org>2024-04-01 15:13:56 +0200
committerSebastian Ramacher <sramacher@debian.org>2024-04-01 15:13:56 +0200
commit077533ac3eb5d01595cb7f9c772ec74dd1e5e150 (patch)
treec61e364ae220010f10656f4e4b55b4441707bc0e
parentb2574ca0a5678ad1a8df94281d12f9d6f5efbdef (diff)
downloadlibgav1-077533ac3eb5d01595cb7f9c772ec74dd1e5e150.tar.gz
libgav1-077533ac3eb5d01595cb7f9c772ec74dd1e5e150.tar.bz2
libgav1-077533ac3eb5d01595cb7f9c772ec74dd1e5e150.zip
Temporarily disable cpu test
-rw-r--r--debian/patches/0004-Temporarily-disable-CPU-test.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0004-Temporarily-disable-CPU-test.patch b/debian/patches/0004-Temporarily-disable-CPU-test.patch
new file mode 100644
index 0000000..f038483
--- /dev/null
+++ b/debian/patches/0004-Temporarily-disable-CPU-test.patch
@@ -0,0 +1,21 @@
+From: Sebastian Ramacher <sramacher@debian.org>
+Date: Mon, 1 Apr 2024 15:13:03 +0200
+Subject: Temporarily disable CPU test
+
+Parsing of the max CPU frequency is broken on ARM.
+---
+ tests/libgav1_tests.cmake | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/libgav1_tests.cmake b/tests/libgav1_tests.cmake
+index 209054b..3fa8491 100644
+--- a/tests/libgav1_tests.cmake
++++ b/tests/libgav1_tests.cmake
+@@ -99,7 +99,6 @@ list(APPEND libgav1_common_sse4_test_sources
+ "${libgav1_source}/dsp/x86/common_sse4_test.h")
+ list(APPEND libgav1_convolve_test_sources
+ "${libgav1_source}/dsp/convolve_test.cc")
+-list(APPEND libgav1_cpu_test_sources "${libgav1_source}/utils/cpu_test.cc")
+ list(APPEND libgav1_c_decoder_test_sources
+ "${libgav1_source}/c_decoder_test.c"
+ "${libgav1_source}/decoder_test_data.h")
diff --git a/debian/patches/series b/debian/patches/series
index 86f5773..d091eb0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-Unbundle-abseil.patch
0002-Use-system-googletest.patch
0003-Use-C-14.patch
+0004-Temporarily-disable-CPU-test.patch