Temporarily disable CPU test
authorSebastian Ramacher <sramacher@debian.org>
Mon, 1 Apr 2024 13:13:03 +0000 (15:13 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Mon, 1 Apr 2024 13:14:00 +0000 (15:14 +0200)
Parsing of the max CPU frequency is broken on ARM.

Gbp-Pq: Name 0004-Temporarily-disable-CPU-test.patch

tests/libgav1_tests.cmake

index 209054b07036877a7e03fd96baac7053db8285df..76eece79c901d364f28eb0d5dfdf76caf753474f 100644 (file)
@@ -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")
@@ -339,22 +338,6 @@ macro(libgav1_add_tests_targets)
                          libgav1_gtest
                          libgav1_gtest_main)
 
-  libgav1_add_executable(TEST
-                         NAME
-                         cpu_test
-                         SOURCES
-                         ${libgav1_cpu_test_sources}
-                         DEFINES
-                         ${libgav1_defines}
-                         INCLUDES
-                         ${libgav1_test_include_paths}
-                         OBJLIB_DEPS
-                         libgav1_utils
-                         LIB_DEPS
-                         ${libgav1_common_test_absl_deps}
-                         libgav1_gtest
-                         libgav1_gtest_main)
-
   libgav1_add_executable(TEST
                          NAME
                          entropy_decoder_test