[libcxx-commits] [libcxx] [libcxx][test] Mark sort.pass.cpp as a long test (PR #100720)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 26 02:11:18 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: David Spickett (DavidSpickett)
<details>
<summary>Changes</summary>
Picolib testing skips any test requiring this feature, I just didn't know the feature existed until now.
---
Full diff: https://github.com/llvm/llvm-project/pull/100720.diff
1 Files Affected:
- (modified) libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp (+1-1)
``````````diff
diff --git a/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp b/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
index da7794e8c85dc..9bd28140349b6 100644
--- a/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
+++ b/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
@@ -8,7 +8,7 @@
// This test did pass but is very slow when run using qemu. ~7 minutes on a
// Neoverse N1 (AArch64) server core.
-// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
+// REQUIRES: long_tests
// <algorithm>
``````````
</details>
https://github.com/llvm/llvm-project/pull/100720
More information about the libcxx-commits
mailing list