diff options
| author | sin-ack <sin-ack@protonmail.com> | 2024-11-13 00:05:16 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-11-23 14:00:57 +0000 |
| commit | 0856b6850c6326950e69d8490f10307b38a29f59 (patch) | |
| tree | 3698252db1d4ef29029eb534985c93c0adcb0cee /dev-cpp | |
| parent | 55f7252382771c3b782c11a4f85830337ee351d4 (diff) | |
| download | gentoo-0856b6850c6326950e69d8490f10307b38a29f59.tar.gz gentoo-0856b6850c6326950e69d8490f10307b38a29f59.tar.bz2 gentoo-0856b6850c6326950e69d8490f10307b38a29f59.zip | |
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@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/folly/folly-2024.11.04.00-r1.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
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 } |
