From 23d188ed91ed39879e6f6e36d07eca6ceae4bab5 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Wed, 31 Jul 2024 15:36:36 +0100 Subject: [libcxx][test] Require long_tests for eval.PR44847.pass.cp (#100722) This takes 1m40s to run when testing picolib on qemu. This isn't the end of the world but that's on an AArch64 server. So if someone felt the need to mark this unsupported in the first place, it's likely much slower on average hardware. --- .../rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp b/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp index 549f3ce..a523bb9 100644 --- a/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp @@ -18,8 +18,8 @@ // Serializing/deserializing the state of the RNG requires iostreams // UNSUPPORTED: no-localization -// This test appears to hang with picolibc & qemu. -// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME +// Very slow when run in qemu. +// REQUIRES: long_tests #include #include -- cgit v1.1