Skip to content

Commit b723322

Browse files
DavidSpickettyuxuanchen1997
authored andcommitted
[libcxx][test] Explain picolib unsupported in sort.pass.cpp
Summary: This is not a hidden bug, it's just a very slow test under emulation. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250711
1 parent 7a354aa commit b723322

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// This test appears to hang with picolibc & qemu.
9+
// This test did pass but is very slow when run using qemu. ~7 minutes on a
10+
// Neoverse N1 (AArch64) server core.
1011
// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
1112

1213
// <algorithm>

0 commit comments

Comments
 (0)