[libcxx-commits] [libcxx] [libcxx][test] Mark sort.pass.cpp as a long test (PR #100720)
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 26 02:10:45 PDT 2024
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/100720
Picolib testing skips any test requiring this feature, I just didn't know the feature existed until now.
>From d7b0e33f8b78936720674452b8b98215a1e27532 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 26 Jul 2024 09:08:40 +0000
Subject: [PATCH] [libcxx][test] Mark sort.pass.cpp as a long test
Picolib testing skips any test requiring this feature, I just didn't
know the feature existed until now.
---
.../test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
More information about the libcxx-commits
mailing list