[libcxx-commits] [libcxx] f90e51a - [libcxx][test] Mark sort.pass.cpp as a long test (#100720)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 31 07:35:48 PDT 2024


Author: David Spickett
Date: 2024-07-31T15:35:45+01:00
New Revision: f90e51a508b1d9f6d74ca4cc6aca8b6b2fad5280

URL: https://github.com/llvm/llvm-project/commit/f90e51a508b1d9f6d74ca4cc6aca8b6b2fad5280
DIFF: https://github.com/llvm/llvm-project/commit/f90e51a508b1d9f6d74ca4cc6aca8b6b2fad5280.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
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