commit:     0856b6850c6326950e69d8490f10307b38a29f59
Author:     sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Wed Nov 13 00:05:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 14:00:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0856b685

dev-cpp/folly: skip some tests on arm64

Only the tests that were found to be failing on hardware are skipped.

Closes: https://bugs.gentoo.org/919669
Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/folly/folly-2024.11.04.00-r1.ebuild | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild 
b/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild
index e55339ec78a5..8406398d114d 100644
--- a/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild
+++ b/dev-cpp/folly/folly-2024.11.04.00-r1.ebuild
@@ -90,5 +90,15 @@ src_test() {
                'concurrency_concurrent_hash_map_test.*'
        )
 
+       if use arm64; then
+               CMAKE_SKIP_TESTS+=(
+                       # Tests are flaky/timing dependent on both QEMU chroot 
and real hardware
+                       io_async_hh_wheel_timer_test.HHWheelTimerTest
+                       # Times out on real hardware
+                       concurrent_skip_list_test.ConcurrentSkipList
+                       futures_retrying_test.RetryingTest.largeRetries
+               )
+       fi
+
        cmake_src_test
 }

Reply via email to