Skip to content

Commit 23d188e

Browse files
[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.
1 parent f90e51a commit 23d188e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// Serializing/deserializing the state of the RNG requires iostreams
1919
// UNSUPPORTED: no-localization
2020

21-
// This test appears to hang with picolibc & qemu.
22-
// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
21+
// Very slow when run in qemu.
22+
// REQUIRES: long_tests
2323

2424
#include <random>
2525
#include <numeric>

0 commit comments

Comments
 (0)