Skip to content

Commit f90e51a

Browse files
[libcxx][test] Mark sort.pass.cpp as a long test (#100720)
Picolib testing skips any test requiring this feature, I just didn't know the feature existed until now.
1 parent 5b6b488 commit f90e51a

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/algorithms/alg.sorting/alg.sort/sort

1 file changed

+1
-1
lines changed

libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// This test did pass but is very slow when run using qemu. ~7 minutes on a
1010
// Neoverse N1 (AArch64) server core.
11-
// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
11+
// REQUIRES: long_tests
1212

1313
// <algorithm>
1414

0 commit comments

Comments
 (0)