From: Debian Science Maintainers Date: Wed, 2 Apr 2025 18:52:06 +0000 (+0200) Subject: the masked test fails on s390x X-Git-Tag: archive/raspbian/2022.1.0-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=98679cb5e0f07f81622ebdce3bf15faf129aa596;p=onetbb.git the masked test fails on s390x Forward: no need =================================================================== Gbp-Pq: Name skip-resumable-tasks.patch --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0526b90..bf597c6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -445,7 +445,7 @@ if (TARGET TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_parallel_phase DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_enumerable_thread_specific DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_concurrent_queue DEPENDENCIES TBB::tbb) - tbb_add_test(SUBDIR tbb NAME test_resumable_tasks DEPENDENCIES TBB::tbb) + #tbb_add_test(SUBDIR tbb NAME test_resumable_tasks DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_mutex DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_function_node DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_multifunction_node DEPENDENCIES TBB::tbb)