aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2024-07-31 15:36:36 +0100
committerGitHub <noreply@github.com>2024-07-31 15:36:36 +0100
commit23d188ed91ed39879e6f6e36d07eca6ceae4bab5 (patch)
tree42b74d633b4a81fe3c5a539b3aa8c0a47f9dd1df
parentf90e51a508b1d9f6d74ca4cc6aca8b6b2fad5280 (diff)
downloadllvm-23d188ed91ed39879e6f6e36d07eca6ceae4bab5.zip
llvm-23d188ed91ed39879e6f6e36d07eca6ceae4bab5.tar.gz
llvm-23d188ed91ed39879e6f6e36d07eca6ceae4bab5.tar.bz2
[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.
-rw-r--r--libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp4
1 files 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 <random>
#include <numeric>